SearchBar

Constructors

this
this(DzlSearchBar* dzlSearchBar, bool ownedRef)

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

this
this()

Members

Functions

addOnActivate
gulong addOnActivate(void delegate(SearchBar) dlg, ConnectFlags connectFlags)
addOnReveal
gulong addOnReveal(void delegate(SearchBar) dlg, ConnectFlags connectFlags)
getEntry
SearchEntry getEntry()
getSearchBarStruct
DzlSearchBar* getSearchBarStruct(bool transferOwnership)

Get the main Gtk struct

getSearchModeEnabled
bool getSearchModeEnabled()
getShowCloseButton
bool getShowCloseButton()
getStruct
void* getStruct()

the main Gtk struct as a void*

setSearchModeEnabled
void setSearchModeEnabled(bool searchModeEnabled)
setShowCloseButton
void setShowCloseButton(bool showCloseButton)

Static functions

getType
GType getType()

Variables

dzlSearchBar
DzlSearchBar* dzlSearchBar;

the main Gtk struct

Meta