diff options
author | Benjamin Otte <otte@redhat.com> | 2016-10-06 22:37:42 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 0df388051df5896a6199b36e47a133795bdc26be (patch) | |
tree | fa3f55ff9057b0b7c1a03588b1a3863fba406a3b /docs | |
parent | 05763e4875d11b0f10617dad78bc211e9cf32e95 (diff) | |
download | gtk+-0df388051df5896a6199b36e47a133795bdc26be.tar.gz |
API: Remove GtkStyle
All the remaining gtkrc.c stuff like GtkRcStyle goes with it.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 106 |
1 files changed, 0 insertions, 106 deletions
diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 4c613dbb5e..eef7bed55d 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -6339,110 +6339,6 @@ gtk_gradient_get_type </SECTION> <SECTION> -<FILE>gtkstyle</FILE> -<TITLE>GtkStyle</TITLE> -GTK_STYLE_ATTACHED -GtkStyle -GtkStyleClass -GtkExpanderStyle -gtk_style_new -gtk_style_copy -gtk_style_attach -gtk_style_detach -gtk_style_has_context -gtk_style_set_background -gtk_style_apply_default_background -gtk_style_lookup_color -gtk_style_lookup_icon_set -gtk_style_render_icon -gtk_style_get_style_property -gtk_style_get_valist -gtk_style_get -gtk_paint_arrow -gtk_paint_box -gtk_paint_box_gap -gtk_paint_check -gtk_paint_diamond -gtk_paint_extension -gtk_paint_flat_box -gtk_paint_focus -gtk_paint_handle -gtk_paint_hline -gtk_paint_option -gtk_paint_shadow -gtk_paint_shadow_gap -gtk_paint_slider -gtk_paint_spinner -gtk_paint_tab -gtk_paint_vline -gtk_paint_expander -gtk_paint_layout -gtk_paint_resize_grip -gtk_draw_insertion_cursor - -<SUBSECTION> -GtkRcProperty -GtkRcPropertyParser - -<SUBSECTION Standard> -GTK_STYLE -GTK_IS_STYLE -GTK_TYPE_STYLE -GTK_STYLE_CLASS -GTK_IS_STYLE_CLASS -GTK_STYLE_GET_CLASS - -gtk_style_get_type -GtkThemeEngine -</SECTION> - -<SECTION> -<FILE>gtkrc</FILE> -<TITLE>Resource Files</TITLE> -GtkRcStyle -GtkRcStyleClass -GtkRcFlags -GtkRcTokenType -GtkPathPriorityType -GtkPathType -gtk_rc_scanner_new -gtk_rc_get_style -gtk_rc_get_style_by_paths -gtk_rc_parse -gtk_rc_parse_string -gtk_rc_reparse_all -gtk_rc_reparse_all_for_settings -gtk_rc_reset_styles -gtk_rc_add_default_file -gtk_rc_get_default_files -gtk_rc_set_default_files -gtk_rc_parse_color -gtk_rc_parse_color_full -gtk_rc_parse_state -gtk_rc_parse_priority -gtk_rc_find_module_in_path -gtk_rc_find_pixmap_in_path -gtk_rc_get_module_dir -gtk_rc_get_im_module_path -gtk_rc_get_im_module_file -gtk_rc_get_theme_dir -gtk_rc_style_new -gtk_rc_style_copy - -<SUBSECTION Standard> -GTK_RC_STYLE -GTK_IS_RC_STYLE -GTK_TYPE_RC_STYLE -GTK_RC_STYLE_CLASS -GTK_IS_RC_STYLE_CLASS -GTK_RC_STYLE_GET_CLASS -<SUBSECTION Private> -gtk_rc_style_get_type -GtkRcContext -GTK_PATH_PRIO_MASK -</SECTION> - -<SECTION> <FILE>gtkselection</FILE> <TITLE>Selections</TITLE> GtkSelectionData @@ -6818,7 +6714,6 @@ gtk_icon_info_load_icon_finish gtk_icon_info_load_symbolic gtk_icon_info_load_symbolic_async gtk_icon_info_load_symbolic_finish -gtk_icon_info_load_symbolic_for_style gtk_icon_info_load_symbolic_for_context gtk_icon_info_load_symbolic_for_context_async gtk_icon_info_load_symbolic_for_context_finish @@ -6869,7 +6764,6 @@ gtk_icon_set_copy gtk_icon_set_new gtk_icon_set_new_from_pixbuf gtk_icon_set_ref -gtk_icon_set_render_icon gtk_icon_set_render_icon_pixbuf gtk_icon_set_render_icon_surface gtk_icon_set_unref |