gtk+-2.0 Reference Manual

Synopsis

public interface CellLayout {
    public    void                      set_attributes            ( CellRenderer        cell,
                                                                    ... ) ;
    public    abstract void             add_attribute             ( CellRenderer        cell,
                                                                    string              attribute,
                                                                    int                 column ) ;
    public    abstract void             clear                     (  ) ;
    public    abstract void             clear_attributes          ( CellRenderer        cell ) ;
    public    abstract weak GLib.List   get_cells                 (  ) ;
    public    abstract void             pack_end                  ( CellRenderer        cell,
                                                                    bool                expand ) ;
    public    abstract void             pack_start                ( CellRenderer        cell,
                                                                    bool                expand ) ;
    public    abstract void             reorder                   ( CellRenderer        cell,
                                                                    int                 position ) ;
    public    abstract void             set_cell_data_func        ( CellRenderer        cell,
                                                                    CellLayoutDataFunc  func,
                                                                    void**              func_data,
                                                                    GLib.DestroyNotify  destroy ) ;
}

Description

Details

Signal Details

Property Details

Method Details

set_attributes ()
    public    void                      set_attributes            ( CellRenderer        cell,
                                                                    ... ) ;		

add_attribute ()
    public    abstract void             add_attribute             ( CellRenderer        cell,
                                                                    string              attribute,
                                                                    int                 column ) ;		

clear ()
    public    abstract void             clear                     (  ) ;		

clear_attributes ()
    public    abstract void             clear_attributes          ( CellRenderer        cell ) ;		

get_cells ()
    public    abstract weak GLib.List   get_cells                 (  ) ;		

pack_end ()
    public    abstract void             pack_end                  ( CellRenderer        cell,
                                                                    bool                expand ) ;		

pack_start ()
    public    abstract void             pack_start                ( CellRenderer        cell,
                                                                    bool                expand ) ;		

reorder ()
    public    abstract void             reorder                   ( CellRenderer        cell,
                                                                    int                 position ) ;		

set_cell_data_func ()
    public    abstract void             set_cell_data_func        ( CellRenderer        cell,
                                                                    CellLayoutDataFunc  func,
                                                                    void**              func_data,
                                                                    GLib.DestroyNotify  destroy ) ;		


Created by Valadoc