Constants¶
Details¶
- Panel.MAJOR_VERSION = 1¶
libpanel major version component (e.g. 1 if %PANEL_VERSION is 1.2.3)
- Panel.MICRO_VERSION = 0¶
libpanel micro version component (e.g. 3 if %PANEL_VERSION is 1.2.3)
- Panel.MINOR_VERSION = 6¶
libpanel minor version component (e.g. 2 if %PANEL_VERSION is 1.2.3)
- Panel.VERSION_S = '1.6.0'¶
libpanel version, encoded as a string, useful for printing and concatenation.
- Panel.WIDGET_KIND_ANY = '*'¶
- Panel.WIDGET_KIND_DOCUMENT = 'document'¶
- Panel.WIDGET_KIND_UNKNOWN = 'unknown'¶
- Panel.WIDGET_KIND_UTILITY = 'utility'¶