summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkwidget.sgml
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@usa.net>2003-09-30 17:10:02 +0000
committerMurray Cumming <murrayc@src.gnome.org>2003-09-30 17:10:02 +0000
commitfa7b7509941959605cddf14bcfbed8f5a7dbb729 (patch)
treee848016b09568668e1e9b71417ef6366816a5b5d /docs/reference/gtk/tmpl/gtkwidget.sgml
parent9cec9f2bc295306f444bd03b783045b620b9f072 (diff)
downloadgtk+-fa7b7509941959605cddf14bcfbed8f5a7dbb729.tar.gz
The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because
2003-09-30 Murray Cumming <murrayc@usa.net> * gtk/gtkcellrenderer.h: The render vfunc takes a GdkDrawable* instead of a GdkWindow*, because that what it is given. The documentation was already correct. This should cause no API/ABI breakage with C compilers. * gtk/gtkcellrenderertext.c, gtkcellrendererpixbuf.c, gtkcellrenderertogger.c: Updated the declarations of the render vfunc implementation accordingly.
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkwidget.sgml')
-rw-r--r--docs/reference/gtk/tmpl/gtkwidget.sgml25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml
index 3b9b286d92..293a4466d7 100644
--- a/docs/reference/gtk/tmpl/gtkwidget.sgml
+++ b/docs/reference/gtk/tmpl/gtkwidget.sgml
@@ -39,6 +39,7 @@ gtk_widget_style_get_valist() to obtain the value of a style property.
@allocation: The widgets allocated size.
@window: The widgets window or its parent window if it does not have a window. (Which
will be indicated by the #GTK_NO_WINDOW flag being set).
+@parent:
<!-- ##### STRUCT GtkWidgetClass ##### -->
<para>
@@ -128,6 +129,7 @@ Tells about certain properties of the widget.
@GTK_DOUBLE_BUFFERED:
Set and unset by gtk_widget_set_double_buffered().
Indicates that exposes done on the widget should be double-buffered.
+@GTK_NO_SHOW_ALL:
<!-- ##### MACRO GTK_WIDGET_TYPE ##### -->
<para>
@@ -1610,6 +1612,24 @@ This function is deprecated; it does nothing.
@widget:
+<!-- ##### FUNCTION gtk_widget_set_no_show_all ##### -->
+<para>
+
+</para>
+
+@widget:
+@no_show_all:
+
+
+<!-- ##### FUNCTION gtk_widget_get_no_show_all ##### -->
+<para>
+
+</para>
+
+@widget:
+@Returns:
+
+
<!-- ##### FUNCTION gtk_requisition_copy ##### -->
<para>
@@ -2222,6 +2242,11 @@ a widget changes from un-anchored to anchored or vice-versa.
</para>
+<!-- ##### ARG GtkWidget:no-show-all ##### -->
+<para>
+
+</para>
+
<!-- ##### ARG GtkWidget:parent ##### -->
<para>