diff options
author | Tim Janik <timj@gimp.org> | 1998-02-28 14:35:55 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-28 14:35:55 +0000 |
commit | 8a19c2a157b3d30d583dece682ad464b743852ff (patch) | |
tree | 5f6e9d70425205f1ded866c2ffe94336b6a4967e /docs/widget_system.txt | |
parent | 7ad17f7b08176dcc2f33c276a71791a08968a0a4 (diff) | |
download | gtk+-8a19c2a157b3d30d583dece682ad464b743852ff.tar.gz |
fix behavior of gtk_preview_put() with srcx/srcy != 0,
Sat Feb 28 15:18:36 1998 Tim Janik <timj@gimp.org>
* gtk/gtkpreview.c: fix behavior of gtk_preview_put() with
srcx/srcy != 0, gtk-shige-980127-0.patch.gz by
AOSASA Shigeru <aozasa@sakuranet.or.jp>.
* gdk: applied gtk-roebling-980121-0.patch.gz, patch for region
support in Gdk, by Robert Roebling <roebling@ruf.uni-freiburg.de>.
Diffstat (limited to 'docs/widget_system.txt')
-rw-r--r-- | docs/widget_system.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/widget_system.txt b/docs/widget_system.txt index f03121cf61..a11580c0fa 100644 --- a/docs/widget_system.txt +++ b/docs/widget_system.txt @@ -133,7 +133,14 @@ GTK_BASIC: disallow to act as a container for another GtkButton. Now the gnit is, one can add a GtkHBox (which is a `basic' widget) to the first button, and put the second into the box. - + +GTK_RESERVED_3: + +GTK_RC_STYLE: + This flag indicates that its style has been looked up through + the rc mechanism. It does not imply that the widget actually + had a style defined through the rc mechanism. + GtkWidget, private flags: |