Re: Size of widget
- From: Havoc Pennington <hp redhat com>
- To: learfox furry ao net
- Cc: Fredrik Rambris <fredrik rambris com>, GTK Application Development List <gtk-app-devel-list gnome org>
- Subject: Re: Size of widget
- Date: 04 Jan 2001 22:48:49 -0500
learfox furry ao net writes:
When yer definatly sure the widget has the right size you want, use
w = GTK_WIDGET(fixed);
if(w != NULL)
What's with 'w != NULL'? If it's NULL then the GTK_WIDGET cast will
barf all over the place, among other things. But you should know
whether it's NULL...
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]