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;
54 -(GtkComboBox*)COMBOBOX;
68 -(NSString*)getActiveId;
76 -(BOOL)getActiveIter:(GtkTreeIter*) iter;
83 -(BOOL)getAddTearoffs;
90 -(GtkSensitivityType)getButtonSensitivity;
97 -(gint)getColumnSpanColumn;
104 -(gint)getEntryTextColumn;
111 -(BOOL)getFocusOnClick;
132 -(GtkTreeModel*)getModel;
139 -(AtkObject*)getPopupAccessible;
146 -(BOOL)getPopupFixedWidth;
153 -(GtkTreeViewRowSeparatorFunc)getRowSeparatorFunc;
160 -(gint)getRowSpanColumn;
167 -(NSString*)getTitle;
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;