|
CoreGTK
2.24.0
CoreGTK is an Objective-C language binding for the GTK+ widget toolkit
|
| - (GtkCellView *) CELL_VIEW |
Returns internal GtkCellView
| - (GtkTreePath *) getDisplayedRow |
Forwards message to: GtkTreePath* gtk_cell_view_get_displayed_row (GtkCellView* cell_view)
| - (GtkTreeModel *) getModel |
Forwards message to: GtkTreeModel* gtk_cell_view_get_model (GtkCellView* cell_view)
| - (BOOL) getSizeOfRowWithPath: | (GtkTreePath *) | path | |
| andRequisition: | (GtkRequisition *) | requisition | |
Forwards message to: gboolean gtk_cell_view_get_size_of_row (GtkCellView* cell_view, GtkTreePath* path, GtkRequisition* requisition)
| - (id) init |
Forwards message to: GtkWidget* gtk_cell_view_new (void)
Implements CGTKWidget.
| - (id) initWithMarkup: | (NSString *) | markup |
Forwards message to: GtkWidget* gtk_cell_view_new_with_markup (const gchar* markup)
| - (id) initWithPixbuf: | (GdkPixbuf *) | pixbuf |
Forwards message to: GtkWidget* gtk_cell_view_new_with_pixbuf (GdkPixbuf* pixbuf)
| - (id) initWithText: | (NSString *) | text |
Forwards message to: GtkWidget* gtk_cell_view_new_with_text (const gchar* text)
| - (void) setBackgroundColor: | (const GdkColor *) | color |
Forwards message to: void gtk_cell_view_set_background_color (GtkCellView* cell_view, const GdkColor* color)
| - (void) setDisplayedRow: | (GtkTreePath *) | path |
Forwards message to: void gtk_cell_view_set_displayed_row (GtkCellView* cell_view, GtkTreePath* path)
| - (void) setModel: | (GtkTreeModel *) | model |
Forwards message to: void gtk_cell_view_set_model (GtkCellView* cell_view, GtkTreeModel* model)
1.8.6