"Andr� s" Giraldo <[EMAIL PROTECTED]> 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

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to