Skip to content
Snippets Groups Projects
Select Git revision
  • key-controller-shortcut
  • gtk-3-24 default
  • main
  • font-rendering-redone
  • wip/otte/optional-dependencies
  • gtk-4-14
  • dmabuf-wayland
  • fix-profiler-mark
  • wip/alice/css-variables
  • listview-things
  • wip.win32.fixes
  • issue-6401-legacy
  • wip/matthiasc/css-variables
  • cherry-pick-2e152254
  • bring-back-app-menu
  • wip/kabus/rtl-widgets-1
  • wip/p3732/fix-include
  • fix-build-deps2
  • offload-lightbox
  • x11-shadow-change
  • wip-dmabuf-rotate
  • 4.15.0
  • 4.14.3
  • 4.14.2
  • 4.14.1
  • 4.14.0
  • 4.13.9
  • 4.13.8.1
  • 4.13.8
  • 4.13.7
  • 4.13.6-1
  • 4.13.6
  • 3.24.41
  • 4.12.5
  • 3.24.40
  • 4.13.5
  • 4.13.4
  • 3.24.39
  • 4.12.4
  • 4.13.3
  • 4.13.2
41 results

exampleapp.gresource.xml

Blame
  • Forked from GNOME / gtk
    28385 commits behind, 1 commit ahead of the upstream repository.
    Matthias Clasen's avatar
    Matthias Clasen authored
    Add a new example to the getting started part of the docs. The focus
    of this example is on 'new stuff': GtkApplication, templates, settings,
    gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer,
    GtkListBox, GtkMenuButton, etc.
    
    It is being developed in several steps. Each step is put in a separate
    directory below examples/: application1, ..., application8. This is a
    little repetitive, but lets us use the code of all examples in the
    documentation.
    8087bb7a
    History
    exampleapp.gresource.xml 180 B
    <?xml version="1.0" encoding="UTF-8"?>
    <gresources>
      <gresource prefix="/org/gtk/exampleapp">
        <file preprocess="xml-stripblanks">window.ui</file>
      </gresource>
    </gresources>