mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
38 lines
1.5 KiB
XML
38 lines
1.5 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="GtkFileSelection" id="file_dialog">
|
|
<property name="border_width">10</property>
|
|
<property name="visible">True</property>
|
|
<property name="title" translatable="yes">Open SQL Query</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="show_fileops">True</property>
|
|
|
|
<child internal-child="cancel_button">
|
|
<widget class="GtkButton" id="cancel_button">
|
|
<property name="visible">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
<signal name="clicked" handler="gtk_widget_destroy" after="yes" object="file_dialog" last_modification_time="Mon, 13 Jan 2003 13:26:46 GMT"/>
|
|
</widget>
|
|
</child>
|
|
|
|
<child internal-child="ok_button">
|
|
<widget class="GtkButton" id="ok_button">
|
|
<property name="visible">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
|
</widget>
|
|
</child>
|
|
</widget>
|
|
|
|
</glade-interface>
|