DzlListBoxRow

DzlListBoxRow

Types and Values

Object Hierarchy

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

Implemented Interfaces

DzlListBoxRow implements AtkImplementorIface, GtkBuildable and GtkActionable.

Description

Functions

Types and Values

DZL_TYPE_LIST_BOX_ROW

#define DZL_TYPE_LIST_BOX_ROW (dzl_list_box_row_get_type())

struct DzlListBoxRowClass

struct DzlListBoxRowClass {
  GtkListBoxRowClass parent_class;
};

DzlListBoxRow

typedef struct _DzlListBoxRow DzlListBoxRow;