[frogr] Added new items to the toolbar, for managing projects
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Added new items to the toolbar, for managing projects
- Date: Sun, 11 Nov 2012 00:09:48 +0000 (UTC)
commit d92b3027b1da01c7ae264c8a39e7c7a74482b677
Author: Mario Sanchez Prada <msanchez gnome org>
Date: Fri Nov 9 17:55:01 2012 +0100
Added new items to the toolbar, for managing projects
data/gtkbuilder/frogr-main-view.xml | 46 +++++++++++++++++++++++++++++++++++
1 files changed, 46 insertions(+), 0 deletions(-)
---
diff --git a/data/gtkbuilder/frogr-main-view.xml b/data/gtkbuilder/frogr-main-view.xml
index aa0cee8..04f0311 100644
--- a/data/gtkbuilder/frogr-main-view.xml
+++ b/data/gtkbuilder/frogr-main-view.xml
@@ -210,6 +210,52 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
+ <object class="GtkToolButton" id="load_project_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="related_action">load_project_action</property>
+ <property name="label" translatable="yes">Load Project</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="save_project_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="related_action">save_project_action</property>
+ <property name="label" translatable="yes">Save Project</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkToolButton" id="save_project_as_button">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="related_action">save_project_as_action</property>
+ <property name="label" translatable="yes">Save Project As</property>
+ <property name="use_underline">True</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="homogeneous">True</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkSeparatorToolItem" id="separator10">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="use_action_appearance">False</property>
+ </object>
+ </child>
+ <child>
<object class="GtkToolButton" id="add_button">
<property name="visible">True</property>
<property name="can_focus">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]