Window resizing
- From: Saadat Anwar <saadat east la asu edu>
- To: gtk-list redhat com
- Subject: Window resizing
- Date: Wed, 08 Jul 1998 12:11:42 -0700 (MST)
Good Day,
I want to resize a widget, but I don't want to use gtk_widget_set_usize().
It fixes the minimum size of a window, which is contrary to what I need. I
was hoping that I may be able to use gtk_widget_size_request() but I don't
know if I am doing the sequence of steps in the correct order or not.
Here is what I am doing:
drawing_area = gtk_drawing_area_new();
GtkRequisition requisition = {xsize, ysize};
gtk_widget_size_request(drawing_area, &requisition);
gtk_widget_show(drawing_area);
I believe that after this time, if the window manager is capable enough, it
should be able to satisfy the requisition. Instead, I get a 200x200 window.
Moreover, I do not quite understand the difference between
gtk_widget_realize() and gtk_widget_draw(). Can anyone elaborate on these.
Thanks in advance.
Saadat
saadat@east.la.asu.edu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]