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
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