Checked translatable property in glade files

master
Yevgen Muntyan 2006-08-03 04:24:51 -05:00
parent e1d056afd6
commit 86a4672a7e
13 changed files with 249 additions and 145 deletions

View File

@ -4,7 +4,7 @@
<glade-interface>
<widget class="GtkDialog" id="credits">
<property name="title" translatable="yes">Credits</property>
<property name="title" translatable="yes" comments="Credits dialog title">Credits</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="modal">False</property>
@ -103,7 +103,7 @@
<child>
<widget class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="label" translatable="yes">Thanks</property>
<property name="label" translatable="yes" comments="Tab label in Credits dialog">Thanks</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -161,7 +161,7 @@
<child>
<widget class="GtkLabel" id="label6">
<property name="visible">True</property>
<property name="label" translatable="yes">Written by</property>
<property name="label" translatable="yes" comments="Tab label in Credits dialog">Written by</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -192,7 +192,7 @@
</widget>
<widget class="GtkDialog" id="license">
<property name="title" translatable="yes">License</property>
<property name="title" translatable="yes" comments="License dialog title">License</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="modal">False</property>
@ -283,7 +283,7 @@
</widget>
<widget class="GtkDialog" id="system">
<property name="title" translatable="yes">System Info</property>
<property name="title" translatable="yes" comments="System Info dialog title">System Info</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="modal">False</property>
@ -374,7 +374,7 @@
</widget>
<widget class="GtkDialog" id="dialog">
<property name="title" translatable="yes">About</property>
<property name="title" translatable="yes" comments="About dialog title">About</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="modal">False</property>
@ -447,7 +447,7 @@
<child>
<widget class="GtkLabel" id="label7">
<property name="visible">True</property>
<property name="label" translatable="yes">C_redits</property>
<property name="label" translatable="yes" comments="Credits button label in About dialog">C_redits</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -480,7 +480,7 @@
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_License</property>
<property name="label" translatable="yes" comments="License button label in About dialog">_License</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@ -493,7 +493,7 @@
<property name="visible">True</property>
<property name="can_default">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">_System Info</property>
<property name="label" translatable="yes" comments="System Info button label in About dialog">_System Info</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
@ -537,7 +537,7 @@
<widget class="GtkLabel" id="name">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">&lt;span size=&quot;xx-large&quot;&gt;&lt;b&gt;The App&lt;/b&gt;&lt;/span&gt;</property>
<property name="label">&lt;span size=&quot;xx-large&quot;&gt;&lt;b&gt;The App&lt;/b&gt;&lt;/span&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -563,7 +563,7 @@
<widget class="GtkLabel" id="description">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">The App is an app</property>
<property name="label">The App is an app</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -589,7 +589,7 @@
<widget class="GtkLabel" id="copyright">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">&lt;small&gt;© 2004-2006 The Author&lt;/small&gt;</property>
<property name="label">&lt;small&gt;© 2004-2006 The Author&lt;/small&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -626,7 +626,7 @@
<child>
<widget class="GtkLabel" id="url">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;span foreground=&quot;#0000FF&quot;&gt;http://somesite.org&lt;/span&gt;</property>
<property name="label">&lt;span foreground=&quot;#0000FF&quot;&gt;http://somesite.org&lt;/span&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>

View File

