Bug in GtkCombo
- From: Jeremy Wise <jwise pathwaynet com>
- To: gtk-list redhat com
- Subject: Bug in GtkCombo
- Date: Fri, 17 Jul 1998 12:07:44 -0400 (EDT)
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]