gt-tools-0.1: Gtg/main.glade
<?xml version="1.0"?>
<glade-interface>
<!-- interface-requires gtk+ 2.16 -->
<!-- interface-naming-policy toplevel-contextual -->
<widget class="GtkWindow" id="gtg_main">
<property name="title" translatable="yes">GTG</property>
<property name="window_position">center</property>
<property name="default_width">100</property>
<property name="default_height">70</property>
<property name="icon_name">accessories-dictionary</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="width_request">400</property>
<property name="height_request">250</property>
<property name="visible">True</property>
<property name="border_width">4</property>
<property name="orientation">vertical</property>
<property name="spacing">4</property>
<child>
<widget class="GtkLabel" id="lbl_trans_text">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="xpad">4</property>
<property name="ypad">4</property>
<property name="label" translatable="yes">Enter some <b>text</b> for translation:</property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="ent_trans_text">
<property name="visible">True</property>
<property name="can_focus">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkFrame" id="frame_lang">
<property name="visible">True</property>
<property name="label_xalign">0</property>
<property name="shadow_type">out</property>
<child>
<widget class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="top_padding">4</property>
<property name="bottom_padding">4</property>
<property name="left_padding">12</property>
<property name="right_padding">4</property>
<child>
<widget class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<child>
<widget class="GtkLabel" id="lbl_source_lang">
<property name="visible">True</property>
<property name="xpad">4</property>
<property name="label" translatable="yes">Source: </property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="cmb_source_lang">
<property name="visible">True</property>
<property name="items" translatable="yes">en
ru</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="lbl_destination_lang">
<property name="visible">True</property>
<property name="xpad">4</property>
<property name="label" translatable="yes">Destination: </property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="cmb_dest_lang">
<property name="visible">True</property>
<property name="items" translatable="yes">en
ru</property>
</widget>
<packing>
<property name="position">3</property>
</packing>
</child>
</widget>
</child>
</widget>
</child>
<child>
<widget class="GtkLabel" id="lbl_langs">
<property name="visible">True</property>
<property name="label" translatable="yes"><b>Languages:</b></property>
<property name="use_markup">True</property>
</widget>
<packing>
<property name="type">label_item</property>
</packing>
</child>
</widget>
<packing>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkViewport" id="viewport1">
<property name="visible">True</property>
<property name="resize_mode">queue</property>
<property name="shadow_type">out</property>
<child>
<widget class="GtkLabel" id="lbl_translation">
<property name="height_request">70</property>
<property name="visible">True</property>
<property name="wrap">True</property>
<property name="selectable">True</property>
<property name="width_chars">50</property>
</widget>
</child>
</widget>
<packing>
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="extension_events">cursor</property>
<property name="spacing">4</property>
<property name="homogeneous">True</property>
<child>
<widget class="GtkButton" id="btn_translate">
<property name="label" translatable="yes">Translate</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
</widget>
<packing>
<property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkButton" id="btn_close">
<property name="label" translatable="yes">gtk-close</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="position">4</property>
</packing>
</child>
</widget>
</child>
</widget>
</glade-interface>