@ -2,7 +2,7 @@
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
<!-- Generated with glade3
Version: 2.91.3
Date: Thu Aug 3 01:55:27 2006
Date: Thu Aug 3 04:10:46 2006
User: muntyan
Host: munt10
-->
@ -37,7 +37,7 @@
<widget class="GtkCheckButton" id="smarthome">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Smart Home and End</property>
<property name="label" translatable="yes">Smart Home and End</property>
<property name="use_underline">True</property>
<property name="focus_on_click">False</property>
<property name="draw_indicator">True</property>
@ -76,7 +76,7 @@
<child>
<widget class="GtkLabel" id="label156">
<property name="visible">True</property>
<property name="label" translatable="yes" context="yes">Moves input focus</property>
<property name="label" translatable="yes">Moves input focus</property>
</widget>
</child>
</widget>
@ -91,7 +91,7 @@
<child>
<widget class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="label">Indents text</property>
<property name="label" translatable="yes">Indents text</property>
</widget>
</child>
</widget>
@ -109,7 +109,7 @@
<child>
<widget class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="label">Moves cursor to next placeholder</property>
<property name="label" translatable="yes">Moves cursor to next placeholder</property>
</widget>
</child>
</widget>
@ -131,7 +131,7 @@
<child>
<widget class="GtkLabel" id="label64">
<property name="visible">True</property>
<property name="label">Keyboard</property>
<property name="label" translatable="yes">Keyboard</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -164,7 +164,7 @@
<child>
<widget class="GtkLabel" id="label4">
<property name="visible">True</property>
<property name="label">Enable auto indentation</property>
<property name="label" translatable="yes">Enable auto indentation</property>
</widget>
</child>
</widget>
@ -177,7 +177,7 @@
<widget class="GtkCheckButton" id="usespaces">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Use spaces to indent</property>
<property name="label" translatable="yes">Use spaces to indent</property>
<property name="use_underline">True</property>
<property name="focus_on_click">False</property>
<property name="draw_indicator">True</property>
@ -200,7 +200,7 @@
<child>
<widget class="GtkLabel" id="label32">
<property name="visible">True</property>
<property name="label">Indent width:</property>
<property name="label" translatable="yes">Indent width:</property>
<property name="mnemonic_widget">tabswidth_spin</property>
</widget>
<packing>
@ -225,7 +225,7 @@
<child>
<widget class="GtkLabel" id="label96">
<property name="visible">True</property>
<property name="label">spaces</property>
<property name="label" translatable="yes">spaces</property>
</widget>
<packing>
<property name="expand">False</property>
@ -248,7 +248,7 @@
<child>
<widget class="GtkLabel" id="label5">
<property name="visible">True</property>
<property name="label">Backspace key indents</property>
<property name="label" translatable="yes">Backspace key indents</property>
</widget>
</child>
</widget>
@ -263,7 +263,7 @@
<child>
<widget class="GtkLabel" id="label641">
<property name="visible">True</property>
<property name="label">Indentation</property>
<property name="label" translatable="yes">Indentation</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -296,7 +296,7 @@
<widget class="GtkCheckButton" id="auto_save">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Auto save every </property>
<property name="label" translatable="yes">Auto save every </property>
<property name="use_underline">True</property>
<property name="focus_on_click">False</property>
<property name="draw_indicator">True</property>
@ -325,7 +325,7 @@
<child>
<widget class="GtkLabel" id="auto_save_label">
<property name="visible">True</property>
<property name="label"> minutes</property>
<property name="label" translatable="yes"> minutes</property>
<property name="moo_sensitive">auto_save</property>
</widget>
<packing>
@ -343,7 +343,7 @@
<child>
<widget class="GtkCheckButton" id="checkbutton11">
<property name="can_focus">True</property>
<property name="label">Make backups</property>
<property name="label" translatable="yes">Make backups</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">make_backups</property>
@ -358,7 +358,7 @@
<widget class="GtkCheckButton" id="checkbutton21">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Remove trailing spaces</property>
<property name="label" translatable="yes">Remove trailing spaces</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">strip</property>
@ -376,7 +376,7 @@
<child>
<widget class="GtkLabel" id="label951">
<property name="visible">True</property>
<property name="label">Saving</property>
<property name="label" translatable="yes">Saving</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -408,7 +408,7 @@
<child>
<widget class="GtkLabel" id="label1021">
<property name="visible">True</property>
<property name="label">Default language: </property>
<property name="label" translatable="yes">Default language: </property>
</widget>
<packing>
<property name="expand">False</property>
@ -442,7 +442,7 @@
<child>
<widget class="GtkLabel" id="label1011">
<property name="visible">True</property>
<property name="label">Misc</property>
<property name="label" translatable="yes">Misc</property>
<property name="use_markup">True</property>
</widget>
<packing>
@ -464,7 +464,7 @@
<child>
<widget class="GtkLabel" id="label211">
<property name="visible">True</property>
<property name="label">General</property>
<property name="label" translatable="yes">General</property>
</widget>
<packing>
<property name="type">tab</property>
@ -491,7 +491,7 @@
<widget class="GtkCheckButton" id="enable_wrapping">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Enable text wrapping</property>
<property name="label" translatable="yes">Enable text wrapping</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">wrapping_enable</property>
@ -505,7 +505,7 @@
<widget class="GtkCheckButton" id="dont_split_words">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Do not split words</property>
<property name="label" translatable="yes">Do not split words</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">wrapping_dont_split_words</property>
@ -524,7 +524,7 @@
<child>
<widget class="GtkLabel" id="label701">
<property name="visible">True</property>
<property name="label">Text wrapping</property>
<property name="label" translatable="yes">Text wrapping</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -554,7 +554,7 @@
<widget class="GtkCheckButton" id="checkbutton5">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Enable syntax highlighting</property>
<property name="label" translatable="yes">Enable syntax highlighting</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">enable_highlighting</property>
@ -568,7 +568,7 @@
<widget class="GtkCheckButton" id="checkbutton6">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Highlight matching brackets</property>
<property name="label" translatable="yes">Highlight matching brackets</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">highlight_matching_brackets</property>
@ -583,7 +583,7 @@
<widget class="GtkCheckButton" id="checkbutton7">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Highlight mismatching brackets</property>
<property name="label" translatable="yes">Highlight mismatching brackets</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">highlight_mismatching_brackets</property>
@ -598,7 +598,7 @@
<widget class="GtkCheckButton" id="checkbutton9">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Highlight current line</property>
<property name="label" translatable="yes">Highlight current line</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">highlight_current_line</property>
@ -616,7 +616,7 @@
<child>
<widget class="GtkLabel" id="label98">
<property name="visible">True</property>
<property name="label">Highlighting</property>
<property name="label" translatable="yes">Highlighting</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -647,7 +647,7 @@
<widget class="GtkCheckButton" id="show_line_numbers">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Show line numbers</property>
<property name="label" translatable="yes">Show line numbers</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">show_line_numbers</property>
@ -661,7 +661,7 @@
<widget class="GtkCheckButton" id="checkbutton3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Show tabs</property>
<property name="label" translatable="yes">Show tabs</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">show_tabs</property>
@ -676,7 +676,7 @@
<widget class="GtkCheckButton" id="checkbutton4">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Show trailing spaces</property>
<property name="label" translatable="yes">Show trailing spaces</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">show_trailing_spaces</property>
@ -694,7 +694,7 @@
<child>
<widget class="GtkLabel" id="label73">
<property name="visible">True</property>
<property name="label">Misc</property>
<property name="label" translatable="yes">Misc</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -716,7 +716,7 @@
<child>
<widget class="GtkLabel" id="label62">
<property name="visible">True</property>
<property name="label">View</property>
<property name="label" translatable="yes">View</property>
</widget>
<packing>
<property name="type">tab</property>
@ -729,7 +729,7 @@
<widget class="GtkCheckButton" id="use_default_font">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label">Use default theme font</property>
<property name="label" translatable="yes">Use default theme font</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="moo_prefs_key">use_default_font</property>
@ -745,12 +745,27 @@
<property name="n_rows">2</property>
<property name="n_columns">2</property>
<child>
<widget class="GtkLabel" id="label99">
<widget class="GtkComboBox" id="color_scheme_combo">
<property name="visible">True</property>
<property name="label">Font:</property>
<property name="moo_sensitive">!use_default_font</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label100">
<property name="visible">True</property>
<property name="xalign">0.000000</property>
<property name="label" translatable="yes">Color scheme:</property>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options"></property>
<property name="y_options"></property>
</packing>
@ -771,34 +786,16 @@
</packing>
</child>
<child>
<widget class="GtkLabel" id="label100">
<widget class="GtkLabel" id="label99">
<property name="visible">True</property>
<property name="xalign">0.000000</property>
<property name="label">Color scheme:</property>
<property name="label" translatable="yes">Font:</property>
<property name="moo_sensitive">!use_default_font</property>
</widget>
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options"></property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="color_scheme_combo">
<property name="visible">True</property>
<property name="items" translatable="yes">KDE
gvim
</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
@ -814,7 +811,7 @@ gvim
<child>
<widget class="GtkLabel" id="label97">
<property name="visible">True</property>
<property name="label">Font and colors</property>
<property name="label" translatable="yes">Font and colors</property>
</widget>
<packing>
<property name="type">tab</property>
@ -839,61 +836,28 @@ gvim
<property name="n_rows">4</property>
<property name="n_columns">2</property>
<child>
<widget class="GtkComboBox" id="lang_combo">
<property name="visible">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label768">
<property name="visible">True</property>
<property name="xalign">1.000000</property>
<property name="label" translatable="yes">Language:</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="extensions">
<widget class="GtkEntry" id="config">
<property name="visible">True</property>
<property name="activates_default">True</property>
<property name="tooltip">strip: bool; use-tabs: bool; indent-width: integer; tab-width: integer</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="mimetypes">
<property name="visible">True</property>
<property name="activates_default">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label_extensions">
<widget class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="xalign">1.000000</property>
<property name="label" translatable="yes">Extensions:</property>
<property name="label" translatable="yes">Options:</property>
</widget>
<packing>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
@ -912,29 +876,62 @@ gvim
</packing>
</child>
<child>
<widget class="GtkLabel" id="label9">
<widget class="GtkLabel" id="label_extensions">
<property name="visible">True</property>
<property name="xalign">1.000000</property>
<property name="label" translatable="yes">Options:</property>
<property name="label" translatable="yes">Extensions:</property>
</widget>
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="config">
<widget class="GtkEntry" id="mimetypes">
<property name="visible">True</property>
<property name="activates_default">True</property>
<property name="tooltip">strip: bool; use-tabs: bool; indent-width: integer; tab-width: integer</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkEntry" id="extensions">
<property name="visible">True</property>
<property name="activates_default">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label768">
<property name="visible">True</property>
<property name="xalign">1.000000</property>
<property name="label" translatable="yes">Language:</property>
</widget>
<packing>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
<widget class="GtkComboBox" id="lang_combo">
<property name="visible">True</property>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="y_options"></property>
</packing>
</child>

