mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Improve doc of gtk_widget_override_color()
Mention that it's not recursively applied to a container's children. https://bugzilla.gnome.org/show_bug.cgi?id=566945
This commit is contained in:
parent
17d45484d7
commit
3fa9846399
@ -9064,6 +9064,11 @@ _gtk_widget_get_modifier_properties (GtkWidget *widget)
|
||||
*
|
||||
* All other style values are left untouched.
|
||||
*
|
||||
* This function does not act recursively. Setting the color of a
|
||||
* container does not affect its children. Note that some widgets that
|
||||
* you may not think of as containers, for instance #GtkButton<!-- -->s,
|
||||
* are actually containers.
|
||||
*
|
||||
* <note><para>
|
||||
* This API is mostly meant as a quick way for applications to
|
||||
* change a widget appearance. If you are developing a widgets
|
||||
|
Loading…
Reference in New Issue
Block a user