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



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



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