105 lines
4.6 KiB
XML
105 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.40.0
|
|
|
|
Copyright (C) 2018-2023 Scott Duensing <scott@kangaroopunch.com>
|
|
|
|
This file is part of JoeyDev.
|
|
|
|
JoeyDev is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
JoeyDev is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with JoeyDev. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
Author: Scott Duensing <scott@kangaroopunch.com>
|
|
|
|
-->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.24"/>
|
|
<!-- interface-license-type gplv3 -->
|
|
<!-- interface-name JoeyDev -->
|
|
<!-- interface-description IDE for JoeyLib -->
|
|
<!-- interface-copyright 2018-2023 Scott Duensing <scott@kangaroopunch.com> -->
|
|
<!-- interface-authors Scott Duensing <scott@kangaroopunch.com> -->
|
|
<object class="GtkWindow" id="winJoeyDev">
|
|
<property name="can-focus">False</property>
|
|
<property name="title" translatable="yes">JoeyDev</property>
|
|
<property name="resizable">False</property>
|
|
<signal name="delete-event" handler="winJoeyDevClose" swapped="no"/>
|
|
<signal name="destroy" handler="gtk_main_quit" swapped="no"/>
|
|
<child>
|
|
<object class="GtkToolbar" id="toolbarJoeyDevToolbar">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="toolbar-style">both</property>
|
|
<child>
|
|
<object class="GtkToolButton" id="toolJoeyDevAbout">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="tooltip-text" translatable="yes">About</property>
|
|
<property name="label" translatable="yes">About</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="icon-name">dialog-information</property>
|
|
<signal name="clicked" handler="toolJoeyDevAboutClicked" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolButton" id="toolJoeyDevProject">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="tooltip-text" translatable="yes">Project</property>
|
|
<property name="label" translatable="yes">Project</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="icon-name">applications-engineering</property>
|
|
<signal name="clicked" handler="toolJoeyDevProjectClicked" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolButton" id="toolJoeyDevVector">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="tooltip-text" translatable="yes">Vector</property>
|
|
<property name="label" translatable="yes">Vector</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="icon-name">image-x-generic</property>
|
|
<signal name="clicked" handler="toolJoeyDevVectorClicked" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<object class="GtkToolButton" id="toolJoeyDevQuit">
|
|
<property name="visible">True</property>
|
|
<property name="can-focus">False</property>
|
|
<property name="tooltip-text" translatable="yes">Quit</property>
|
|
<property name="label" translatable="yes">Quit</property>
|
|
<property name="use-underline">True</property>
|
|
<property name="icon-name">application-exit</property>
|
|
<signal name="clicked" handler="toolJoeyDevQuitClicked" swapped="no"/>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|