102 lines
4.3 KiB
XML
102 lines
4.3 KiB
XML
<?xml version="1.0"?>
|
|
<glade-interface>
|
|
<widget class="GtkDialog" id="GotoLineDialog">
|
|
<property name="title" translatable="yes">Go to Line</property>
|
|
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
|
|
<property name="destroy_with_parent">True</property>
|
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</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>
|
|
<child>
|
|
<widget class="GtkVBox" id="vbox1">
|
|
<property name="visible">True</property>
|
|
<property name="border_width">6</property>
|
|
<child>
|
|
<widget class="GtkLabel" id="label5">
|
|
<property name="visible">True</property>
|
|
<property name="xalign">0</property>
|
|
<property name="label" translatable="yes">Go to line:</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
</packing>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkHBox" id="hbox2">
|
|
<property name="visible">True</property>
|
|
<property name="spacing">3</property>
|
|
<child>
|
|
<widget class="GtkHScale" id="scale">
|
|
<property name="visible">True</property>
|
|
<property name="adjustment">1 1 20 1 10 1</property>
|
|
<property name="draw_value">False</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkSpinButton" id="spin">
|
|
<property name="visible">True</property>
|
|
<property name="has_focus">True</property>
|
|
<property name="adjustment">1 1 20 1 10 10</property>
|
|
<property name="climb_rate">1</property>
|
|
<property name="numeric">True</property>
|
|
</widget>
|
|
<packing>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<property name="expand">False</property>
|
|
<property name="fill">False</property>
|
|
<property name="position">1</property>
|
|
</packing>
|
|
</child>
|
|
</widget>
|
|
<packing>
|
|
<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="layout_style">GTK_BUTTONBOX_END</property>
|
|
<child>
|
|
<widget class="GtkButton" id="cancel_btn">
|
|
<property name="visible">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="label">gtk-cancel</property>
|
|
<property name="use_stock">True</property>
|
|
<property name="focus_on_click">False</property>
|
|
<property name="response_id">-6</property>
|
|
</widget>
|
|
</child>
|
|
<child>
|
|
<widget class="GtkButton" id="ok_btn">
|
|
<property name="visible">True</property>
|
|
<property name="can_default">True</property>
|
|
<property name="has_default">True</property>
|
|
<property name="label">gtk-ok</property>
|
|
<property name="use_stock">True</property>
|
|
<property name="focus_on_click">False</property>
|
|
<property name="response_id">-5</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>
|