Rename to reset_rc_styles_recurse(). (#68084)
* gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
reset_rc_styles_recurse(). (#68084)
* gtk/tmpl/gtkaccellabel.sgml: Remove duplicate docs.
* gdk-pixbuf/Makefile.am (content_files): Add
gdk-pixbuf-from-drawables.sgml. (#68232)
* gtk/tmpl/gtkwidget.sgml: Improve docs for GTK_NO_REPARENT
and GTK_APP_PAINTABLE. (#68060)
This commit is contained in:
@ -1,3 +1,13 @@
|
||||
2002-01-09 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* gtk/tmpl/gtkaccellabel.sgml: Remove duplicate docs.
|
||||
|
||||
* gdk-pixbuf/Makefile.am (content_files): Add
|
||||
gdk-pixbuf-from-drawables.sgml. (#68232)
|
||||
|
||||
* gtk/tmpl/gtkwidget.sgml: Improve docs for GTK_NO_REPARENT
|
||||
and GTK_APP_PAINTABLE. (#68060)
|
||||
|
||||
2002-01-08 Matthias Clasen <matthiasc@poet.de>
|
||||
|
||||
* gtk/tmpl/gtkgc.sgml: Improve wording.
|
||||
|
||||
@ -40,6 +40,7 @@ HTML_IMAGES =
|
||||
|
||||
# Extra SGML files that are included by DOC_MAIN_SGML_FILE
|
||||
content_files = \
|
||||
gdk-pixbuf-from-drawables.sgml \
|
||||
gdk-pixbuf.sgml \
|
||||
porting-from-imlib.sgml
|
||||
|
||||
|
||||
@ -114,11 +114,11 @@ Creates a new #GtkAccelLabel.
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_label_set_accel_widget ##### -->
|
||||
<para>
|
||||
Sets the widget whose accelerators are to be shown.
|
||||
|
||||
</para>
|
||||
|
||||
@accel_label: a #GtkAccelLabel.
|
||||
@accel_widget: the widget whose accelerators are to be displayed.
|
||||
@accel_label:
|
||||
@accel_widget:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_accel_label_get_accel_width ##### -->
|
||||
|
||||
@ -76,9 +76,12 @@ Tells about certain properties of the widget.
|
||||
@GTK_COMPOSITE_CHILD:
|
||||
Indicates that the widget is a composite child of its parent; see
|
||||
gtk_widget_push_composite_child(), gtk_widget_pop_composite_child().
|
||||
@GTK_NO_REPARENT:
|
||||
@GTK_NO_REPARENT:
|
||||
Unused since before GTK+ 1.2, will be removed in a future version.
|
||||
@GTK_APP_PAINTABLE:
|
||||
Set and unset by gtk_widget_set_app_paintable().
|
||||
Must be set on widgets whose window the application directly draws on,
|
||||
in order to keep GTK+ from overwriting the drawn stuff.
|
||||
@GTK_RECEIVES_DEFAULT:
|
||||
The widget when focused will receive the default action and have
|
||||
%GTK_HAS_DEFAULT set even if there is a different widget set as default.
|
||||
|
||||
Reference in New Issue
Block a user