PreferencesView

Constructors

this
this(DzlPreferencesView* dzlPreferencesView, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this()

Members

Functions

getPreferencesViewStruct
DzlPreferencesView* getPreferencesViewStruct(bool transferOwnership = false)

Get the main Gtk struct

getShowSearchEntry
bool getShowSearchEntry()
getStruct
void* getStruct()

the main Gtk struct as a void*

getUseSidebar
bool getUseSidebar()
reapplyFilter
void reapplyFilter()
setShowSearchEntry
void setShowSearchEntry(bool showSearchEntry)
setUseSidebar
void setUseSidebar(bool useSidebar)

Static functions

getType
GType getType()

Variables

dzlPreferencesView
DzlPreferencesView* dzlPreferencesView;

the main Gtk struct

Inherited Members

From PreferencesIF

getPreferencesStruct
DzlPreferences* getPreferencesStruct(bool transferOwnership = false)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
addCustom
uint addCustom(string pageName, string groupName, Widget widget, string keywords, int priority)
addFileChooser
uint addFileChooser(string pageName, string groupName, string schemaId, string key, string path, string title, string subtitle, GtkFileChooserAction action, string keywords, int priority)
addFontButton
uint addFontButton(string pageName, string groupName, string schemaId, string key, string title, string keywords, int priority)
addGroup
void addGroup(string pageName, string groupName, string title, int priority)
addListGroup
void addListGroup(string pageName, string groupName, string title, GtkSelectionMode mode, int priority)
addPage
void addPage(string pageName, string title, int priority)
addRadio
uint addRadio(string pageName, string groupName, string schemaId, string key, string path, string variantString, string title, string subtitle, string keywords, int priority)
addSpinButton
uint addSpinButton(string pageName, string groupName, string schemaId, string key, string path, string title, string subtitle, string keywords, int priority)
addSwitch
uint addSwitch(string pageName, string groupName, string schemaId, string key, string path, string variantString, string title, string subtitle, string keywords, int priority)
getWidget
Widget getWidget(uint widgetId)
removeId
bool removeId(uint widgetId)
setPage
void setPage(string pageName, HashTable map)

Meta