logo top
Main Page   Widgets   Namespaces   Book  

Gtk::CellLayout Class Reference

Inheritance diagram for Gtk::CellLayout:

Inheritance graph
[legend]
List of all members.

Public Types

typedef SigC::Slot1< void,
const TreeModel::const_iterator& > 
SlotCellData

Public Member Functions

virtual ~CellLayout ()
GtkCellLayout* gobj ()
 Provides access to the underlying C GObject.

const GtkCellLayout* gobj () const
 Provides access to the underlying C GObject.

template <class ColumnType> void pack_start (const TreeModelColumn<ColumnType>& model_column, bool expand=true)
void pack_start (CellRenderer& cell, bool expand=true)
void clear ()
void add_attribute (CellRenderer& cell, const Glib::ustring& attribute, int column)
void add_attribute (const Glib::PropertyProxy_Base& property, const TreeModelColumnBase& column)
void set_cell_data_func (CellRenderer& cell, const SlotCellData& slot)
void clear_attributes (CellRenderer& cell)

Static Public Member Functions

void add_interface (GType gtype_implementer)

Protected Member Functions

virtual void pack_start_vfunc (GtkCellRenderer* cell, bool expand)
virtual void clear_vfunc ()
virtual void add_attribute_vfunc (GtkCellRenderer* cell, const Glib::ustring& attribute, int column)
virtual void clear_attributes_vfunc (GtkCellRenderer* cell)

Related Functions

(Note that these are not member functions.)

Glib::RefPtr<Gtk::CellLayoutwrap (GtkCellLayout* object, bool take_copy=false)

Member Typedef Documentation

typedef SigC::Slot1<void, const TreeModel::const_iterator&> Gtk::CellLayout::SlotCellData
 


Constructor & Destructor Documentation

virtual Gtk::CellLayout::~CellLayout (  )  [virtual]
 


Member Function Documentation

void Gtk::CellLayout::add_attribute ( const Glib::PropertyProxy_Base property,
const TreeModelColumnBase column
 

void Gtk::CellLayout::add_attribute ( CellRenderer cell,
const Glib::ustring attribute,
int  column
 

virtual void Gtk::CellLayout::add_attribute_vfunc ( GtkCellRenderer*  cell,
const Glib::ustring attribute,
int  column
[protected, virtual]
 

void Gtk::CellLayout::add_interface ( GType  gtype_implementer  )  [static]
 

void Gtk::CellLayout::clear (  ) 
 

void Gtk::CellLayout::clear_attributes ( CellRenderer cell  ) 
 

virtual void Gtk::CellLayout::clear_attributes_vfunc ( GtkCellRenderer*  cell  )  [protected, virtual]
 

virtual void Gtk::CellLayout::clear_vfunc (  )  [protected, virtual]
 

const GtkCellLayout* Gtk::CellLayout::gobj (  )  const [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Glib::Interface.

Reimplemented in Gtk::ComboBox, and Gtk::ComboBoxEntry.

GtkCellLayout* Gtk::CellLayout::gobj (  )  [inline]
 

Provides access to the underlying C GObject.

Reimplemented from Glib::Interface.

Reimplemented in Gtk::ComboBox, and Gtk::ComboBoxEntry.

void Gtk::CellLayout::pack_start ( CellRenderer cell,
bool  expand = true
 

template <class T_ModelColumnType>
void Gtk::CellLayout::pack_start ( const TreeModelColumn<ColumnType>&  model_column,
bool  expand = true
[inline]
 

virtual void Gtk::CellLayout::pack_start_vfunc ( GtkCellRenderer*  cell,
bool  expand
[protected, virtual]
 

void Gtk::CellLayout::set_cell_data_func ( CellRenderer cell,
const SlotCellData slot
 


Friends And Related Function Documentation

Glib::RefPtr<Gtk::CellLayout> wrap ( GtkCellLayout*  object,
bool  take_copy = false
[related]
 


The documentation for this class was generated from the following file:
Generated for gtkmm 2.2 by Doxygen 1.3.4 © 1997-2001