Mark some members as public. (#119463)

2003-08-10  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkwidget.h (struct _GtkWidget): Mark some members as public.  (#119463)
This commit is contained in:
Matthias Clasen
2003-08-10 22:03:42 +00:00
committed by Matthias Clasen
parent 3c837134fc
commit 1dcb5791cd
8 changed files with 36 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-11 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkwidget.sgml: Document public GtkWidget members. (#119463)
2003-08-08 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-docs.sgml:

View File

@@ -32,6 +32,14 @@ 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;