diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-03-29 23:02:30 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-03-29 23:02:30 +0000 |
commit | f67ae736ee9a21ffc8f190ded724543bf66e1316 (patch) | |
tree | 859a57b41aac3646cb42b768f2cc32561fb219ce /docs | |
parent | f19af6f49ca75f667523b1b89ea873584fb7e7b5 (diff) | |
download | gtk+-f67ae736ee9a21ffc8f190ded724543bf66e1316.tar.gz |
Add private function to get the aux info structure fo the widget.
Wed Mar 28 20:30:26 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
to get the aux info structure fo the widget.
* gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
above function.
[ Patch from Havoc Pennington <hp@redhat.com> ]
* gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
to get the size of the window manager frame, basically the same
code that gdk_window_get_root_origin() had
(gdk_window_get_root_origin): use gdk_window_get_frame_extents()
* gtk/gtkwindow.c (gtk_window_set_default_size): use
gdk_window_resize() if the window is realized and resizeable
* gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
typo so that setting gravity works
* gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
allocation if auto_shrink is on, even if the default size
has not changed.
* gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
g_return_if_fail
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkwidget.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index 253f211395..6b2b10024b 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -294,6 +294,8 @@ GtkWidget @y: @width: @height: +@x_set: +@y_set: <!-- ##### STRUCT GtkWidgetShapeInfo ##### --> <para> |