Re: GtkPreview changed behaviour
- From: Sven Neumann <sven gimp org>
- To: maurits rijk philips com
- Cc: gtk-list gnome org
- Subject: Re: GtkPreview changed behaviour
- Date: 24 Apr 2002 15:33:50 +0200
Hi,
maurits rijk philips com writes:
> Now if I only can find out why my plugin starts with the size of a stamp
> and
> GTK is complaining about a negative size of -9 for some widget I use......
perhaps removing this (braindead) code in dialog creation could help:
gtk_widget_set_size_request(dlg, 0, 0);
gtk_widget_realize(dlg);
not sure what you had in mind here, but you should avoid fiddling with
size requests whereever possible. Realizing widgets manually is also
considered bad style and can cause weird behaviour.
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]