Bug in GtkCombo




I tried to resize a GtkCombo by using:

gtk_widget_set_usize( combobox, 75, 22 );

and came up with some strange results.  Apparently, the arrow is moved to
the left properly (it lines up correctly with other widges on the screen,
but the size of the textbox stays the same.

So, I have:

+-------------------------------------------+---+
|                                           | v |
+-------------------------------------------+---+

turn into:

+---------------------+---+---------------------+
|                     | v |                     |
+---------------------+---+---------------------+

instead of:

+---------------------+---+
|                     | v |
+---------------------+---+

Is this a bug, or am I doing something wrong in resizing this widget?


Thanks in advance,

Jeremy Wise
jwise@pathwaynet.com




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