Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | dzl_suggestion_popover_new () |
GtkWidget * | dzl_suggestion_popover_get_relative_to () |
void | dzl_suggestion_popover_set_relative_to () |
void | dzl_suggestion_popover_popup () |
void | dzl_suggestion_popover_popdown () |
GListModel * | dzl_suggestion_popover_get_model () |
void | dzl_suggestion_popover_set_model () |
void | dzl_suggestion_popover_move_by () |
DzlSuggestion * | dzl_suggestion_popover_get_selected () |
void | dzl_suggestion_popover_set_selected () |
void | dzl_suggestion_popover_activate_selected () |
DzlSuggestion * | model | Read / Write |
GtkWidget * | relative-to | Read / Write |
DzlSuggestion * | selected | Read / Write |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── DzlSuggestionPopover
GtkWidget *
dzl_suggestion_popover_get_relative_to
(DzlSuggestionPopover *self
);
void dzl_suggestion_popover_set_relative_to (DzlSuggestionPopover *self
,GtkWidget *widget
);
GListModel *
dzl_suggestion_popover_get_model (DzlSuggestionPopover *self
);
Gets the model being visualized.
void dzl_suggestion_popover_set_model (DzlSuggestionPopover *self
,GListModel *model
);
void dzl_suggestion_popover_move_by (DzlSuggestionPopover *self
,gint amount
);
DzlSuggestion *
dzl_suggestion_popover_get_selected (DzlSuggestionPopover *self
);
Gets the currently selected suggestion.
void dzl_suggestion_popover_set_selected (DzlSuggestionPopover *self
,DzlSuggestion *suggestion
);
void
dzl_suggestion_popover_activate_selected
(DzlSuggestionPopover *self
);
“relative-to”
property “relative-to” GtkWidget *
The widget to be relative to.
Flags: Read / Write
“suggestion-activated”
signalvoid user_function (DzlSuggestionPopover *dzlsuggestionpopover, DzlSuggestion *arg1, gpointer user_data)
Flags: Run Last