32 #import "CoreGTK/CGTKBin.h" 44 -(id)initWithArea:(GtkCellArea*) area;
45 -(id)initWithAreaAndEntry:(GtkCellArea*) area;
47 -(id)initWithModel:(GtkTreeModel*) model;
48 -(id)initWithModelAndEntry:(GtkTreeModel*) model;
76 -(BOOL)getActiveIter:(GtkTreeIter*) iter;
193 -(void)popupForDevice:(GdkDevice*) device;
200 -(void)setActive:(gint) index;
208 -(BOOL)setActiveId:(NSString*) activeId;
215 -(void)setActiveIter:(GtkTreeIter*) iter;
222 -(void)setAddTearoffs:(BOOL) addTearoffs;
229 -(void)setButtonSensitivity:(GtkSensitivityType) sensitivity;
236 -(void)setColumnSpanColumn:(gint) columnSpan;
243 -(void)setEntryTextColumn:(gint) textColumn;
250 -(void)setFocusOnClick:(BOOL) focusOnClick;
257 -(void)setIdColumn:(gint) idColumn;
264 -(void)setModel:(GtkTreeModel*) model;
271 -(void)setPopupFixedWidth:(BOOL) fixed;
280 -(void)setRowSeparatorFuncWithFunc:(GtkTreeViewRowSeparatorFunc) func andData:(gpointer) data andDestroy:(GDestroyNotify)
destroy;
287 -(void)setRowSpanColumn:(gint) rowSpan;
294 -(void)setTitle:(NSString*) title;
301 -(void)setWrapWidth:(gint) width;
BOOL getPopupFixedWidth()
gint getEntryTextColumn()
GtkTreeModel * getModel()
AtkObject * getPopupAccessible()
GtkSensitivityType getButtonSensitivity()
gint getColumnSpanColumn()
GtkTreeViewRowSeparatorFunc getRowSeparatorFunc()