95 lines
4.7 KiB
Plaintext
95 lines
4.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
|
||
|
<!--Generated with glade3 3.2.2 on Thu Aug 9 21:08:16 2007 by plisk@plisk-->
|
||
|
<glade-interface>
|
||
|
<widget class="GtkDialog" id="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">Files Preferences</property>
|
||
|
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
|
||
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
||
|
<property name="skip_taskbar_hint">True</property>
|
||
|
<property name="skip_pager_hint">True</property>
|
||
|
<property name="has_separator">False</property>
|
||
|
<child internal-child="vbox">
|
||
|
<widget class="GtkVBox" id="dialog-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">2</property>
|
||
|
<child>
|
||
|
<widget class="GtkTable" id="table1">
|
||
|
<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="n_rows">1</property>
|
||
|
<property name="n_columns">2</property>
|
||
|
<child>
|
||
|
<widget class="GtkEntry" id="file_viewer">
|
||
|
<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>
|
||
|
<packing>
|
||
|
<property name="left_attach">1</property>
|
||
|
<property name="right_attach">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkAlignment" id="alignment1">
|
||
|
<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="right_padding">10</property>
|
||
|
<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="xalign">0</property>
|
||
|
<property name="label" translatable="yes">File Viewer:</property>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
</child>
|
||
|
</widget>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child internal-child="action_area">
|
||
|
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
||
|
<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="button_cancel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="events"></property>
|
||
|
<property name="label">gtk-cancel</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="on_button_cancel_clicked"/>
|
||
|
</widget>
|
||
|
</child>
|
||
|
<child>
|
||
|
<widget class="GtkButton" id="button_ok">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="events"></property>
|
||
|
<property name="label">gtk-ok</property>
|
||
|
<property name="use_stock">True</property>
|
||
|
<property name="response_id">0</property>
|
||
|
<signal name="clicked" handler="on_button_ok_clicked"/>
|
||
|
</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>
|