Re: Size of widget



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]