summaryrefslogtreecommitdiff
path: root/gtk/gtktable.h
Commit message (Collapse)AuthorAgeFilesLines
* removed all occourances of #pragma } and #pragma { which were in place toTim Janik1998-10-071-1/+0
| | | | | | | | | | | Wed Oct 7 05:15:36 1998 Tim Janik <timj@gtk.org> * gtk/gtk*.h: * gdk/gdk.h: removed all occourances of #pragma } and #pragma { which were in place to fixup emacs' cc-mode indentation. putting (c-set-offset 'inextern-lang 0) into ~/.emacs is the proper way to achive this and doesn't produce problems for stupid pragma-related compiler bugs. ;)
* Empty rows/columns of the table should not have been marked as being ableOwen Taylor1998-08-041-0/+1
| | | | | | | | Tue Aug 4 10:59:19 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtktable.[ch]: Empty rows/columns of the table should not have been marked as being able to shrink. (Fixes prorlem with shrinking scrollbarless GIMP canvases)
* boy! did i really modify that many files?Tim Janik1998-06-161-42/+47
| | | | | anyways, here go the child args and a lot of cleanups ;) you wouldn't want me to put the ChangeLog entry in here, would you?
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
| | | | | | Sun Apr 12 18:54:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * Changed LGPL address for FSF in all .h and .c files
* Added function to set the homogeneous flag of the table (needed by derivedFederico Mena Quintero1998-04-061-0/+2
| | | | | | | | | | | | | 1998-04-06 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtktable.h: * gtk/gtktable.c (gtk_table_set_homogeneous): Added function to set the homogeneous flag of the table (needed by derived widgets and such). 1998-04-03 Federico Mena Quintero <federico@nuclecu.unam.mx> * gtk/gtkradiobutton.h: Add prototype for gtk_radio_button_new_with_label_from_widget.
* Tables autoresize now -miguelArturo Espinosa1998-01-271-1/+2
|
* Initial revisionElliot Lee1997-11-241-0/+126