32 #import "CGTKWidget.h"
42 -(GtkCellView *)CELL_VIEW;
54 -(id)initWithText:(NSString *)text;
60 -(id)initWithMarkup:(NSString *)markup;
66 -(id)initWithPixbuf:(GdkPixbuf *)pixbuf;
72 -(void)setModel:(GtkTreeModel *)model;
78 -(GtkTreeModel *)getModel;
84 -(void)setDisplayedRow:(GtkTreePath *)path;
90 -(GtkTreePath *)getDisplayedRow;
96 -(BOOL)getSizeOfRowWithPath:(GtkTreePath *)path andRequisition:(GtkRequisition *)requisition;
102 -(void)setBackgroundColor:(const GdkColor *)color;
Definition: CGTKCellView.h:34