How to set the height of the button of a combo box ?

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

 



When I write as follow:
GtkWidget *list_combo=gtk_combo_new();
gtk_widget_set_usize(list_combo, 146, 34);
There's no changes.

And with these:
gtk_widget_set_usize(GTK_COMBO(list_combo)->entry, 146, 34);
I only can change the height of the entry.

with these:
gtk_widget_set_usize(GTK_COMBO(list_combo)->button, 146, 34);
The only change occured on the button's width. And how can I change the height of the button on the rigth?


_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com


_______________________________________________

gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list

[Index of Archives]     [Touch Screen Library]     [GIMP Users]     [Gnome]     [KDE]     [Yosemite News]     [Steve's Art]

  Powered by Linux