Widget descriptor for extensions. More...

Data Structures | |
| struct | extension_widget_value_t |
Data Fields | |
| extension_widget_type_e | type |
| Type of the widget. | |
| char * | psz_text |
| Text. May be NULL or modified by the UI. | |
| struct extension_widget_t::extension_widget_value_t * | p_values |
| Chained list of values (Drop-down/List). | |
| bool | b_checked |
| Is this entry checked. | |
| int | i_row |
| Row in the grid. | |
| int | i_column |
| Column in the grid. | |
| int | i_horiz_span |
| Horizontal size of the object. | |
| int | i_vert_span |
| Vertical size of the object. | |
| int | i_width |
| Width hint. | |
| int | i_height |
| Height hint. | |
| bool | b_hide |
| Hide this widget (make it invisible). | |
| int | i_spin_loops |
| Number of loops to play (-1 = infinite,. | |
| bool | b_kill |
| Destroy this widget. | |
| bool | b_update |
| Update this widget. | |
| void * | p_sys |
| Reserved for the extension manager. | |
| void * | p_sys_intf |
| Reserved for the UI, but: | |
| extension_dialog_t * | p_dialog |
| Parent dialog. | |
Widget descriptor for extensions.
Is this entry checked.
Hide this widget (make it invisible).
Destroy this widget.
Update this widget.
Column in the grid.
Height hint.
Horizontal size of the object.
Row in the grid.
Number of loops to play (-1 = infinite,.
Vertical size of the object.
Width hint.
Parent dialog.
Reserved for the extension manager.
Reserved for the UI, but:
Chained list of values (Drop-down/List).
Text. May be NULL or modified by the UI.
Type of the widget.
1.7.1