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, 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.
Flags: Read / Write
Default value: GTK_ORIENTATION_VERTICAL
“suggestion”
property“suggestion” DzlSuggestion *
The suggestion to display.
Flags: Read / Write