mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 12:41:16 +00:00
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:
parent
005194bc4b
commit
219ddba928
@ -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-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)
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user