summaryrefslogtreecommitdiff
path: root/gtk/gtkclist.h
Commit message (Expand)AuthorAgeFilesLines
* i2001-04-24 Alexander Larsson <alexl@redhat.com>Alexander Larsson2001-04-241-0/+3
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+4
* doh, this was broken beyond believe.Tim Janik2000-12-131-5/+0
* Add a function to determine if a window is the focus widget within itsOwen Taylor2000-12-111-2/+3
* Use G_GNUC_CONST.Elliot Lee2000-08-301-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-1/+5
* Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>GMT 2000 Tony Gale2000-02-291-4/+4
* s/refcount/ref_count/.Tim Janik2000-02-131-0/+2
* Adapt cast macros to standard.Raja R Harinath1999-11-221-2/+1
* Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org>Tim Janik1999-03-171-4/+5
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* spelling fix in comment from joey@kuolema.Infodrom.North.DE (MartinManish Singh1999-02-041-2/+2
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-6/+0
* removed clist flag : GTK_CLIST_DRAG_SELECTION added flags :Lars Hamann1998-12-161-9/+68
* s/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.Tim Janik1998-12-021-3/+3
* new class method/signal row_move. new public function. emit a row_moveLars Hamann1998-12-021-0/+10
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-10/+11
* reverted bogus and undocumented!!! changes from Jay Cox (98/11/23Tim Janik1998-11-261-5/+5
* Modified Files: gtkclist.c gtkclist.h gtkctree.c gtkctree.h gtknotebook.cjaycox1998-11-231-9/+9
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-14/+11
* return the nth GtkCTreeNode in row_list. (from Samuel SolonLars Hamann1998-11-181-0/+8
* resize clist if adjustments are NULL and list size has changedLars Hamann1998-11-071-1/+1
* gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.pre-themes-mergeLars Hamann1998-11-051-2/+0
* removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy.Lars Hamann1998-11-051-17/+24
* rearranged some functions (gtk_clist_set_column_auto_resize): newLars Hamann1998-10-191-80/+100
* change a few cell styles of inserted row (change_style): change style ofLars Hamann1998-10-161-10/+39
* fixed a commentTim Janik1998-10-121-1/+4
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
* new signal GtkCList::resize_column. don't draw invisible columnsLars Hamann1998-10-071-105/+123
* Added `visible'.GTK_1_1_2_MARTINMartin Baulig1998-10-041-0/+6
* new function. (gtk_clist_insert): added g_return_val_if_fail() statements.Tim Janik1998-10-011-4/+6
* new function to set/unset the selectable flag of a single row.Lars Hamann1998-09-111-2/+10
* `const' fixups.merge-to-themes-2-4Tim Janik1998-09-031-213/+229
* new class methods: (sort_list) (insert_row) (remove_row)Lars Hamann1998-08-171-0/+14
* new enum GtkSortType.Stefan Jeske1998-08-051-47/+72
* handle negative values similar to gtk_widget_set_uposition(). that is:Tim Janik1998-07-161-9/+9
* Added focus handling, horizontal and vertical autoscrolling, extendedLars Hamann1998-07-151-16/+75
* boy! did i really modify that many files?Tim Janik1998-06-161-3/+8
* Added function gtk_clist_swap to swap two rows in a clist; I also haveJay Painter1998-06-021-0/+5
* prefixed all clist flags with GTK_ to avoid name clashes. redefinedTim Janik1998-05-011-16/+21
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Now we return a GtkVisibility value, instead of a simple boolean. Also,Federico Mena Quintero1998-03-141-3/+3
* Snorfle, thanks :-) Mon Mar 9 23:24:42 1998 Miguel de Icaza <miguel@nuclec...Arturo Espinosa1998-03-101-0/+7
* applied a bunch of patches and removed all the printfs thatTim Janik1998-03-081-0/+7
* Move layout constants into an enumeration, split GTK_BUTTONBOX_DEFAULTOwen Taylor1998-02-251-2/+2
* moved widget creation to gtk_clist_construct for the gtk-- folks.Jay Painter1998-02-201-2/+7
* CList signal revert (right back at you! *ouch*)Jay Painter1998-02-191-15/+3
* A couple of compiler warning fixes, GtkCList signal changes, changedJay Painter1998-02-181-3/+15
* New API functions: gtk_clist_get_cell_type gtk_clist_get_textJay Painter1998-02-081-0/+31