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:
committed by
Matthias Clasen
parent
3c837134fc
commit
1dcb5791cd
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user