Class GTKCList
NSObject
|
+---GTK
|
+---GTKObject
|
+---GTKWidget
|
+---GTKContainer
|
+---GTKCList
Class GTKCList inherits from GTKContainer
Subclasses: GTKCTree
Last modified: 3.1.2001 (GToolKit/GToolKit.m)
- + (id) cListWithColumns:(gint) columns
-
- + (id) cListWithTitles:(gint) columns titles:(NSArray *) titles
-
- + (GtkType) getType
-
- - (gint) append:(NSArray *) text
-
- - (void) clear
-
- - (void) columnTitleActive:(gint) column
-
- - (void) columnTitlePassive:(gint) column
-
- - (void) columnTitlesActive
-
- - (void) columnTitlesHide
-
- - (void) columnTitlesPassive
-
- - (void) columnTitlesShow
-
- - (gint) columnsAutosize
-
- - (gint) findRowFromData:(gpointer) data
-
- - (void) freeze
-
- - (GTKStyle *) getCellStyle:(gint) row column:(gint) column
-
- - (GtkCellType) getCellType:(gint) row column:(gint) column
-
- - (NSString *) getColumnTitle:(gint) column
-
- - (GTKWidget *) getColumnWidget:(gint) column
-
- - (GTKAdjustment*) getHadjustment
-
- - (gint) getPixmap:(gint) row column:(gint) column pixmap:(GdkPixmap **) pixmap mask:(GdkBitmap **) mask
-
- - (gint) getPixtext:(gint) row column:(gint) column text:(NSString **) text spacing:(guint8 *) spacing pixmap:(GdkPixmap **) pixmap mask:(GdkBitmap **) mask
-
- - (gpointer) getRowData:(gint) row
-
- - (GTKStyle *) getRowStyle:(gint) row
-
- - (gboolean) getSelectable:(gint) row
-
- - (gint) getSelectionInfo:(gint) x y:(gint) y row:(gint *) row column:(gint *) column
-
- - (gint) getText:(gint) row column:(gint) column text:(NSString **) text
-
- - (GTKAdjustment*) getVadjustment
-
- - (id) initWithColumns:(gint) columns
-
- - (id) initWithTitles:(gint) columns titles:(NSArray *) titles
-
- - (gint) insert:(gint) row text:(NSArray *) text
-
- - (void) moveto:(gint) row column:(gint) column rowAlign:(gfloat) row_align colAlign:(gfloat) col_align
-
- - (gint) optimalColumnWidth:(gint) column
-
- - (gint) prepend:(NSArray *) text
-
- - (void) remove:(gint) row
-
- - (GtkVisibility) rowIsVisible:(gint) row
-
- - (void) rowMove:(gint) source_row destRow:(gint) dest_row
-
- - (void) selectAll
-
- - (void) selectRow:(gint) row column:(gint) column
-
- - (void) setAutoSort:(gboolean) auto_sort
-
- - (void) setBackground:(gint) row color:(GdkColor *) color
-
- - (void) setButtonActions:(guint) button buttonActions:(guint8) button_actions
-
- - (void) setCellStyle:(gint) row column:(gint) column style:(GTKStyle *) style
-
- - (void) setColumn:(gint) column autoResize:(gboolean) auto_resize
-
- - (void) setColumn:(gint) column justification:(GtkJustification) justification
-
- - (void) setColumn:(gint) column maxWidth:(gint) max_width
-
- - (void) setColumn:(gint) column minWidth:(gint) min_width
-
- - (void) setColumn:(gint) column resizeable:(gboolean) resizeable
-
- - (void) setColumn:(gint) column title:(NSString *) title
-
- - (void) setColumn:(gint) column widget:(GTKWidget *) widget
-
- - (void) setColumn:(gint) column width:(gint) width
-
- - (void) setColumnVisibility:(gint) column visible:(gboolean) visible
-
- - (void) setCompareFunc:(GtkCListCompareFunc) cmp_func
-
- - (void) setForeground:(gint) row color:(GdkColor *) color
-
- - (void) setHadjustment:(GTKAdjustment *) adjustment
-
- - (void) setPixmap:(gint) row column:(gint) column pixmap:(GdkPixmap *) pixmap mask:(GdkBitmap *) mask
-
- - (void) setPixtext:(gint) row column:(gint) column text:(NSString *) text spacing:(guint8) spacing pixmap:(GdkPixmap *) pixmap mask:(GdkBitmap *) mask
-
- - (void) setReorderable:(gboolean) reorderable
-
- - (void) setRow:(gint) row data:(gpointer) data
-
- - (void) setRow:(gint) row style:(GTKStyle *) style
-
- - (void) setRowDataFull:(gint) row data:(gpointer) data destroy:(GtkDestroyNotify) destroy
-
- - (void) setRowHeight:(guint) height
-
- - (void) setSelectable:(gint) row selectable:(gboolean) selectable
-
- - (void) setSelectionMode:(GtkSelectionMode) mode
-
- - (void) setShadowType:(GtkShadowType) type
-
- - (void) setShift:(gint) row column:(gint) column vertical:(gint) vertical horizontal:(gint) horizontal
-
- - (void) setSortColumn:(gint) column
-
- - (void) setSortType:(GtkSortType) sort_type
-
- - (void) setText:(gint) row column:(gint) column text:(NSString *) text
-
- - (void) setUseDragIcons:(gboolean) use_icons
-
- - (void) setVadjustment:(GTKAdjustment *) adjustment
-
- - (void) sort
-
- - (void) swapRows:(gint) row1 row2:(gint) row2
-
- - (void) thaw
-
- - (void) undoSelection
-
- - (void) unselectAll
-
- - (void) unselectRow:(gint) row column:(gint) column
-
Methods
+ (GtkType) getType
Overrides: + (GtkType) getType in GTKContainer
+ (id) cListWithColumns:(gint) columns
- (id) initWithColumns:(gint) columns
+ (id) cListWithTitles:(gint) columns titles:(NSArray *) titles
- (id) initWithTitles:(gint) columns titles:(NSArray *) titles
- (void) setHadjustment:(GTKAdjustment *) adjustment
- (void) setVadjustment:(GTKAdjustment *) adjustment
- (GTKAdjustment *) getHadjustment
- (GTKAdjustment *) getVadjustment
- (void) setShadowType:(GtkShadowType) type
- (void) setSelectionMode:(GtkSelectionMode) mode
- (void) setReorderable:(gboolean) reorderable
- (void) setUseDragIcons:(gboolean) use_icons
- (void) setButtonActions:(guint) button buttonActions:(guint8) button_actions
- (void) freeze
- (void) thaw
- (void) columnTitlesShow
- (void) columnTitlesHide
- (void) columnTitleActive:(gint) column
- (void) columnTitlePassive:(gint) column
- (void) columnTitlesActive
- (void) columnTitlesPassive
- (void) setColumn:(gint) column title:(NSString *) title
- (NSString *) getColumnTitle:(gint) column
- (void) setColumn:(gint) column widget:(GTKWidget *) widget
- (GTKWidget *) getColumnWidget:(gint) column
- (void) setColumn:(gint) column justification:(GtkJustification) justification
- (void) setColumnVisibility:(gint) column visible:(gboolean) visible
- (void) setColumn:(gint) column resizeable:(gboolean) resizeable
- (void) setColumn:(gint) column autoResize:(gboolean) auto_resize
- (gint) columnsAutosize
- (gint) optimalColumnWidth:(gint) column
- (void) setColumn:(gint) column width:(gint) width
- (void) setColumn:(gint) column minWidth:(gint) min_width
- (void) setColumn:(gint) column maxWidth:(gint) max_width
- (void) setRowHeight:(guint) height
- (void) moveto:(gint) row column:(gint) column rowAlign:(gfloat) row_align colAlign:(gfloat) col_align
- (GtkVisibility) rowIsVisible:(gint) row
- (GtkCellType) getCellType:(gint) row column:(gint) column
- (void) setText:(gint) row column:(gint) column text:(NSString *) text
- (gint) getText:(gint) row column:(gint) column text:(NSString **) text
- (void) setPixmap:(gint) row column:(gint) column pixmap:(GdkPixmap *) pixmap mask:(GdkBitmap *) mask
- (gint) getPixmap:(gint) row column:(gint) column pixmap:(GdkPixmap **) pixmap mask:(GdkBitmap **) mask
- (void) setPixtext:(gint) row column:(gint) column text:(NSString *) text spacing:(guint8) spacing pixmap:(GdkPixmap *) pixmap mask:(GdkBitmap *) mask
- (gint) getPixtext:(gint) row column:(gint) column text:(NSString **) text spacing:(guint8 *) spacing pixmap:(GdkPixmap **) pixmap mask:(GdkBitmap **) mask
- (void) setForeground:(gint) row color:(GdkColor *) color
- (void) setBackground:(gint) row color:(GdkColor *) color
- (void) setCellStyle:(gint) row column:(gint) column style:(GTKStyle *) style
- (GTKStyle *) getCellStyle:(gint) row column:(gint) column
- (void) setRow:(gint) row style:(GTKStyle *) style
- (GTKStyle *) getRowStyle:(gint) row
- (void) setShift:(gint) row column:(gint) column vertical:(gint) vertical horizontal:(gint) horizontal
- (void) setSelectable:(gint) row selectable:(gboolean) selectable
- (gboolean) getSelectable:(gint) row
- (gint) prepend:(NSArray *) text
- (gint) append:(NSArray *) text
- (gint) insert:(gint) row text:(NSArray *) text
- (void) remove:(gint) row
Overrides: - (void) remove:(gint) row in GTKContainer
- (void) setRow:(gint) row data:(gpointer) data
- (void) setRowDataFull:(gint) row data:(gpointer) data destroy:(GtkDestroyNotify) destroy
- (gpointer) getRowData:(gint) row
- (gint) findRowFromData:(gpointer) data
- (void) selectRow:(gint) row column:(gint) column
- (void) unselectRow:(gint) row column:(gint) column
- (void) undoSelection
- (void) clear
- (gint) getSelectionInfo:(gint) x y:(gint) y row:(gint *) row column:(gint *) column
- (void) selectAll
- (void) unselectAll
- (void) swapRows:(gint) row1 row2:(gint) row2
- (void) rowMove:(gint) source_row destRow:(gint) dest_row
- (void) setCompareFunc:(GtkCListCompareFunc) cmp_func
- (void) setSortColumn:(gint) column
- (void) setSortType:(GtkSortType) sort_type
- (void) sort
- (void) setAutoSort:(gboolean) auto_sort
generated Thu Jan 4 20:20:29 2001
by Objcdoc