diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 11:19:49 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 11:20:06 -0400 |
commit | 0d8c1c9c0992525d2a3250df65c9b5300e33c5ba (patch) | |
tree | 7e90f3e028be4e2beb435ec6f1df56a080a17a2e /gtk/gtkstyleprovider.h | |
parent | 63288829b06785591f09af84f3ba70287229fbf3 (diff) | |
download | gtk+-0d8c1c9c0992525d2a3250df65c9b5300e33c5ba.tar.gz |
Improve the GTK_STYLE_PROVIDER_PRIORITY_FALLBACK docs
Explain possible gotcha with catch-all rules.
Diffstat (limited to 'gtk/gtkstyleprovider.h')
-rw-r--r-- | gtk/gtkstyleprovider.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h index ef5c3555ce..a33ce4345a 100644 --- a/gtk/gtkstyleprovider.h +++ b/gtk/gtkstyleprovider.h @@ -40,6 +40,11 @@ G_BEGIN_DECLS * * The priority used for default style information * that is used in the absence of themes. + * + * Note that this is not very useful for providing default + * styling for custom style classes - themes are likely to + * override styling provided at this priority with + * catch-all `* {...}` rules. */ #define GTK_STYLE_PROVIDER_PRIORITY_FALLBACK 1 |