SuggestionPopover

Constructors

this
this(DzlSuggestionPopover* dzlSuggestionPopover, bool ownedRef = false)

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

this
this()

Members

Functions

activateSelected
void activateSelected()
addOnSuggestionActivated
gulong addOnSuggestionActivated(void delegate(Suggestion, SuggestionPopover) dlg, ConnectFlags connectFlags = cast(ConnectFlags)0)
getModel
ListModelIF getModel()

Gets the model being visualized.

getRelativeTo
Widget getRelativeTo()
getSelected
Suggestion getSelected()

Gets the currently selected suggestion.

getStruct
void* getStruct()

the main Gtk struct as a void*

getSuggestionPopoverStruct
DzlSuggestionPopover* getSuggestionPopoverStruct(bool transferOwnership = false)

Get the main Gtk struct

moveBy
void moveBy(int amount)
popdown
void popdown()
popup
void popup()
setModel
void setModel(ListModelIF model)
setRelativeTo
void setRelativeTo(Widget widget)
setSelected
void setSelected(Suggestion suggestion)

Static functions

getType
GType getType()

Variables

dzlSuggestionPopover
DzlSuggestionPopover* dzlSuggestionPopover;

the main Gtk struct

Meta