summaryrefslogtreecommitdiff
path: root/gtk/gtkmisc.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Picky --enable-ansi cleanups.Owen Taylor1998-04-101-1/+1
| | | | | | | | | | | | | | | | | | Thu Apr 9 18:36:31 1998 Owen Taylor <owt1@cornell.edu> * gtk/gtkmisc.c gdk/gdkwindow gtk/gtkentry.c gtk/testgtk.c: Picky --enable-ansi cleanups. * gtk/gtkstatusbar.c (gtk_statusbar_pop): Pop top message off _belonging_to_this_context_. (gtk-d4bjorn-980409-0) From "Damon Chaplin" <DAChaplin@email.msn.com> * gtk/gtktable.c (gtk_table_size_request_pass3): Small fix to size requisition code. * gtk/gtknotebook.c: Make sure not to do things to page->tab_label if it doesn't exist.
* fixed panel allocation and stacking order, fixed the base classTim Janik1998-04-051-2/+71
| | | | | | | | | | | | Sun Apr 5 08:03:01 1998 Tim Janik <timj@gtk.org> * gtk/gtkspinbutton.c: fixed panel allocation and stacking order, fixed the base class realization. * gtk/gtkmisc.c: implemented widget arguments. * gtk/gtkentry.c: fixes in _realize to behave similar to _size_allocate.
* removed the ugly check whether we need gtk_widget_destroy orTim Janik1998-03-151-13/+12
| | | | | | | | | | | | | | | | | | Sun Mar 15 20:13:42 1998 Tim Janik <timj@gimp.org> * gtk/gtkmain.c (gtk_quit_destructor): removed the ugly check whether we need gtk_widget_destroy or gtk_object_destroy. these functions are by no means allowed to act differently! * gtk/gtkmisc.c (gtk_misc_set_alignment): check for _DRAWABLE instead of _VISIBLE to operate on widget->window. (gtk_misc_set_padding): likewise. * gtk/gtkwidget.c: slightly reordered object arguments. * gtk/gtkobject.c (gtk_object_setv): * gtk/gtkobject.c (gtk_object_getv): operator `!' has precedence over `&'.
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-0/+1
| | | | | still some gnits left, but keep working on it ;) -timj
* gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.cOwen Taylor1998-01-181-2/+2
| | | | | | | | | | | | | | | | | | | | | Sun Jan 18 09:57:00 1998 Owen Taylor <owt1@cornell.edu> * gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c gtkfixed.c gtkhandlebox.c gtkhscale.c gtkhscrollbar.c gtkitem.c gtklist.c gtkmenushell.c gtkmisc.c gtknotebook.c gtkpaned.c gtkpreview.c gtkprogressbar.c gtkruler.c gtktext.c gtktree.c gtkviewport.c gtkvscale.c gtkvscrollbar.c gtkwidget.{c,h} Added gtk_widget_set_parent and gtk_widget_get_parent. All widgets should use: gtk_widget_get_parent() instead of widget->parent->window. Any widget that wants to have children not in the parent window, should use gtk_widget_set_parent () in their realize() and add () routines. CList and Viewport widgets changed to do this. (Viewport widget using code from gtk-fortier-980117-0.patch.)
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
| | | | -timj
* Initial revisionElliot Lee1997-11-241-0/+181