forked from AuroraMiddleware/gtk
docs: Bring the widget gallery back
We have all the images, lets put them to use.
This commit is contained in:
parent
af8d8113eb
commit
b9a02b0c24
@ -68,6 +68,7 @@ content_files = [
|
||||
"wayland.md",
|
||||
"windows.md",
|
||||
"x11.md",
|
||||
"visual_index.md",
|
||||
]
|
||||
content_images = [
|
||||
"images/aboutdialog.png",
|
||||
|
@ -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)
|
||||
|
82
docs/reference/gtk/visual_index.md
Normal file
82
docs/reference/gtk/visual_index.md
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user