sorry! I didn't expose my question well.
I add a drawing area as a container in a button
gtk_container_add (GTK_CONTAINER (button),
drawing_area);
Then I connect a expose_event signal to the
drawing_area, and finally I want to change the drawing
area size, but I can't.
Maybe can't I work with a button as a container?
Thanks!
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list