diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-11-02 17:51:18 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan@upstairslabs.com> | 2014-11-07 17:20:22 +0900 |
commit | 961733bce5c00703d67727b83f006f6622ff783c (patch) | |
tree | b24c36c7d56f023476725b9c1feec630c08b1803 /plugins/gtk+/Makefile.am | |
parent | 15b4f639031995ef4e0c0a7c600b23533786b239 (diff) | |
download | glade-961733bce5c00703d67727b83f006f6622ff783c.tar.gz |
Add a headerbar editor
Among other things, this lets us undoably remove a custom title
widget.
Diffstat (limited to 'plugins/gtk+/Makefile.am')
-rw-r--r-- | plugins/gtk+/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtk+/Makefile.am b/plugins/gtk+/Makefile.am index 3b4701d1..fbff8bc5 100644 --- a/plugins/gtk+/Makefile.am +++ b/plugins/gtk+/Makefile.am @@ -119,6 +119,7 @@ libgladegtk_la_SOURCES = \ glade-gtk-widget.c \ glade-gtk-window.c \ glade-gtk-header-bar.c \ + glade-header-bar-editor.c \ glade-icon-factory-editor.c \ glade-icon-sources.c \ glade-icon-view-editor.c \ @@ -195,6 +196,7 @@ noinst_HEADERS = \ glade-gtk-menu-shell.h \ glade-gtk-notebook.h \ glade-gtk-tree-view.h \ + glade-header-bar-editor.h \ glade-icon-factory-editor.h \ glade-icon-sources.h \ glade-icon-view-editor.h \ @@ -273,6 +275,7 @@ UI_FILES = \ glade-font-chooser-editor.ui \ glade-font-chooser-widget-editor.ui \ glade-grid-editor.ui \ + glade-header-bar-editor.ui \ glade-icon-view-editor.ui \ glade-image-editor.ui \ glade-label-editor.ui \ |