blob: d117e97c4706246092d980f601f755244369222b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
Title: Widget Gallery
<style>p { display: flex; flex-flow: row wrap; }</style>
## 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.GLArea.html)
[](class.DrawingArea.html)
[](class.Video.html)
[](class.MediaControls.html)
[](class.WindowControls.html)
[](class.PopoverMenuBar.html)
[](class.Calendar.html)
[](class.EmojiChooser.html)
[](class.PopoverMenu.html)
## Buttons
[](class.Button.html)
[](class.ToggleButton.html)
[](class.LinkButton.html)
[](class.CheckButton.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.Dialog.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)
|