1[library] 2version = "@version@" 3browse_url = "https://gitlab.gnome.org/GNOME/gtk/" 4repository_url = "https://gitlab.gnome.org/GNOME/gtk.git" 5website_url = "https://www.gtk.org" 6authors = "GTK Development Team" 7logo_url = "gtk-logo.svg" 8license = "LGPL-2.1-or-later" 9description = "The GTK toolkit" 10dependencies = [ "GObject-2.0", "Graphene-1.0", "Pango-1.0", "Gdk-4.0", "Gsk-4.0" ] 11devhelp = true 12search_index = true 13 14 [dependencies."GObject-2.0"] 15 name = "GObject" 16 description = "The base type system library" 17 docs_url = "https://docs.gtk.org/gobject/" 18 19 [dependencies."Graphene-1.0"] 20 name = "Graphene" 21 description = "A thin layer of mathematical types for 3D libraries" 22 docs_url = "https://ebassi.github.io/graphene/docs" 23 24 [dependencies."Pango-1.0"] 25 name = "Pango" 26 description = "Text shaping and rendering" 27 docs_url = "https://docs.gtk.org/Pango/" 28 29 [dependencies."Gdk-4.0"] 30 name = "GDK" 31 description = "The GTK windowing system abstraction" 32 docs_url = "https://docs.gtk.org/gdk4/" 33 34 [dependencies."Gsk-4.0"] 35 name = "GSK" 36 description = "The GTK rendering abstraction" 37 docs_url = "https://docs.gtk.org/gsk4/" 38 39[theme] 40name = "basic" 41show_index_summary = true 42show_class_hierarchy = true 43 44[source-location] 45base_url = "https://gitlab.gnome.org/GNOME/gtk/-/blob/master/" 46 47[extra] 48# The same order will be used when generating the index 49content_files = [ 50 "overview.md", 51 "getting_started.md", 52 "building.md", 53 "compiling.md", 54 "running.md", 55 "question_index.md", 56 "resources.md", 57 "initialization.md", 58 "actions.md", 59 "input-handling.md", 60 "drag-and-drop.md", 61 "drawing-model.md", 62 "css-overview.md", 63 "css-properties.md", 64 "section-accessibility.md", 65 "section-list-widget.md", 66 "section-text-widget.md", 67 "section-tree-widget.md", 68 "migrating-2to4.md", 69 "migrating-3to4.md", 70 "broadway.md", 71 "osx.md", 72 "wayland.md", 73 "windows.md", 74 "x11.md", 75 "visual_index.md", 76] 77content_images = [ 78 "images/aboutdialog.png", 79 "images/action-bar.png", 80 "images/appchooserbutton.png", 81 "images/appchooserdialog.png", 82 "images/arrows.png", 83 "images/assistant.png", 84 "images/background.png", 85 "images/bloatpad-gnome.png", 86 "images/bloatpad-osx.png", 87 "images/bloatpad-xfce.png", 88 "images/border1.png", 89 "images/border2.png", 90 "images/border3.png", 91 "images/box.png", 92 "images/box-expand.png", 93 "images/box-packing.png", 94 "images/builder-shortcuts.png", 95 "images/button.png", 96 "images/calendar.png", 97 "images/capture-bubble.png", 98 "images/centerbox.png", 99 "images/check-button.png", 100 "images/checks.png", 101 "images/clocks-shortcuts.png", 102 "images/color-button.png", 103 "images/colorchooser.png", 104 "images/combo-box-entry.png", 105 "images/combo-box.png", 106 "images/combo-box-text.png", 107 "images/dialog.png", 108 "images/down-center.png", 109 "images/down-end.png", 110 "images/down-start.png", 111 "images/drop-down.png", 112 "images/drawing.png", 113 "images/drawingarea.png", 114 "images/ease-in-out.png", 115 "images/ease-in.png", 116 "images/ease-out.png", 117 "images/ease.png", 118 "images/editable-label.png", 119 "images/emojichooser.png", 120 "images/entry.png", 121 "images/exampleapp.png", 122 "images/expanders.png", 123 "images/expander.png", 124 "images/extensions.png", 125 "images/figure-hierarchical-drawing.png", 126 "images/figure-windowed-label.png", 127 "images/file-button.png", 128 "images/filechooser.png", 129 "images/flow-box.png", 130 "images/focus.png", 131 "images/font-button.png", 132 "images/fontchooser.png", 133 "images/frame-gap.png", 134 "images/frame.png", 135 "images/frames.png", 136 "images/gedit-shortcuts.png", 137 "images/getting-started-app10.png", 138 "images/getting-started-app1.png", 139 "images/getting-started-app2.png", 140 "images/getting-started-app3.png", 141 "images/getting-started-app4.png", 142 "images/getting-started-app6.png", 143 "images/getting-started-app7.png", 144 "images/getting-started-app8.png", 145 "images/getting-started-app9.png", 146 "images/glarea.png", 147 "images/gradient1.png", 148 "images/gradient2.png", 149 "images/gradient3.png", 150 "images/gradient4.png", 151 "images/grid.png", 152 "images/grid-packing.png", 153 "images/gtk-logo.png", 154 "images/gtk-logo.svg", 155 "images/handles.png", 156 "images/headerbar.png", 157 "images/hello-world.png", 158 "images/icon-view.png", 159 "images/image.png", 160 "images/info-bar.png", 161 "images/inspector.png", 162 "images/label.png", 163 "images/layout-btlr.png", 164 "images/layout-btrl.png", 165 "images/layout-lrbt.png", 166 "images/layout-lrtb.png", 167 "images/layout-rlbt.png", 168 "images/layout-rltb.png", 169 "images/layout-tblr.png", 170 "images/layout-tbrl.png", 171 "images/left-center.png", 172 "images/left-end.png", 173 "images/left-start.png", 174 "images/levelbar.png", 175 "images/linear.png", 176 "images/link-button.png", 177 "images/list-and-tree.png", 178 "images/list-box.png", 179 "images/lockbutton-locked.png", 180 "images/lock-button.png", 181 "images/lockbutton.png", 182 "images/lockbutton-sorry.png", 183 "images/lockbutton-unlocked.png", 184 "images/media-controls.png", 185 "images/menu.png", 186 "images/menubar.png", 187 "images/menu-button.png", 188 "images/messagedialog.png", 189 "images/multiline-text.png", 190 "images/notebook.png", 191 "images/options.png", 192 "images/overlay.png", 193 "images/pagesetupdialog.png", 194 "images/panes.png", 195 "images/password-entry.png", 196 "images/picture.png", 197 "images/popover.png", 198 "images/printdialog.png", 199 "images/progressbar.png", 200 "images/radio-button.png", 201 "images/right-center.png", 202 "images/right-end.png", 203 "images/right-start.png", 204 "images/scales.png", 205 "images/scrollbar.png", 206 "images/scrolledwindow.png", 207 "images/search-bar.png", 208 "images/search-entry.png", 209 "images/separator.png", 210 "images/shortcuts-window.png", 211 "images/sidebar.png", 212 "images/slices.png", 213 "images/sliders.png", 214 "images/spinbutton.png", 215 "images/spinner.png", 216 "images/stack.png", 217 "images/stackswitcher.png", 218 "images/statusbar.png", 219 "images/switch.png", 220 "images/toggle-button.png", 221 "images/toolbar.png", 222 "images/tree-view-coordinates.png", 223 "images/up-center.png", 224 "images/up-end.png", 225 "images/up-start.png", 226 "images/video.png", 227 "images/volumebutton.png", 228 "images/widget-hvalign.png", 229 "images/windowcontrols.png", 230 "images/window-default.png", 231 "images/window.png", 232 "images/rich-list.png", 233 "images/data-table.png", 234 "images/navigation-sidebar.png", 235] 236urlmap_file = "urlmap.js" 237