View File

@ -5,7 +5,7 @@
<widget class="GtkWindow" id="window1">
<property name="visible">True</property>
<property name="title" translatable="yes">window1</property>
<property name="title">window1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>

View File

@ -15,6 +15,8 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@ -80,7 +82,7 @@
<child>
<widget class="GtkLabel" id="label">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;span weight=&quot;bold&quot; size=&quot;larger&quot;&gt;There are n documents with unsaved changes. Save changes before closing?&lt;/span&gt;</property>
<property name="label">&lt;span weight=&quot;bold&quot; size=&quot;larger&quot;&gt;There are n documents with unsaved changes. Save changes before closing?&lt;/span&gt;</property>
<property name="use_underline">False</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -90,6 +92,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -114,6 +120,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -142,6 +152,9 @@
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">False</property>
<property name="fixed_height_mode">False</property>
<property name="hover_selection">False</property>
<property name="hover_expand">False</property>
</widget>
</child>
</widget>

View File

@ -5,7 +5,7 @@
<widget class="GtkWindow" id="window1">
<property name="visible">True</property>
<property name="title" translatable="yes">window1</property>
<property name="title">window1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@ -16,6 +16,8 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<child>
<widget class="GtkVBox" id="page">
@ -52,6 +54,9 @@
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
<property name="fixed_height_mode">False</property>
<property name="hover_selection">False</property>
<property name="hover_expand">False</property>
</widget>
</child>
</widget>
@ -98,6 +103,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
@ -122,6 +131,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
@ -146,6 +159,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">0</property>
@ -160,7 +177,7 @@
<child>
<widget class="GtkLabel" id="version">
<property name="visible">True</property>
<property name="label" translatable="yes">0.15</property>
<property name="label">0.15</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -170,6 +187,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -183,7 +204,7 @@
<child>
<widget class="GtkLabel" id="author">
<property name="visible">True</property>
<property name="label" translatable="yes">Some Guy</property>
<property name="label">Some Guy</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -193,6 +214,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">1</property>
@ -206,7 +231,7 @@
<child>
<widget class="GtkLabel" id="description">
<property name="visible">True</property>
<property name="label" translatable="yes">It does some stuff</property>
<property name="label">It does some stuff</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -216,6 +241,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="left_attach">1</property>

