|
CoreGTK
3.10.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|


Additional Inherited Members | |
Class Methods inherited from CGTKWidget | |
| (GtkTextDirection) | + getDefaultDirection |
| (GtkStyle *) | + getDefaultStyle |
| (void) | + popCompositeChild |
| (void) | + pushCompositeChild |
| (void) | + setDefaultDirection: |
Class Methods inherited from CGTKBase | |
| (CGTKBase *) | + withGObject: |
Protected Attributes inherited from CGTKBase | |
| GObject * | __gObject |
Definition at line 34 of file CGTKCellView.h.
| - (GtkCellView *) CELLVIEW |
Methods
Definition at line 96 of file CGTKCellView.m.
| - (GtkTreePath *) getDisplayedRow |
| - (BOOL) getDrawSensitive |
| - (BOOL) getFitModel |
| - (GtkTreeModel *) getModel |
| - (BOOL) getSizeOfRowWithPath: | (GtkTreePath*) | path | |
| andRequisition: | (GtkRequisition*) | requisition | |
-(BOOL*)getSizeOfRowWithPath:(GtkTreePath*) path andRequisition:(GtkRequisition*) requisition;
| path | |
| requisition |
Definition at line 121 of file CGTKCellView.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKCellView.m.
| - (void) setBackgroundColor: | (const GdkColor*) | color |
| - (void) setBackgroundRgba: | (const GdkRGBA*) | rgba |
| - (void) setDisplayedRow: | (GtkTreePath*) | path |
| - (void) setDrawSensitive: | (BOOL) | drawSensitive |
-(void*)setDrawSensitive: drawSensitive;
| drawSensitive |
Definition at line 141 of file CGTKCellView.m.
| - (void) setFitModel: | (BOOL) | fitModel |
| - (void) setModel: | (GtkTreeModel*) | model |