EmptyState

Constructors

this
this(DzlEmptyState* dzlEmptyState, bool ownedRef = false)

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

this
this()

Members

Functions

getEmptyStateStruct
DzlEmptyState* getEmptyStateStruct(bool transferOwnership = false)

Get the main Gtk struct

getIconName
string getIconName()
getStruct
void* getStruct()

the main Gtk struct as a void*

getSubtitle
string getSubtitle()
getTitle
string getTitle()
setIconName
void setIconName(string iconName)
setResource
void setResource(string resource)
setSubtitle
void setSubtitle(string title)
setTitle
void setTitle(string title)

Static functions

getType
GType getType()

Variables

dzlEmptyState
DzlEmptyState* dzlEmptyState;

the main Gtk struct

Meta