Re: Sizing Combo Box
- From: Jan-Marek Glogowski <glogow fbihome de>
- To: gtk-list gnome org
- Subject: Re: Sizing Combo Box
- Date: Wed, 11 Aug 2004 14:02:48 +0200
Hi
There is neither a way in the deprecated GtkCombo nor a way in the current
GtkComboBox - if you meant to set the "the maximum allowed length of the
contents of the widget" use:
gtk_entry_set_max_length
via
GTK_COMBO(widget)->entry
or
GTK_BIN(GTK_COMBO_BOX(widget))->child
Jan-Marek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]