mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-11 15:20:48 +01:00
429 lines
20 KiB
XML
429 lines
20 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
|
<!--Generated with glade3 3.4.5 on Tue Sep 1 01:57:12 2009 -->
|
|
<glade-interface>
|
|
<widget class="GtkWindow" id="main">
|
|
<property name="width_request">400</property>
|
|
<property name="visible">True</property>
|
|
<signal name="destroy" handler="gtk_main_quit"/>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkMenuBar" id="menubar1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_File</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-new</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_script_new"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem2">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Open Script</property>
|
|
<property name="label">gtk-open</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="open_script"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem3">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Save Script</property>
|
|
<property name="label">gtk-save</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_script_save"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem4">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-save-as</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_script_save_as"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem5">
|
|
<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="gtk_main_quit"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu2">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem6">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-cut</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem7">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-copy</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem8">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-paste</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem9">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-delete</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="menuitem5">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="menuitem_debug">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">set debug</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="toggled" handler="on_debug"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="menuitem_pythonmode">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">python mode</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="toggled" handler="set_python_mode"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem3">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_View</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu4">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="history_menu">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">History</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="toggled" handler="show_history"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="item_preview">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Preview</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="toggled" handler="show_preview"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem7">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">E_xtra</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu5">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="menuitem6">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Open Video</property>
|
|
<property name="label" translatable="yes">Open Video</property>
|
|
<signal name="activate" handler="open_file"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem8">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Reset Engine</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="do_reset"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkMenuItem" id="menuitem4">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Help</property>
|
|
<property name="use_underline">True</property>
|
|
<child>
|
|
<widget class="GtkMenu" id="menu3">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="imagemenuitem10">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-about</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="use_stock">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHPaned" id="hpaned1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox2">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkTreeView" id="main_tree">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<signal name="button_press_event" handler="tree_button"/>
|
|
<signal name="row_activated" handler="on_item_activated"/>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox1">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkComboBox" id="combobox_effects">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="add_effect">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="receives_default">True</property>
|
|
<property name="label" translatable="yes">add</property>
|
|
<property name="response_id">0</property>
|
|
<signal name="clicked" handler="add_effect"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="resize">False</property>
|
|
<property name="shrink">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHPaned" id="content_pane">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox3">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkToolbar" id="toolbar1">
|
|
<property name="visible">True</property>
|
|
<property name="toolbar_style">GTK_TOOLBAR_BOTH_HORIZ</property>
|
|
<child>
|
|
<widget class="GtkToolButton" id="toolbutton2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">play</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="stock_id">gtk-media-play</property>
|
|
<signal name="clicked" handler="on_script_play"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkToolButton" id="toolbutton3">
|
|
<property name="label" translatable="yes">stop</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="stock_id">gtk-media-stop</property>
|
|
<signal name="clicked" handler="on_script_stop"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="text_scroll">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
<child>
|
|
<placeholder/>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="resize">False</property>
|
|
<property name="shrink">True</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="status_scroll">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
|
|
<child>
|
|
<widget class="GtkTreeView" id="status_list">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="rubber_banding">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="resize">False</property>
|
|
<property name="shrink">False</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="resize">True</property>
|
|
<property name="shrink">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox2">
|
|
<property name="visible">True</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="label_mode">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">js></property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkEntry" id="entry1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<signal name="activate" handler="run_command"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">2</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">2</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkStatusbar" id="statusbar">
|
|
<property name="visible">True</property>
|
|
<property name="spacing">2</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="position">3</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<widget class="GtkWindow" id="window_history">
|
|
<property name="title" translatable="yes">Command History</property>
|
|
<property name="default_width">200</property>
|
|
<property name="default_height">200</property>
|
|
<child>
|
|
<widget class="GtkTextView" id="textview_history">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</glade-interface>
|