Created
January 31, 2011 13:56
-
-
Save yurenju/804046 to your computer and use it in GitHub Desktop.
translation.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<interface> | |
<requires lib="gtk+" version="2.16"/> | |
<!-- interface-naming-policy project-wide --> | |
<object class="GtkWindow" id="window1"> | |
<property name="width_request">400</property> | |
<property name="height_request">400</property> | |
<signal name="delete_event" handler="on_window_delete_event"/> | |
<child> | |
<object class="GtkHBox" id="hbox1"> | |
<property name="visible">True</property> | |
<child> | |
<object class="GtkVBox" id="vbox1"> | |
<property name="visible">True</property> | |
<child> | |
<object class="GtkScrolledWindow" id="scrolledwindow1"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="hscrollbar_policy">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<object class="GtkTextView" id="textview_orig"> | |
<property name="width_request">200</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="wrap_mode">word</property> | |
</object> | |
</child> | |
</object> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<object class="GtkButton" id="button_tr"> | |
<property name="label" translatable="yes">翻譯</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="receives_default">True</property> | |
<signal name="clicked" handler="on_button_tr_clicked"/> | |
</object> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
</object> | |
<packing> | |
<property name="position">0</property> | |
</packing> | |
</child> | |
<child> | |
<object class="GtkVSeparator" id="vseparator1"> | |
<property name="visible">True</property> | |
</object> | |
<packing> | |
<property name="expand">False</property> | |
<property name="position">1</property> | |
</packing> | |
</child> | |
<child> | |
<object class="GtkScrolledWindow" id="scrolledwindow2"> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="hscrollbar_policy">automatic</property> | |
<property name="vscrollbar_policy">automatic</property> | |
<child> | |
<object class="GtkTextView" id="textview_result"> | |
<property name="width_request">200</property> | |
<property name="visible">True</property> | |
<property name="can_focus">True</property> | |
<property name="wrap_mode">word</property> | |
</object> | |
</child> | |
</object> | |
<packing> | |
<property name="position">2</property> | |
</packing> | |
</child> | |
</object> | |
</child> | |
</object> | |
</interface> |
thank you :-)
thank you :-)
the slow network speed ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you :-)