| Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkListBoxRow ╰── DzlListBoxRow ╰── DzlSuggestionRow
DzlSuggestionRow implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkOrientable.
DzlSuggestion *
dzl_suggestion_row_get_suggestion (DzlSuggestionRow *self);
Gets the suggestion to be displayed.
void dzl_suggestion_row_set_suggestion (DzlSuggestionRow *self,DzlSuggestion *suggestion);
“orientation” property“orientation” GtkOrientation
Orientation.
Owner: DzlSuggestionRow
Flags: Read / Write
Default value: GTK_ORIENTATION_VERTICAL
“suggestion” property“suggestion” DzlSuggestion *
The suggestion to display.
Owner: DzlSuggestionRow
Flags: Read / Write