Dialog descriptor for extensions. More...

Data Fields | |
| vlc_object_t * | p_object |
| Owner object (callback on "dialog-event"). | |
| char * | psz_title |
| Title for the Dialog (in TitleBar). | |
| int | i_width |
| Width hint in pixels (may be discarded). | |
| int | i_height |
| Height hint in pixels (may be discarded). | |
| struct { | |
| int i_alloc | |
| int i_size | |
| extension_widget_t ** p_elems | |
| } | widgets |
| Widgets owned by the dialog. | |
| bool | b_hide |
| Hide this dialog (!b_hide shows). | |
| bool | b_kill |
| Kill this dialog. | |
| void * | p_sys |
| Dialog private pointer. | |
| void * | p_sys_intf |
| GUI private pointer. | |
| vlc_mutex_t | lock |
| Dialog mutex. | |
| vlc_cond_t | cond |
| Signaled == UI is done working on the dialog. | |
Dialog descriptor for extensions.
Hide this dialog (!b_hide shows).
Kill this dialog.
Signaled == UI is done working on the dialog.
Height hint in pixels (may be discarded).
Width hint in pixels (may be discarded).
Dialog mutex.
Owner object (callback on "dialog-event").
Dialog private pointer.
GUI private pointer.
Title for the Dialog (in TitleBar).
Referenced by dialog_ExtensionUpdate().
| struct { ... } extension_dialog_t::widgets |
Widgets owned by the dialog.
1.7.1