summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2003-08-09 23:01:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-08-09 23:01:31 +0000
commit219ddba9281dbe94a88f0e93cfc51e021c6bf7e3 (patch)
treeaf60cd6a324c0b8914a8dcf9d0369c3cf6cc0e9b /docs
parent005194bc4b0e379e1db341caca8e263ccfef6412 (diff)
downloadgdk-pixbuf-219ddba9281dbe94a88f0e93cfc51e021c6bf7e3.tar.gz
Mark some members as public. Document public GtkWidget members.
* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public. * gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gtk/tmpl/gtkwidget.sgml7
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 77ae372b5..e7ee7e8c1 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-10 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members.
+
2003-08-09 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkcalendar.sgml: Deprecate GTK_CALENDAR_WEEK_START_MONDAY. (#87977)
diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml
index dbe981085..3b9b286d9 100644
--- a/docs/reference/gtk/tmpl/gtkwidget.sgml
+++ b/docs/reference/gtk/tmpl/gtkwidget.sgml
@@ -32,6 +32,13 @@ gtk_widget_style_get_valist() to obtain the value of a style property.
</para>
+@style: The style for the widget. The style contains the colors the widget should be
+ drawn in for each state along with graphics contexts used to draw with and the font
+ to use for text.
+@requisition: The widgets desired size.
+@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).
<!-- ##### STRUCT GtkWidgetClass ##### -->
<para>