Re: ComboBox signals



David Sword said:
On Fri, 2003-11-14 at 13:44, muppet wrote:

you want a GtkOptionMenu.

Thanks - I didn't think that would work because there will be several
hundred items to choose from - will optionmenu handle that ok?

have never tried a menu that big, but the menus are scrollable so in theory it
should work.

i'll also reiterate ross' opinion -- if you have that many options, you really
do want to use an actual list widget.  SimpleList is designed to make it very
easy to put a list into a dialog (i.e. in two to five lines of code); have a
look at it.  your users will thank you.

-- 
muppet <scott at asofyet dot org>



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