32 #import "CoreGTK/CGTKWidget.h"
44 -(id)initWithContextWithArea:(GtkCellArea*) area andContext:(GtkCellAreaContext*) context;
45 -(id)initWithMarkup:(NSString*) markup;
46 -(id)initWithPixbuf:(GdkPixbuf*) pixbuf;
47 -(id)initWithText:(NSString*) text;
53 -(GtkCellView*)CELLVIEW;
60 -(GtkTreePath*)getDisplayedRow;
67 -(BOOL)getDrawSensitive;
81 -(GtkTreeModel*)getModel;
90 -(BOOL)getSizeOfRowWithPath:(GtkTreePath*) path andRequisition:(GtkRequisition*) requisition;
97 -(void)setBackgroundColor:(const GdkColor*) color;
104 -(void)setBackgroundRgba:(const GdkRGBA*) rgba;
111 -(void)setDisplayedRow:(GtkTreePath*) path;
118 -(void)setDrawSensitive:(BOOL) drawSensitive;
125 -(void)setFitModel:(BOOL) fitModel;
132 -(void)setModel:(GtkTreeModel*) model;