<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> <!--*- mode: xml -*--> <glade-interface> <widget class="GtkWindow" id="main_win"> <property name="border_width">1</property> <property name="title" translatable="yes">Patchage</property> <child> <widget class="GtkVBox" id="main_vbox"> <property name="visible">True</property> <child> <widget class="GtkMenuBar" id="menubar"> <property name="visible">True</property> <child> <widget class="GtkMenuItem" id="file_menu"> <property name="visible">True</property> <property name="label" translatable="yes">_File</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="file_menu_menu"> <child> <widget class="GtkImageMenuItem" id="menu_open_session"> <property name="visible">True</property> <property name="label" translatable="yes">_Open Project</property> <property name="use_underline">True</property> <signal name="activate" handler="on_open_session_menuitem_activate"/> <accelerator key="O" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image823"> <property name="visible">True</property> <property name="stock">gtk-open</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_store_positions"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Store the current module positions as the defaults</property> <property name="label" translatable="yes">_Save Layout as Default</property> <property name="use_underline">True</property> <signal name="activate" handler="on_save_settings1_activate"/> <child internal-child="image"> <widget class="GtkImage" id="image827"> <property name="visible">True</property> <property name="stock">gtk-save</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator3"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_file_quit"> <property name="visible">True</property> <property name="label">gtk-quit</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <signal name="activate" handler="on_quit1_activate"/> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="menu_file_system"> <property name="visible">True</property> <property name="label" translatable="yes">_System</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="file_system_menuitem_menu"> <child> <widget class="GtkImageMenuItem" id="menu_jack_connect"> <property name="visible">True</property> <property name="label" translatable="yes">Connect to _JACK</property> <property name="use_underline">True</property> <signal name="activate" handler="on_menu_jack_connect_activate"/> <accelerator key="J" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image829"> <property name="visible">True</property> <property name="stock">gtk-connect</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_jack_disconnect"> <property name="visible">True</property> <property name="sensitive">False</property> <property name="label" translatable="yes">Disconnect from JACK</property> <property name="use_underline">True</property> <signal name="activate" handler="on_disconnect_from_jack1_activate"/> <accelerator key="J" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image830"> <property name="visible">True</property> <property name="stock">gtk-disconnect</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkSeparatorMenuItem" id="separator4"> <property name="visible">True</property> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_alsa_connect"> <property name="visible">True</property> <property name="label" translatable="yes">Connect to _ALSA</property> <property name="use_underline">True</property> <signal name="activate" handler="on_menu_alsa_connect_activate"/> <accelerator key="A" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image831"> <property name="visible">True</property> <property name="stock">gtk-connect</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_alsa_disconnect"> <property name="visible">True</property> <property name="sensitive">False</property> <property name="label" translatable="yes">Disconnect from ALSA</property> <property name="use_underline">True</property> <signal name="activate" handler="on_menu_alsa_disconnect_activate"/> <accelerator key="A" modifiers="GDK_SHIFT_MASK | GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image832"> <property name="visible">True</property> <property name="stock">gtk-disconnect</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="view_menu"> <property name="visible">True</property> <property name="label" translatable="yes">_View</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="view_menu_menu"> <child> <widget class="GtkCheckMenuItem" id="menu_view_toolbar"> <property name="visible">True</property> <property name="label" translatable="yes">_Toolbar</property> <property name="use_underline">True</property> <property name="active">True</property> <signal name="activate" handler="on_menu_view_toolbar_activate"/> <accelerator key="T" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkCheckMenuItem" id="menu_view_projects"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Show LASH projects list</property> <property name="label" translatable="yes">_Projects</property> <property name="use_underline">True</property> <accelerator key="P" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkCheckMenuItem" id="menu_view_messages"> <property name="visible">True</property> <property name="tooltip" translatable="yes">View log messages</property> <property name="label" translatable="yes">_Messages</property> <property name="use_underline">True</property> <signal name="activate" handler="on_messages1_activate"/> <accelerator key="M" modifiers="GDK_CONTROL_MASK" signal="activate"/> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_view_refresh"> <property name="visible">True</property> <property name="label" translatable="yes">_Refresh</property> <property name="use_underline">True</property> <signal name="activate" handler="on_refresh2_activate"/> <accelerator key="R" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image835"> <property name="visible">True</property> <property name="stock">gtk-refresh</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> <child> <widget class="GtkImageMenuItem" id="menu_view_arrange"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Automatically organize canvas</property> <property name="label" translatable="yes">_Arrange</property> <property name="use_underline">True</property> <signal name="activate" handler="on_menu_view_arrange"/> <accelerator key="G" modifiers="GDK_CONTROL_MASK" signal="activate"/> <child internal-child="image"> <widget class="GtkImage" id="image836"> <property name="visible">True</property> <property name="stock">gtk-sort-ascending</property> <property name="icon_size">1</property> </widget> </child> </widget> </child> </widget> </child> </widget> </child> <child> <widget class="GtkMenuItem" id="help_menu"> <property name="visible">True</property> <property name="label" translatable="yes">_Help</property> <property name="use_underline">True</property> <child> <widget class="GtkMenu" id="help_menu_menu"> <child> <widget class="GtkImageMenuItem" id="menu_help_about"> <property name="visible">True</property> <property name="label">gtk-about</property> <property name="use_underline">True</property> <property name="use_stock">True</property> <signal name="activate" handler="on_about1_activate"/> </widget> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkToolbar" id="toolbar"> <property name="visible">True</property> <property name="toolbar_style">GTK_TOOLBAR_ICONS</property> <property name="show_arrow">False</property> <property name="icon_size">GTK_ICON_SIZE_SMALL_TOOLBAR</property> <property name="icon_size_set">True</property> <child> <widget class="GtkToolItem" id="toolitem28"> <property name="visible">True</property> <property name="visible_vertical">False</property> <child> <widget class="GtkAlignment" id="alignment2"> <property name="visible">True</property> <property name="yscale">0</property> <child> <widget class="GtkHBox" id="hbox4"> <property name="visible">True</property> <child> <widget class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="label" translatable="yes"> Latency: </property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> </packing> </child> <child> <widget class="GtkComboBoxEntry" id="buffer_size_combo"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Jack latency</property> <property name="border_width">1</property> <property name="items" translatable="yes">32 frames 64 frames 128 frames 256 frames 512 frames 1024 frames 2048 frames 4096 frames</property> <child internal-child="entry"> <widget class="GtkEntry" id="comboboxentry-entry1"> </widget> </child> </widget> <packing> <property name="padding">1</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkLabel" id="sample_rate_label"> <property name="label" translatable="yes">48</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="padding">1</property> <property name="position">2</property> </packing> </child> <child> <widget class="GtkLabel" id="label9"> <property name="xpad">1</property> <property name="label" translatable="yes">kHz</property> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">3</property> </packing> </child> </widget> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="homogeneous">False</property> </packing> </child> <child> <widget class="GtkSeparatorToolItem" id="separatortoolitem3"> <property name="visible">True</property> <property name="border_width">8</property> </widget> <packing> <property name="expand">False</property> <property name="homogeneous">False</property> </packing> </child> <child> <widget class="GtkToolButton" id="clear_load_but"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Clear the dropout indicator</property> <property name="stock_id">gtk-clear</property> </widget> <packing> <property name="expand">False</property> </packing> </child> <child> <widget class="GtkToolItem" id="toolitem30"> <property name="visible">True</property> <child> <widget class="GtkAlignment" id="alignment3"> <property name="visible">True</property> <property name="yscale">0</property> <child> <widget class="GtkProgressBar" id="main_xrun_progress"> <property name="visible">True</property> <property name="tooltip" translatable="yes">Drouput (XRun) Indicator The bar represents the percentage of available time used for audio processing (i.e. the DSP load). If the bar reaches 100%, a dropout will occur.</property> <property name="pulse_step">0.10000000149</property> <property name="text" translatable="yes">0 Dropouts</property> </widget> </child> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="homogeneous">False</property> </packing> </child> <child> <widget class="GtkSeparatorToolItem" id="toolbutton1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="draw">False</property> </widget> <packing> <property name="expand">False</property> <property name="homogeneous">False</property> </packing> </child> <child> <widget class="GtkSeparatorToolItem" id="toolbutton2"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> <packing> <property name="expand">False</property> <property name="homogeneous">False</property> </packing> </child> <child> <widget class="GtkToolButton" id="zoom_normal_but"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="stock_id">gtk-zoom-100</property> </widget> <packing> <property name="expand">False</property> </packing> </child> <child> <widget class="GtkToolButton" id="zoom_full_but"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="stock_id">gtk-zoom-fit</property> </widget> <packing> <property name="expand">False</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkHPaned" id="hpaned1"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="position">204</property> <child> <widget class="GtkViewport" id="project_list_viewport"> <property name="visible">True</property> <property name="resize_mode">GTK_RESIZE_QUEUE</property> <child> <widget class="GtkTreeView" id="projects_list"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="headers_clickable">True</property> </widget> </child> </widget> <packing> <property name="resize">False</property> <property name="shrink">True</property> </packing> </child> <child> <widget class="GtkScrolledWindow" id="main_scrolledwin"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="has_focus">True</property> <property name="is_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> <placeholder/> </child> </widget> <packing> <property name="resize">True</property> <property name="shrink">True</property> </packing> </child> </widget> <packing> <property name="position">2</property> </packing> </child> </widget> </child> </widget> <widget class="GtkAboutDialog" id="about_win"> <property name="destroy_with_parent">True</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> <property name="copyright" translatable="yes">© 2005-2008 Dave Robillard © 2008 Nedko Arnaudov</property> <property name="comments" translatable="yes">A LASH, JACK, and ALSA front-end.</property> <property name="website">http://drobilla.net/software/patchage</property> <property name="license" translatable="yes">Patchage 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 2 of the License, or (at your option) any later version. Patchage 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 Patchage; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA </property> <property name="authors">Dave Robillard <dave@drobilla.net> Nedko Arnaudov <nedko@arnaudov.name></property> <property name="translator_credits" translatable="yes" comments="TRANSLATORS: Replace this string with your names, one name per line.">translator-credits</property> <property name="artists">Icon: Lapo Calamandrei</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox1"> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area1"> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="messages_win"> <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="border_width">5</property> <property name="title" translatable="yes">Patchage - Messages</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox3"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="spacing">2</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="shadow_type">GTK_SHADOW_IN</property> <child> <widget class="GtkTextView" id="status_text"> <property name="width_request">640</property> <property name="height_request">480</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="wrap_mode">GTK_WRAP_WORD</property> <property name="cursor_visible">False</property> <property name="accepts_tab">False</property> </widget> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area3"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="messages_clear_but"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes">gtk-clear</property> <property name="use_stock">True</property> <property name="response_id">0</property> </widget> </child> <child> <widget class="GtkButton" id="messages_close_but"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="has_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes">gtk-close</property> <property name="use_stock">True</property> <property name="response_id">0</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="load_project_dialog"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="border_width">5</property> <property name="title" translatable="yes">Load project</property> <property name="modal">True</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="transient_for">main_win</property> <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox4"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="spacing">2</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow1"> <property name="width_request">400</property> <property name="height_request">400</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <child> <widget class="GtkTreeView" id="loadable_projects_list"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="headers_clickable">True</property> </widget> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area4"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="load_project_cancel_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes">gtk-cancel</property> <property name="use_stock">True</property> <property name="response_id">1</property> </widget> </child> <child> <widget class="GtkButton" id="load_project_ok_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes">gtk-ok</property> <property name="use_stock">True</property> <property name="response_id">2</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> <widget class="GtkDialog" id="project_properties_dialog"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="border_width">5</property> <property name="title" translatable="yes">Project properties</property> <property name="modal">True</property> <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> <property name="transient_for">main_win</property> <property name="has_separator">False</property> <child internal-child="vbox"> <widget class="GtkVBox" id="dialog-vbox5"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="spacing">2</property> <child> <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="spacing">10</property> <child> <widget class="GtkFrame" id="frame1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label_xalign">0</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <child> <widget class="GtkEntry" id="project_name"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> </child> <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes"><b>Project name</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="expand">False</property> </packing> </child> <child> <widget class="GtkFrame" id="frame2"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label_xalign">0</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <child> <widget class="GtkEntry" id="project_description"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> </child> <child> <widget class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes"><b>Description</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="position">1</property> </packing> </child> <child> <widget class="GtkFrame" id="frame3"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label_xalign">0</property> <property name="shadow_type">GTK_SHADOW_NONE</property> <child> <widget class="GtkScrolledWindow" id="scrolledwindow3"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <child> <widget class="GtkTextView" id="project_notes"> <property name="width_request">300</property> <property name="height_request">200</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> </widget> </child> </widget> </child> <child> <widget class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes"><b>Notes</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="type">label_item</property> </packing> </child> </widget> <packing> <property name="position">2</property> </packing> </child> </widget> <packing> <property name="position">1</property> </packing> </child> <child internal-child="action_area"> <widget class="GtkHButtonBox" id="dialog-action_area5"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="project_properties_cancel_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes">gtk-cancel</property> <property name="use_stock">True</property> <property name="response_id">1</property> </widget> </child> <child> <widget class="GtkButton" id="project_properties_ok_button"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="label" translatable="yes">gtk-ok</property> <property name="use_stock">True</property> <property name="response_id">2</property> </widget> <packing> <property name="position">1</property> </packing> </child> </widget> <packing> <property name="expand">False</property> <property name="pack_type">GTK_PACK_END</property> </packing> </child> </widget> </child> </widget> </glade-interface>