Improve the GTK_STYLE_PROVIDER_PRIORITY_FALLBACK docs
Explain possible gotcha with catch-all rules.
This commit is contained in:
@ -40,6 +40,11 @@ G_BEGIN_DECLS
|
|||||||
*
|
*
|
||||||
* The priority used for default style information
|
* The priority used for default style information
|
||||||
* that is used in the absence of themes.
|
* 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
|
#define GTK_STYLE_PROVIDER_PRIORITY_FALLBACK 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user