[vlc-devel] [PATCH 1/8] Extensions: public include

Jean-Baptiste Kempf jb at videolan.org
Wed Dec 23 00:45:10 CET 2009


On Tue, Dec 22, 2009 at 11:44:08PM +0100, Jean-Philippe André wrote :
> +/// Widget types
> +typedef enum
> +{
> +    EXTENSION_WIDGET_LABEL,      ///< Non editable text label
> +    EXTENSION_WIDGET_BUTTON,     ///< Clickable button
> +    EXTENSION_WIDGET_IMAGE,      ///< Image label (psz_text is local URI)
> +    EXTENSION_WIDGET_HTML,       ///< HTML or rich text area (non editable)
> +    EXTENSION_WIDGET_TEXT_FIELD, ///< Editable text area for user input
Is this a TextEdit or a LineEdit?

> +    EXTENSION_WIDGET_PASSWORD,   ///< Editable password input (******)
> +    EXTENSION_WIDGET_DROPDOWN,   ///< Drop-down box
> +    EXTENSION_WIDGET_LIST,       ///< Vertical list box (of strings)
> +    EXTENSION_WIDGET_CHECK_BOX,  ///< Checkable box with label
> +} extension_widget_type_e;
No Radio Button Box?

Best Regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/



More information about the vlc-devel mailing list