mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
912 lines
33 KiB
XML
912 lines
33 KiB
XML
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
|
|
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
|
|
|
|
<glade-interface>
|
|
|
|
<widget class="GtkWindow" id="main">
|
|
<property name="title" translatable="yes">mainW</property>
|
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
|
<property name="window_position">GTK_WIN_POS_NONE</property>
|
|
<property name="modal">False</property>
|
|
<property name="resizable">True</property>
|
|
<property name="destroy_with_parent">False</property>
|
|
<property name="decorated">True</property>
|
|
<property name="skip_taskbar_hint">False</property>
|
|
<property name="skip_pager_hint">False</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
|
<property name="focus_on_map">True</property>
|
|
<property name="urgency_hint">False</property>
|
|
<signal name="destroy" handler="on_main_destroy_event"/>
|
|
<signal name="delete_event" handler="on_main_destroy_event"/>
|
|
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox1">
|
|
<property name="visible">True</property>
|
|
<property name="homogeneous">False</property>
|
|
<property name="spacing">0</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenuBar" id="mainMenubar">
|
|
<property name="visible">True</property>
|
|
<property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
|
|
<property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="file1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_File</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="file1_menu">
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="new1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-new</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_new1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="open1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-open</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_open1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="save1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-save</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_save1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="save_as1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-save-as</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_save_as1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator1">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="recent_files1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Recent files</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_recent_files1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="quit1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-quit</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="edit1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="edit1_menu">
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="cut1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-cut</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_cut1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="copy1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-copy</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_copy1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="paste1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-paste</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_paste1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="delete1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-delete</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_delete1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator5">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="find1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-find</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_find1_activate" last_modification_time="Tue, 11 Sep 2007 19:47:25 GMT"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator2">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="properties1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-preferences</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_preferences_activate"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="catalog1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Catalog</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="catalog1_menu">
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="add_cd">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Add CD/DVD</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_add_cd_activate"/>
|
|
<accelerator key="a" modifiers="GDK_CONTROL_MASK" signal="activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="add_directory1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Add Directory</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_add_directory1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator3">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="cancel1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Cancel</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_cancel1_activate" last_modification_time="Fri, 24 Aug 2007 07:50:10 GMT"/>
|
|
|
|
<child internal-child="image">
|
|
<widget class="GtkImage" id="image3">
|
|
<property name="visible">True</property>
|
|
<property name="stock">gtk-cancel</property>
|
|
<property name="icon_size">1</property>
|
|
<property name="xalign">0.5</property>
|
|
<property name="yalign">0.5</property>
|
|
<property name="xpad">0</property>
|
|
<property name="ypad">0</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="view1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_View</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="view1_menu">
|
|
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="toolbar1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Toolbar</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="active">False</property>
|
|
<signal name="activate" handler="on_toolbar1_activate"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkCheckMenuItem" id="status_bar1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Status bar</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="active">False</property>
|
|
<signal name="activate" handler="on_status_bar1_activate"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="help1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Help</property>
|
|
<property name="use_underline">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkMenu" id="help1_menu">
|
|
|
|
<child>
|
|
<widget class="GtkImageMenuItem" id="about1">
|
|
<property name="visible">True</property>
|
|
<property name="label">gtk-about</property>
|
|
<property name="use_stock">True</property>
|
|
<signal name="activate" handler="on_about1_activate"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolbar" id="maintoolbar">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
|
|
<property name="toolbar_style">GTK_TOOLBAR_BOTH</property>
|
|
<property name="tooltips">True</property>
|
|
<property name="show_arrow">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="tb_new">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Create new catalog</property>
|
|
<property name="stock_id">gtk-new</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_tb_new_clicked"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="tb_open">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Open catalog file</property>
|
|
<property name="stock_id">gtk-open</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_tb_open_clicked"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="tb_save">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Save catalog</property>
|
|
<property name="stock_id">gtk-save</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_tb_save_clicked"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolItem" id="toolitem2">
|
|
<property name="visible">True</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
|
|
<child>
|
|
<widget class="GtkVSeparator" id="vseparator1">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">False</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="tb_addcd">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Add CD/DVD to catalog</property>
|
|
<property name="label" translatable="yes">Add CD</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="stock_id">gtk-cdrom</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_tb_addcd_clicked"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="tb_find">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Find file</property>
|
|
<property name="stock_id">gtk-find</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_tb_find_clicked"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolItem" id="toolitem3">
|
|
<property name="visible">True</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
|
|
<child>
|
|
<widget class="GtkVSeparator" id="vseparator2">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">False</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="cancel">
|
|
<property name="visible">True</property>
|
|
<property name="sensitive">False</property>
|
|
<property name="label" translatable="yes">Cancel</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="stock_id">gtk-cancel</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_cancel_clicked" last_modification_time="Fri, 24 Aug 2007 06:12:57 GMT"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="tb_quit">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Quit pyGTKtalog</property>
|
|
<property name="stock_id">gtk-quit</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_tb_quit_clicked"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkToolButton" id="debugbtn">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Debug</property>
|
|
<property name="use_underline">True</property>
|
|
<property name="stock_id">gtk-dialog-info</property>
|
|
<property name="visible_horizontal">True</property>
|
|
<property name="visible_vertical">True</property>
|
|
<property name="is_important">False</property>
|
|
<signal name="clicked" handler="on_debugbtn_clicked" last_modification_time="Sun, 26 Aug 2007 09:56:05 GMT"/>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="homogeneous">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkHPaned" id="hpaned1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow1">
|
|
<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>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
|
|
|
<child>
|
|
<widget class="GtkTreeView" id="discs">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_visible">False</property>
|
|
<property name="rules_hint">True</property>
|
|
<property name="reorderable">False</property>
|
|
<property name="enable_search">True</property>
|
|
<property name="fixed_height_mode">False</property>
|
|
<property name="hover_selection">False</property>
|
|
<property name="hover_expand">False</property>
|
|
<signal name="row_activated" handler="on_discs_row_activated"/>
|
|
<signal name="button_press_event" handler="on_discs_button_press_event" last_modification_time="Tue, 11 Sep 2007 12:15:42 GMT"/>
|
|
<signal name="cursor_changed" handler="on_discs_cursor_changed" last_modification_time="Tue, 11 Sep 2007 19:32:40 GMT"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="shrink">True</property>
|
|
<property name="resize">False</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkVPaned" id="vpaned1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow2">
|
|
<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>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
|
|
|
<child>
|
|
<widget class="GtkTreeView" id="files">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_visible">True</property>
|
|
<property name="rules_hint">True</property>
|
|
<property name="reorderable">False</property>
|
|
<property name="enable_search">True</property>
|
|
<property name="fixed_height_mode">False</property>
|
|
<property name="hover_selection">False</property>
|
|
<property name="hover_expand">False</property>
|
|
<signal name="row_activated" handler="on_files_row_activated"/>
|
|
<signal name="cursor_changed" handler="on_files_cursor_changed"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="shrink">True</property>
|
|
<property name="resize">False</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkNotebook" id="detailplace">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="show_tabs">True</property>
|
|
<property name="show_border">True</property>
|
|
<property name="tab_pos">GTK_POS_TOP</property>
|
|
<property name="scrollable">False</property>
|
|
<property name="enable_popup">False</property>
|
|
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow3">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
|
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
|
|
|
<child>
|
|
<widget class="GtkTextView" id="details">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="editable">False</property>
|
|
<property name="overwrite">False</property>
|
|
<property name="accepts_tab">True</property>
|
|
<property name="justification">GTK_JUSTIFY_LEFT</property>
|
|
<property name="wrap_mode">GTK_WRAP_NONE</property>
|
|
<property name="cursor_visible">True</property>
|
|
<property name="pixels_above_lines">0</property>
|
|
<property name="pixels_below_lines">0</property>
|
|
<property name="pixels_inside_wrap">0</property>
|
|
<property name="left_margin">0</property>
|
|
<property name="right_margin">0</property>
|
|
<property name="indent">0</property>
|
|
<property name="text" translatable="yes"></property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="tab_expand">False</property>
|
|
<property name="tab_fill">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkLabel" id="detailTab">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Details</property>
|
|
<property name="use_underline">False</property>
|
|
<property name="use_markup">False</property>
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
<property name="wrap">False</property>
|
|
<property name="selectable">False</property>
|
|
<property name="xalign">0.5</property>
|
|
<property name="yalign">0.5</property>
|
|
<property name="xpad">0</property>
|
|
<property name="ypad">0</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
<property name="width_chars">-1</property>
|
|
<property name="single_line_mode">False</property>
|
|
<property name="angle">0</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="type">tab</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow4">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
|
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
|
|
|
<child>
|
|
<widget class="GtkTreeView" id="treeview1">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_visible">True</property>
|
|
<property name="rules_hint">False</property>
|
|
<property name="reorderable">False</property>
|
|
<property name="enable_search">True</property>
|
|
<property name="fixed_height_mode">False</property>
|
|
<property name="hover_selection">False</property>
|
|
<property name="hover_expand">False</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="tab_expand">False</property>
|
|
<property name="tab_fill">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkLabel" id="exifTab">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Exif</property>
|
|
<property name="use_underline">False</property>
|
|
<property name="use_markup">False</property>
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
<property name="wrap">False</property>
|
|
<property name="selectable">False</property>
|
|
<property name="xalign">0.5</property>
|
|
<property name="yalign">0.5</property>
|
|
<property name="xpad">0</property>
|
|
<property name="ypad">0</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
<property name="width_chars">-1</property>
|
|
<property name="single_line_mode">False</property>
|
|
<property name="angle">0</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="type">tab</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox1">
|
|
<property name="visible">True</property>
|
|
<property name="homogeneous">False</property>
|
|
<property name="spacing">0</property>
|
|
|
|
<child>
|
|
<widget class="GtkImage" id="image2">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0.5</property>
|
|
<property name="yalign">0.5</property>
|
|
<property name="xpad">0</property>
|
|
<property name="ypad">0</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkScrolledWindow" id="scrolledwindow5">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="hscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
|
<property name="vscrollbar_policy">GTK_POLICY_ALWAYS</property>
|
|
<property name="shadow_type">GTK_SHADOW_IN</property>
|
|
<property name="window_placement">GTK_CORNER_TOP_LEFT</property>
|
|
|
|
<child>
|
|
<widget class="GtkTreeView" id="treeview2">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="headers_visible">True</property>
|
|
<property name="rules_hint">False</property>
|
|
<property name="reorderable">False</property>
|
|
<property name="enable_search">True</property>
|
|
<property name="fixed_height_mode">False</property>
|
|
<property name="hover_selection">False</property>
|
|
<property name="hover_expand">False</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="tab_expand">False</property>
|
|
<property name="tab_fill">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkLabel" id="animeTab">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">Anime</property>
|
|
<property name="use_underline">False</property>
|
|
<property name="use_markup">False</property>
|
|
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
|
<property name="wrap">False</property>
|
|
<property name="selectable">False</property>
|
|
<property name="xalign">0.5</property>
|
|
<property name="yalign">0.5</property>
|
|
<property name="xpad">0</property>
|
|
<property name="ypad">0</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
<property name="width_chars">-1</property>
|
|
<property name="single_line_mode">False</property>
|
|
<property name="angle">0</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="type">tab</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="shrink">True</property>
|
|
<property name="resize">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="shrink">False</property>
|
|
<property name="resize">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkHSeparator" id="hseparator1">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">1</property>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkHBox" id="statusprogress">
|
|
<property name="visible">True</property>
|
|
<property name="homogeneous">False</property>
|
|
<property name="spacing">0</property>
|
|
|
|
<child>
|
|
<widget class="GtkStatusbar" id="mainStatus">
|
|
<property name="visible">True</property>
|
|
<property name="has_resize_grip">False</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">True</property>
|
|
<property name="fill">True</property>
|
|
</packing>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkProgressBar" id="progressbar1">
|
|
<property name="visible">True</property>
|
|
<property name="orientation">GTK_PROGRESS_LEFT_TO_RIGHT</property>
|
|
<property name="fraction">0</property>
|
|
<property name="pulse_step">0.10000000149</property>
|
|
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="padding">0</property>
|
|
<property name="expand">False</property>
|
|
<property name="fill">True</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
|
|
<widget class="GtkMenu" id="discs_popup">
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="expand_all1">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Expand all nodes</property>
|
|
<property name="label" translatable="yes">_Expand all</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_expand_all1_activate" last_modification_time="Sun, 09 Sep 2007 10:20:20 GMT"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="collapse_all1">
|
|
<property name="visible">True</property>
|
|
<property name="tooltip" translatable="yes">Collapse all nodes</property>
|
|
<property name="label" translatable="yes">_Collapse all</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_collapse_all1_activate" last_modification_time="Sun, 09 Sep 2007 10:20:20 GMT"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkSeparatorMenuItem" id="separator4">
|
|
<property name="visible">True</property>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="update1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Update</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_update1_activate" last_modification_time="Tue, 11 Sep 2007 19:19:34 GMT"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="edit2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_edit2_activate" last_modification_time="Tue, 11 Sep 2007 19:45:48 GMT"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="delete2">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Delete</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_delete2_activate" last_modification_time="Tue, 11 Sep 2007 19:45:48 GMT"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child>
|
|
<widget class="GtkMenuItem" id="statistics1">
|
|
<property name="visible">True</property>
|
|
<property name="label" translatable="yes">_Statistics</property>
|
|
<property name="use_underline">True</property>
|
|
<signal name="activate" handler="on_statistics1_activate" last_modification_time="Tue, 11 Sep 2007 19:45:48 GMT"/>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
|
|
</glade-interface>
|