-
class
StringChooser
: public Dialog
(Return to index)
-
dialog box for choosing from list of strings (iv-2.6)
Type:
Base Classes:
Derived Classes
Include file:
IV-2_6/InterViews/strchooser.h
Description: man page
Public:
- virtual boolean
Accept ()
- virtual const char*
Choice ()
- virtual void
Handle (Event&)
- void
Message (const char*)
- void
Select (int = -1)
- void
Select (int left, int right)
- void
SelectMessage ()
-
StringChooser ( ButtonState*, int rows, int cols, const char* sample, Alignment =Center )
-
StringChooser ( const char* name, ButtonState*, int, int, const char*, Alignment = Center )
- virtual
~StringChooser ()
Protected:
(more documentation)