| Top |
| GtkWidget * | dzl_suggestion_row_new () |
| DzlSuggestion * | dzl_suggestion_row_get_suggestion () |
| void | dzl_suggestion_row_set_suggestion () |
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkListBoxRow
╰── DzlListBoxRow
╰── DzlSuggestionRow
DzlSuggestionRow implements AtkImplementorIface, GtkBuildable and GtkActionable.
DzlSuggestion *
dzl_suggestion_row_get_suggestion (DzlSuggestionRow *self);
Gets the suggestion to be displayed.
void dzl_suggestion_row_set_suggestion (DzlSuggestionRow *self,DzlSuggestion *suggestion);
struct DzlSuggestionRowClass {
DzlListBoxRowClass parent_class;
gpointer _reserved1;
gpointer _reserved2;
gpointer _reserved3;
gpointer _reserved4;
};
“suggestion” property“suggestion” DzlSuggestion *
The suggestion to display.
Flags: Read / Write