Re: Widget realization with respect to current theme

2009-07-21 Thread Brian J. Tarricone
On Tue, Jul 21, 2009 at 17:57, Brian Tietz wrote: > > I noticed that if I create a GtkButton, call gtk_widget_show for the button, > then call gtk_widget_size_request, it returns a guesstimate.  With my current > theme selection, this turns out to be a few pixels too small. > > If I then add it t

Widget realization with respect to current theme

2009-07-21 Thread Brian Tietz
I noticed that if I create a GtkButton, call gtk_widget_show for the button, then call gtk_widget_size_request, it returns a guesstimate. With my current theme selection, this turns out to be a few pixels too small. If I then add it to a container, add the container to a GtkWindow, and show al