SYNOPSIS
|
DESCRIPTION
![]() |
INHERITANCE HIERARCHY
AG_Object(3)-> AG_Widget(3)-> AG_UCombo. |
INITIALIZATION
The AG_UComboNew() function allocates, initializes, and attaches a new AG_UCombo widget. Acceptable flags include:
The AG_UComboNewPolled() constructor configures a polled AG_Tlist(3) and assigns the polling function. The AG_UComboSizeHint() function arranges for the AG_Tlist(3) widget displayed on popup to request a size large enough to display the given number of items. The AG_UComboSizeHintPixels() variant specifies the size of the list in pixels. |
EVENTS
The
AG_UCombo widget generates the following events:
|
STRUCTURE DATA
For the
AG_UCombo object:
|
EXAMPLES
The following code fragment reacts to a
AG_UCombo selection event by displaying a text dialog:
|
SEE ALSO
AG_Button(3), AG_Combo(3), AG_Intro(3), AG_Tlist(3), AG_Widget(3), AG_Window(3) |
HISTORY
The AG_UCombo widget first appeared in Agar 1.0. |