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.
This commit is contained in:
Matthias Clasen 2003-08-09 23:01:31 +00:00
parent 005194bc4b
commit 219ddba928
8 changed files with 35 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-08-10 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:

View File

@ -1,3 +1,7 @@
2003-08-10 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:

View File

@ -1,3 +1,7 @@
2003-08-10 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:

View File

@ -1,3 +1,7 @@
2003-08-10 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:

View File

@ -1,3 +1,7 @@
2003-08-10 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.
2003-08-09 Noah Levitt <nlevitt@columbia.edu>
* gdk/gdkevents.h:

View File

@ -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)

View File

@ -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>

View File

@ -197,6 +197,8 @@ struct _GtkWidget
*/
gchar *name;
/*< public >*/
/* 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
@ -218,6 +220,8 @@ struct _GtkWidget
*/
GdkWindow *window;
/*< private >*/
/* The widgets parent.
*/
GtkWidget *parent;