|
CoreGTK
3.22.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 CGTKIconView.h.
| - (void) convertWidgetToBinWindowCoordsWithWx: | (gint) | wx | |
| andWy: | (gint) | wy | |
| andBx: | (gint*) | bx | |
| andBy: | (gint*) | by | |
-(void*)convertWidgetToBinWindowCoordsWithWx:(gint) wx andWy:(gint) wy andBx:(gint*) bx andBy:(gint*) by;
| wx | |
| wy | |
| bx | |
| by |
Definition at line 77 of file CGTKIconView.m.
| - (cairo_surface_t *) createDragIcon: | (GtkTreePath*) | path |
-(cairo_surface_t**)createDragIcon: path;
| path |
Definition at line 82 of file CGTKIconView.m.
| - (void) enableModelDragDestWithTargets: | (GtkTargetEntry*) | targets | |
| andNtargets: | (gint) | ntargets | |
| andActions: | (GdkDragAction) | actions | |
-(void*)enableModelDragDestWithTargets:(GtkTargetEntry*) targets andNtargets:(gint) ntargets andActions:(GdkDragAction) actions;
| targets | |
| ntargets | |
| actions |
Definition at line 87 of file CGTKIconView.m.
| - (void) enableModelDragSourceWithStartButtonMask: | (GdkModifierType) | startButtonMask | |
| andTargets: | (GtkTargetEntry*) | targets | |
| andNtargets: | (gint) | ntargets | |
| andActions: | (GdkDragAction) | actions | |
-(void*)enableModelDragSourceWithStartButtonMask:(GdkModifierType) startButtonMask andTargets:(GtkTargetEntry*) targets andNtargets:(gint) ntargets andActions:(GdkDragAction) actions;
| startButtonMask | |
| targets | |
| ntargets | |
| actions |
Definition at line 92 of file CGTKIconView.m.
| - (BOOL) getActivateOnSingleClick |
| - (BOOL) getCellRectWithPath: | (GtkTreePath*) | path | |
| andCell: | (GtkCellRenderer*) | cell | |
| andRect: | (GdkRectangle*) | rect | |
-(BOOL*)getCellRectWithPath:(GtkTreePath*) path andCell:(GtkCellRenderer*) cell andRect:(GdkRectangle*) rect;
| path | |
| cell | |
| rect |
Definition at line 102 of file CGTKIconView.m.
| - (gint) getColumns |
| - (gint) getColumnSpacing |
| - (BOOL) getCursorWithPath: | (GtkTreePath**) | path | |
| andCell: | (GtkCellRenderer**) | cell | |
-(BOOL*)getCursorWithPath:(GtkTreePath**) path andCell:(GtkCellRenderer**) cell;
| path | |
| cell |
Definition at line 117 of file CGTKIconView.m.
| - (BOOL) getDestItemAtPosWithDragX: | (gint) | dragX | |
| andDragY: | (gint) | dragY | |
| andPath: | (GtkTreePath**) | path | |
| andPos: | (GtkIconViewDropPosition*) | pos | |
-(BOOL*)getDestItemAtPosWithDragX:(gint) dragX andDragY:(gint) dragY andPath:(GtkTreePath**) path andPos:(GtkIconViewDropPosition*) pos;
| dragX | |
| dragY | |
| path | |
| pos |
Definition at line 122 of file CGTKIconView.m.
| - (void) getDragDestItemWithPath: | (GtkTreePath**) | path | |
| andPos: | (GtkIconViewDropPosition*) | pos | |
-(void*)getDragDestItemWithPath:(GtkTreePath**) path andPos:(GtkIconViewDropPosition*) pos;
| path | |
| pos |
Definition at line 127 of file CGTKIconView.m.
| - (BOOL) getItemAtPosWithX: | (gint) | x | |
| andY: | (gint) | y | |
| andPath: | (GtkTreePath**) | path | |
| andCell: | (GtkCellRenderer**) | cell | |
-(BOOL*)getItemAtPosWithX:(gint) x andY:(gint) y andPath:(GtkTreePath**) path andCell:(GtkCellRenderer**) cell;
| x | |
| y | |
| path | |
| cell |
Definition at line 132 of file CGTKIconView.m.
| - (gint) getItemColumn: | (GtkTreePath*) | path |
-(gint*)getItemColumn: path;
| path |
Definition at line 137 of file CGTKIconView.m.
| - (GtkOrientation) getItemOrientation |
-(GtkOrientation*)getItemOrientation;
Definition at line 142 of file CGTKIconView.m.
| - (gint) getItemPadding |
| - (gint) getItemRow: | (GtkTreePath*) | path |
-(gint*)getItemRow: path;
| path |
Definition at line 152 of file CGTKIconView.m.
| - (gint) getItemWidth |
| - (gint) getMargin |
| - (gint) getMarkupColumn |
| - (GtkTreeModel *) getModel |
| - (GtkTreePath *) getPathAtPosWithX: | (gint) | x | |
| andY: | (gint) | y | |
-(GtkTreePath**)getPathAtPosWithX:(gint) x andY:(gint) y;
| x | |
| y |
Definition at line 177 of file CGTKIconView.m.
| - (gint) getPixbufColumn |
| - (BOOL) getReorderable |
| - (gint) getRowSpacing |
| - (GList *) getSelectedItems |
| - (GtkSelectionMode) getSelectionMode |
-(GtkSelectionMode*)getSelectionMode;
Definition at line 202 of file CGTKIconView.m.
| - (gint) getSpacing |
| - (gint) getTextColumn |
| - (gint) getTooltipColumn |
| - (BOOL) getTooltipContextWithX: | (gint*) | x | |
| andY: | (gint*) | y | |
| andKeyboardTip: | (BOOL) | keyboardTip | |
| andModel: | (GtkTreeModel**) | model | |
| andPath: | (GtkTreePath**) | path | |
| andIter: | (GtkTreeIter*) | iter | |
-(BOOL*)getTooltipContextWithX:(gint*) x andY:(gint*) y andKeyboardTip:(BOOL) keyboardTip andModel:(GtkTreeModel**) model andPath:(GtkTreePath**) path andIter:(GtkTreeIter*) iter;
| x | |
| y | |
| keyboardTip | |
| model | |
| path | |
| iter |
Definition at line 222 of file CGTKIconView.m.
| - (BOOL) getVisibleRangeWithStartPath: | (GtkTreePath**) | startPath | |
| andEndPath: | (GtkTreePath**) | endPath | |
-(BOOL*)getVisibleRangeWithStartPath:(GtkTreePath**) startPath andEndPath:(GtkTreePath**) endPath;
| startPath | |
| endPath |
Definition at line 227 of file CGTKIconView.m.
| - (GtkIconView *) ICONVIEW |
Methods
Definition at line 72 of file CGTKIconView.m.
| - (id) init |
Constructors
Definition at line 36 of file CGTKIconView.m.
| - (void) itemActivated: | (GtkTreePath*) | path |
| - (BOOL) pathIsSelected: | (GtkTreePath*) | path |
-(BOOL*)pathIsSelected: path;
| path |
Definition at line 237 of file CGTKIconView.m.
| - (void) scrollToPathWithPath: | (GtkTreePath*) | path | |
| andUseAlign: | (BOOL) | useAlign | |
| andRowAlign: | (gfloat) | rowAlign | |
| andColAlign: | (gfloat) | colAlign | |
-(void*)scrollToPathWithPath:(GtkTreePath*) path andUseAlign:(BOOL) useAlign andRowAlign:(gfloat) rowAlign andColAlign:(gfloat) colAlign;
| path | |
| useAlign | |
| rowAlign | |
| colAlign |
Definition at line 242 of file CGTKIconView.m.
| - (void) selectAll |
-(void*)selectAll;
Definition at line 247 of file CGTKIconView.m.
| - (void) selectedForeachWithFunc: | (GtkIconViewForeachFunc) | func | |
| andData: | (gpointer) | data | |
-(void*)selectedForeachWithFunc:(GtkIconViewForeachFunc) func andData:(gpointer) data;
| func | |
| data |
Definition at line 257 of file CGTKIconView.m.
| - (void) selectPath: | (GtkTreePath*) | path |
| - (void) setActivateOnSingleClick: | (BOOL) | single |
-(void*)setActivateOnSingleClick: single;
| single |
Definition at line 262 of file CGTKIconView.m.
| - (void) setColumns: | (gint) | columns |
| - (void) setColumnSpacing: | (gint) | columnSpacing |
-(void*)setColumnSpacing: columnSpacing;
| columnSpacing |
Definition at line 267 of file CGTKIconView.m.
| - (void) setCursorWithPath: | (GtkTreePath*) | path | |
| andCell: | (GtkCellRenderer*) | cell | |
| andStartEditing: | (BOOL) | startEditing | |
-(void*)setCursorWithPath:(GtkTreePath*) path andCell:(GtkCellRenderer*) cell andStartEditing:(BOOL) startEditing;
| path | |
| cell | |
| startEditing |
Definition at line 277 of file CGTKIconView.m.
| - (void) setDragDestItemWithPath: | (GtkTreePath*) | path | |
| andPos: | (GtkIconViewDropPosition) | pos | |
-(void*)setDragDestItemWithPath:(GtkTreePath*) path andPos:(GtkIconViewDropPosition) pos;
| path | |
| pos |
Definition at line 282 of file CGTKIconView.m.
| - (void) setItemOrientation: | (GtkOrientation) | orientation |
-(void*)setItemOrientation: orientation;
| orientation |
Definition at line 287 of file CGTKIconView.m.
| - (void) setItemPadding: | (gint) | itemPadding |
-(void*)setItemPadding: itemPadding;
| itemPadding |
Definition at line 292 of file CGTKIconView.m.
| - (void) setItemWidth: | (gint) | itemWidth |
-(void*)setItemWidth: itemWidth;
| itemWidth |
Definition at line 297 of file CGTKIconView.m.
| - (void) setMargin: | (gint) | margin |
| - (void) setMarkupColumn: | (gint) | column |
| - (void) setModel: | (GtkTreeModel*) | model |
| - (void) setPixbufColumn: | (gint) | column |
| - (void) setReorderable: | (BOOL) | reorderable |
-(void*)setReorderable: reorderable;
| reorderable |
Definition at line 322 of file CGTKIconView.m.
| - (void) setRowSpacing: | (gint) | rowSpacing |
-(void*)setRowSpacing: rowSpacing;
| rowSpacing |
Definition at line 327 of file CGTKIconView.m.
| - (void) setSelectionMode: | (GtkSelectionMode) | mode |
| - (void) setSpacing: | (gint) | spacing |
| - (void) setTextColumn: | (gint) | column |
| - (void) setTooltipCellWithTooltip: | (GtkTooltip*) | tooltip | |
| andPath: | (GtkTreePath*) | path | |
| andCell: | (GtkCellRenderer*) | cell | |
-(void*)setTooltipCellWithTooltip:(GtkTooltip*) tooltip andPath:(GtkTreePath*) path andCell:(GtkCellRenderer*) cell;
| tooltip | |
| path | |
| cell |
Definition at line 347 of file CGTKIconView.m.
| - (void) setTooltipColumn: | (gint) | column |
| - (void) setTooltipItemWithTooltip: | (GtkTooltip*) | tooltip | |
| andPath: | (GtkTreePath*) | path | |
-(void*)setTooltipItemWithTooltip:(GtkTooltip*) tooltip andPath:(GtkTreePath*) path;
| tooltip | |
| path |
Definition at line 357 of file CGTKIconView.m.
| - (void) unselectAll |
-(void*)unselectAll;
Definition at line 362 of file CGTKIconView.m.
| - (void) unselectPath: | (GtkTreePath*) | path |
| - (void) unsetModelDragDest |
-(void*)unsetModelDragDest;
Definition at line 372 of file CGTKIconView.m.
| - (void) unsetModelDragSource |
-(void*)unsetModelDragSource;
Definition at line 377 of file CGTKIconView.m.