View File

@ -15,6 +15,8 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@ -108,6 +110,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@ -162,7 +168,7 @@
<child>
<widget class="GtkButton" id="edit">
<property name="can_focus">True</property>
<property name="label" translatable="yes"> Edit... </property>
<property name="label"> Edit... </property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">False</property>
@ -198,6 +204,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -249,6 +259,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@ -324,6 +338,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -512,6 +530,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="type">label_item</property>
@ -547,6 +569,8 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@ -634,6 +658,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>

View File

@ -5,7 +5,7 @@
<widget class="GtkWindow" id="window1">
<property name="visible">True</property>
<property name="title" translatable="yes">window1</property>
<property name="title">window1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@ -17,6 +17,7 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<child>
<widget class="GtkVBox" id="vbox1">
@ -158,10 +159,6 @@
</child>
</widget>
</child>
<child>
<placeholder/>
</child>
</widget>
</child>
</widget>

View File

@ -5,7 +5,7 @@
<widget class="GtkWindow" id="window1">
<property name="visible">True</property>
<property name="title" translatable="yes">window1</property>
<property name="title">window1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@ -17,6 +17,7 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<child>
<widget class="GtkVBox" id="vbox1">
@ -88,7 +89,7 @@
<child>
<widget class="GtkLabel" id="cursor">
<property name="visible">True</property>
<property name="label" translatable="yes">Line: 10 Col: 100</property>
<property name="label">Line: 10 Col: 100</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -113,7 +114,7 @@
<child>
<widget class="GtkLabel" id="insert">
<property name="visible">True</property>
<property name="label" translatable="yes">INS</property>
<property name="label">INS</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>

