Ardour  9.0-pre0-384-ga76afae0e9
_GtkCellLayoutIface Struct Reference

#include <gtkcelllayout.h>

Public Attributes

GTypeInterface g_iface
 
void(* pack_start )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand)
 
void(* pack_end )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand)
 
void(* clear )(GtkCellLayout *cell_layout)
 
void(* add_attribute )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, const gchar *attribute, gint column)
 
void(* set_cell_data_func )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, GtkCellLayoutDataFunc func, gpointer func_data, GDestroyNotify destroy)
 
void(* clear_attributes )(GtkCellLayout *cell_layout, GtkCellRenderer *cell)
 
void(* reorder )(GtkCellLayout *cell_layout, GtkCellRenderer *cell, gint position)
 
GList *(* get_cells )(GtkCellLayout *cell_layout)
 

Detailed Description

Definition at line 49 of file gtkcelllayout.h.

Member Data Documentation

◆ add_attribute

void(* _GtkCellLayoutIface::add_attribute) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, const gchar *attribute, gint column)

Definition at line 61 of file gtkcelllayout.h.

◆ clear

void(* _GtkCellLayoutIface::clear) (GtkCellLayout *cell_layout)

Definition at line 60 of file gtkcelllayout.h.

◆ clear_attributes

void(* _GtkCellLayoutIface::clear_attributes) (GtkCellLayout *cell_layout, GtkCellRenderer *cell)

Definition at line 70 of file gtkcelllayout.h.

◆ g_iface

GTypeInterface _GtkCellLayoutIface::g_iface

Definition at line 51 of file gtkcelllayout.h.

◆ get_cells

GList*(* _GtkCellLayoutIface::get_cells) (GtkCellLayout *cell_layout)

Definition at line 75 of file gtkcelllayout.h.

◆ pack_end

void(* _GtkCellLayoutIface::pack_end) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand)

Definition at line 57 of file gtkcelllayout.h.

◆ pack_start

void(* _GtkCellLayoutIface::pack_start) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gboolean expand)

Definition at line 54 of file gtkcelllayout.h.

◆ reorder

void(* _GtkCellLayoutIface::reorder) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, gint position)

Definition at line 72 of file gtkcelllayout.h.

◆ set_cell_data_func

void(* _GtkCellLayoutIface::set_cell_data_func) (GtkCellLayout *cell_layout, GtkCellRenderer *cell, GtkCellLayoutDataFunc func, gpointer func_data, GDestroyNotify destroy)

Definition at line 65 of file gtkcelllayout.h.


The documentation for this struct was generated from the following file: