diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-30 22:25:36 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-30 22:25:36 -0400 |
commit | 17c4838569364aa96dbaf37de3b2c8f5322ef5ff (patch) | |
tree | f1156036cffc096f348c48d9f92908254d0164f6 /docs | |
parent | bb6045f02d66494dc9b83e1936490df677c91f99 (diff) | |
download | gtk+-17c4838569364aa96dbaf37de3b2c8f5322ef5ff.tar.gz |
Drop GtkRadioButton
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/gtk4-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/gtk/gtk4-sections.txt | 25 | ||||
-rw-r--r-- | docs/reference/gtk/gtk4.types.in | 1 | ||||
-rw-r--r-- | docs/reference/gtk/images/radio-group.png | bin | 5596 -> 0 bytes | |||
-rw-r--r-- | docs/reference/gtk/meson.build | 1 | ||||
-rw-r--r-- | docs/reference/gtk/section-accessibility.md | 2 | ||||
-rw-r--r-- | docs/reference/gtk/visual_index.xml | 3 |
7 files changed, 1 insertions, 32 deletions
diff --git a/docs/reference/gtk/gtk4-docs.xml b/docs/reference/gtk/gtk4-docs.xml index f65688b0fd..62380e2ad8 100644 --- a/docs/reference/gtk/gtk4-docs.xml +++ b/docs/reference/gtk/gtk4-docs.xml @@ -201,7 +201,6 @@ <title>Buttons and Toggles</title> <xi:include href="xml/gtkbutton.xml" /> <xi:include href="xml/gtkcheckbutton.xml" /> - <xi:include href="xml/gtkradiobutton.xml" /> <xi:include href="xml/gtktogglebutton.xml" /> <xi:include href="xml/gtklinkbutton.xml" /> <xi:include href="xml/gtkmenubutton.xml" /> diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index 8083e9aada..1ec07553d8 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -2291,31 +2291,6 @@ gtk_progress_bar_get_type </SECTION> <SECTION> -<FILE>gtkradiobutton</FILE> -<TITLE>GtkRadioButton</TITLE> -GtkRadioButton -gtk_radio_button_new -gtk_radio_button_new_from_widget -gtk_radio_button_new_with_label -gtk_radio_button_new_with_label_from_widget -gtk_radio_button_new_with_mnemonic -gtk_radio_button_new_with_mnemonic_from_widget -gtk_radio_button_set_group -gtk_radio_button_get_group -gtk_radio_button_join_group -<SUBSECTION Standard> -GTK_RADIO_BUTTON -GTK_IS_RADIO_BUTTON -GTK_TYPE_RADIO_BUTTON -GTK_RADIO_BUTTON_CLASS -GTK_IS_RADIO_BUTTON_CLASS -GTK_RADIO_BUTTON_GET_CLASS -<SUBSECTION Private> -GtkRadioButtonPrivate -gtk_radio_button_get_type -</SECTION> - -<SECTION> <FILE>gtkrange</FILE> <TITLE>GtkRange</TITLE> GtkRange diff --git a/docs/reference/gtk/gtk4.types.in b/docs/reference/gtk/gtk4.types.in index cede3f0619..5981ffb897 100644 --- a/docs/reference/gtk/gtk4.types.in +++ b/docs/reference/gtk/gtk4.types.in @@ -179,7 +179,6 @@ gtk_print_settings_get_type @DISABLE_ON_W32@gtk_print_unix_dialog_get_type gtk_progress_bar_get_type gtk_property_expression_get_type -gtk_radio_button_get_type gtk_range_get_type gtk_recent_manager_get_type gtk_revealer_get_type diff --git a/docs/reference/gtk/images/radio-group.png b/docs/reference/gtk/images/radio-group.png Binary files differdeleted file mode 100644 index da6245f9f6..0000000000 --- a/docs/reference/gtk/images/radio-group.png +++ /dev/null diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build index 431192c2c6..4441cc2cf4 100644 --- a/docs/reference/gtk/meson.build +++ b/docs/reference/gtk/meson.build @@ -340,7 +340,6 @@ images = [ 'images/popup-slide.png', 'images/printdialog.png', 'images/progressbar.png', - 'images/radio-group.png', 'images/right-center.png', 'images/right-end.png', 'images/right-start.png', diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md index 4c0a429270..ade43a1bfa 100644 --- a/docs/reference/gtk/section-accessibility.md +++ b/docs/reference/gtk/section-accessibility.md @@ -53,7 +53,7 @@ Each role name is part of the #GtkAccessibleRole enumeration. | `LABEL` | A visible name or caption for a user interface component | #GtkLabel | | `METER` | Represents a value within a known range | #GtkLevelBar | | `PROGRESS_BAR` | An element that display progress | #GtkProgressBar | -| `RADIO` | A checkable input in a group of radio roles | #GtkRadioButton | +| `RADIO` | A checkable input in a group of radio roles | #GtkCheckButton | | `SCROLLBAR` | A graphical object controlling the scrolling of content | #GtkScrollbar | | `SEARCH_BOX` | A text box for entering search criteria | #GtkSearchEntry | | `SEPARATOR` | A divider that separates sections of content or groups of items | #GtkSeparator | diff --git a/docs/reference/gtk/visual_index.xml b/docs/reference/gtk/visual_index.xml index f5e027ed0b..963febf68b 100644 --- a/docs/reference/gtk/visual_index.xml +++ b/docs/reference/gtk/visual_index.xml @@ -102,9 +102,6 @@ <link linkend="GtkVolumeButton"> <inlinegraphic fileref="volumebutton.png" format="PNG"></inlinegraphic> </link> - <link linkend="GtkRadioButton"> - <inlinegraphic fileref="radio-group.png" format="PNG"></inlinegraphic> - </link> <link linkend="GtkFileChooserButton"> <inlinegraphic fileref="file-button.png" format="PNG"></inlinegraphic> </link> |