panel.theme_selector
Module for [ThemeSelector] class
Types 3
classThemeSelector : gtk.widget.Widget
A widget that allow selecting theme preference between "dark", "light" and "follow" the system preference.
Upon activation it will activate the named action in #PanelThemeSelector:action-name.
Methods
ThemeSelectorGidBuilder builder() static nothrowGet builder for [panel.theme_selector.ThemeSelector] Returns: New builder objectstring actionName() @property nothrowGet `actionName` property. Returns: The name of the action activated on activation.void actionName(string propval) @property nothrowSet `actionName` property. Params: propval = The name of the action activated on activation.string getActionName() nothrowGets the name of the action that will be activated. Returns: the name of the action.Fluent builder implementation template for panel.theme_selector.ThemeSelector
Methods
T actionName(string propval) nothrowSet `actionName` property. Params: propval = The name of the action activated on activation. Returns: Builder instance for fluent chainingFluent builder for panel.theme_selector.ThemeSelector
Methods