Re: gtk_drawing_area_size, gtk_widget_set_uposition



"Andr s" Giraldo <andres_giraldo yahoo com> writes:
> 
> after connecting the drawing_area to an expose_event I
> try to change the drawing area size with
> gtk_drawing_area_size (), but it doesn't work, should
> I disconnect the signal "expose_event" first?
> 

gtk_drawing_area_size() only changes the size request, which means you
can't use it to shrink the window unless you set window policy to 
allow_grow = FALSE.

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]