View File

@ -86,7 +86,7 @@
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Save as</property>
<property name="label">Save as</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -115,7 +115,7 @@
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes">rgwrgwr</property>
<property name="text">rgwrgwr</property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">True</property>
@ -221,7 +221,7 @@
<child>
<widget class="GtkLabel" id="label">
<property name="label" translatable="yes">File name:</property>
<property name="label">File name:</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -250,7 +250,7 @@
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes">rgwrgwr</property>
<property name="text">rgwrgwr</property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">True</property>

View File

@ -17,6 +17,8 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">True</property>
<child internal-child="vbox">
@ -92,6 +94,9 @@
<property name="rules_hint">True</property>
<property name="reorderable">True</property>
<property name="enable_search">True</property>
<property name="fixed_height_mode">False</property>
<property name="hover_selection">False</property>
<property name="hover_expand">False</property>
</widget>
</child>
</widget>
@ -177,6 +182,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@ -280,6 +289,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@ -329,6 +342,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@ -340,6 +357,8 @@
<child>
<widget class="GtkComboBox" id="icon_combo">
<property name="visible">True</property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
</widget>
<packing>
<property name="padding">0</property>
@ -360,6 +379,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@ -370,7 +393,7 @@
<child>
<widget class="GtkLabel" id="path_label">
<property name="label" translatable="yes">/home/muntyan/</property>
<property name="label">/home/muntyan/</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -380,6 +403,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>

View File

@ -16,6 +16,8 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@ -85,7 +87,7 @@
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Save as</property>
<property name="label">Save as</property>
<property name="use_underline">False</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@ -95,6 +97,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="padding">0</property>
@ -110,7 +116,7 @@
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
<property name="text" translatable="yes">rgwrgwr</property>
<property name="text">rgwrgwr</property>
<property name="has_frame">True</property>
<property name="invisible_char">*</property>
<property name="activates_default">True</property>

View File

@ -5,7 +5,7 @@
<widget class="GtkDialog" id="dialog">
<property name="visible">True</property>
<property name="title" translatable="yes">dialog1</property>
<property name="title">dialog1</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
@ -16,6 +16,8 @@
<property name="skip_pager_hint">False</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
@ -188,6 +190,10 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
<property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
<property name="width_chars">-1</property>
<property name="single_line_mode">False</property>
<property name="angle">0</property>
</widget>
<packing>
<property name="type">tab</property>

View File

@ -4,7 +4,7 @@
<glade-interface>
<widget class="GtkWindow" id="window">
<property name="title" translatable="yes">Log</property>
<property name="title">Log</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>