DzlSuggestionRow

DzlSuggestionRow

Functions

Properties

DzlSuggestion * suggestion Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkListBoxRow
                        ╰── DzlListBoxRow
                            ╰── DzlSuggestionRow

Implemented Interfaces

DzlSuggestionRow implements AtkImplementorIface, GtkBuildable and GtkActionable.

Description

Functions

dzl_suggestion_row_new ()

GtkWidget *
dzl_suggestion_row_new (void);

dzl_suggestion_row_get_suggestion ()

DzlSuggestion *
dzl_suggestion_row_get_suggestion (DzlSuggestionRow *self);

Gets the suggestion to be displayed.

Parameters

self

a DzlSuggestionRow

 

Returns

An DzlSuggestion.

[transfer none]


dzl_suggestion_row_set_suggestion ()

void
dzl_suggestion_row_set_suggestion (DzlSuggestionRow *self,
                                   DzlSuggestion *suggestion);

Types and Values

DZL_TYPE_SUGGESTION_ROW

#define DZL_TYPE_SUGGESTION_ROW (dzl_suggestion_row_get_type())

struct DzlSuggestionRowClass

struct DzlSuggestionRowClass {
  DzlListBoxRowClass parent_class;
};

DzlSuggestionRow

typedef struct _DzlSuggestionRow DzlSuggestionRow;

Property Details

The “suggestion” property

  “suggestion”               DzlSuggestion *

The suggestion to display.

Flags: Read / Write