[gtk/ebassi/gidocgen: 55/500] docs: Bring the widget gallery back
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 55/500] docs: Bring the widget gallery back
- Date: Thu, 11 Mar 2021 16:48:00 +0000 (UTC)
commit b9a02b0c24397e4999f2420edc903f79c65dd16d
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 19 13:03:20 2021 -0500
docs: Bring the widget gallery back
We have all the images, lets put them to use.
docs/reference/gtk/gtk4.toml.in | 1 +
docs/reference/gtk/meson.build | 1 +
docs/reference/gtk/visual_index.md | 82 ++++++++++++++++++++++++++++++++++++++
3 files changed, 84 insertions(+)
---
diff --git a/docs/reference/gtk/gtk4.toml.in b/docs/reference/gtk/gtk4.toml.in
index 95c0d0572a..07c578a8b0 100644
--- a/docs/reference/gtk/gtk4.toml.in
+++ b/docs/reference/gtk/gtk4.toml.in
@@ -68,6 +68,7 @@ content_files = [
"wayland.md",
"windows.md",
"x11.md",
+ "visual_index.md",
]
content_images = [
"images/aboutdialog.png",
diff --git a/docs/reference/gtk/meson.build b/docs/reference/gtk/meson.build
index e1087fb2d2..38db6dd353 100644
--- a/docs/reference/gtk/meson.build
+++ b/docs/reference/gtk/meson.build
@@ -24,6 +24,7 @@ expand_content_md_files = [
'section-tree-widget.md',
'section-list-widget.md',
'question_index.md',
+ 'visual_index.md'
]
gtk4_toml = configure_file(input: 'gtk4.toml.in', output: 'gtk4.toml', configuration: toml_conf)
diff --git a/docs/reference/gtk/visual_index.md b/docs/reference/gtk/visual_index.md
new file mode 100644
index 0000000000..2e5b91b172
--- /dev/null
+++ b/docs/reference/gtk/visual_index.md
@@ -0,0 +1,82 @@
+Title: Widget Gallery
+
+## Display widgets
+
+[](class.Label.html)
+[](class.Spinner.html)
+[](class.Statusbar.html)
+[](class.LevelBar.html)
+[](class.ProgressBar.html)
+[](class.InfoBar.html)
+[](class.Scrollbar.html)
+[](class.Image.html)
+[](class.Picture.html)
+[](class.Separator.html)
+[](class.TextView.html)
+[](class.Scale.html)
+[](class.Calendar.html)
+[](class.GLArea.html)
+[](class.DrawingArea.html)
+[](class.Video.html)
+
+## Buttons
+
+[](class.Button.html)
+[](class.ToggleButton.html)
+[](class.LinkButton.html)
+[](class.CheckButton.html)
+[](class.MenuButton.html)
+[](class.LockButton.html)
+[](class.VolumeButton.html)
+[](class.Switch.html)
+[](class.ComboBox.html)
+[](class.ComboBoxText.html)
+[](class.DropDown.html)
+[](class.ColorButton.html)
+[](class.FontButton.html)
+[](class.AppChooserButton.html)
+
+## Entries
+
+[](class.Entry.html)
+[](class.SearchEntry.html)
+[](class.PasswordEntry.html)
+[](class.SpinButton.html)
+[](class.EditableLabel.html)
+
+## Containers
+
+[](class.Box.html)
+[](class.Grid.html)
+[](class.CenterBox.html)
+[](class.ScrolledWindow.html)
+[](class.Paned.html)
+[](class.Frame.html)
+[](class.Expander.html)
+[](class.SearchBar.html)
+[](class.ActionBar.html)
+[](class.HeaderBar.html)
+[](class.Notebook.html)
+[](class.ListBox.html)
+[](class.FlowBox.html)
+[](class.TreeView.html)
+[](class.IconView.html)
+[](class.Overlay.html)
+[](class.Stack.html)
+[](class.StackSwitcher.html)
+[](class.StackSidebar.html)
+[](class.Popover.html)
+
+## Windows
+
+[](class.Window.html)
+[](class.MessageDialog.html)
+[](class.AboutDialog.html)
+[](class.Assistant.html)
+[](class.ColorChooserDialog.html)
+[](class.FileChooserDialog.html)
+[](class.FontChooserDialog.html)
+[](class.AppChooserDialog.html)
+[](class.PageSetupUnixDialog.html)
+[](class.PrintUnixDialog.html)
+[](class.ShortcutsWindow.html)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]