diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-12-02 23:41:24 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:55 +0100 |
commit | bacb7906f238c716dac395b923e41897428a263a (patch) | |
tree | ff848dff658a36eb0ed331ed40295fd3fc3959e0 /docs/reference | |
parent | 3e8d138ed6310e795c4a9c34cd7e82c232b797ec (diff) | |
download | gtk+-bacb7906f238c716dac395b923e41897428a263a.tar.gz |
Add helper API for getting colors/borders in GtkStyleContext/GtkThemingEngine
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gtk/gtk3-sections.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt index 632b0bc107..bbf8178b16 100644 --- a/docs/reference/gtk/gtk3-sections.txt +++ b/docs/reference/gtk/gtk3-sections.txt @@ -5402,6 +5402,12 @@ gtk_style_context_get_style gtk_style_context_get_style_property gtk_style_context_get_style_valist gtk_style_context_get_valist +gtk_style_context_get_color +gtk_style_context_get_background_color +gtk_style_context_get_border_color +gtk_style_context_get_border +gtk_style_context_get_padding +gtk_style_context_get_margin gtk_style_context_invalidate gtk_style_context_state_is_running gtk_style_context_lookup_color @@ -5506,6 +5512,12 @@ gtk_theming_engine_get_style gtk_theming_engine_get_style_property gtk_theming_engine_get_style_valist gtk_theming_engine_get_valist +gtk_theming_engine_get_color +gtk_theming_engine_get_background_color +gtk_theming_engine_get_border_color +gtk_theming_engine_get_border +gtk_theming_engine_get_padding +gtk_theming_engine_get_margin gtk_theming_engine_has_class gtk_theming_engine_has_region gtk_theming_engine_lookup_color |