diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-16 20:27:44 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-04-16 20:27:44 +0800 |
commit | 36ccb3786fa69009a63f14a498005b8d95449c72 (patch) | |
tree | e06d0a91e4d828047e960ab05acf1587be60bd4a /libempathy-gtk/empathy-account-widget-salut.ui | |
parent | 6f51d8c8c6a7c6f0d436ef3e88d16084bef687bb (diff) | |
download | gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.gz gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.bz2 gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.lz gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.xz gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.tar.zst gsoc2013-empathy-36ccb3786fa69009a63f14a498005b8d95449c72.zip |
Convert glade files to GtkBuilder format
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2840
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-salut.ui')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-salut.ui | 215 |
1 files changed, 215 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-salut.ui b/libempathy-gtk/empathy-account-widget-salut.ui new file mode 100644 index 000000000..6766a390b --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-salut.ui @@ -0,0 +1,215 @@ +<?xml version="1.0"?> +<!--*- mode: xml -*--> +<interface> + <object class="GtkWindow" id="account_salut_settings"> + <property name="visible">True</property> + <property name="title">salut account settings</property> + <property name="resizable">False</property> + <child> + <object class="GtkVBox" id="vbox_salut_settings"> + <property name="visible">True</property> + <property name="spacing">6</property> + <child> + <object class="GtkTable" id="table_common_settings"> + <property name="visible">True</property> + <property name="n_rows">3</property> + <property name="n_columns">3</property> + <property name="column_spacing">12</property> + <property name="row_spacing">6</property> + <child> + <object class="GtkEntry" id="entry_nickname"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkEntry" id="entry_last_name"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkEntry" id="entry_first_name"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_nickname"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Nickname:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_nickname</property> + </object> + <packing> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_last_name"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Last Name:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_last_name</property> + </object> + <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_first_name"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_First Name:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_first_name</property> + </object> + <packing> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + </packing> + </child> + <child> + <object class="GtkExpander" id="expander1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <child> + <object class="GtkTable" id="table_advanced_settings"> + <property name="visible">True</property> + <property name="n_rows">3</property> + <property name="n_columns">3</property> + <property name="column_spacing">12</property> + <property name="row_spacing">6</property> + <child> + <object class="GtkEntry" id="entry_published"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_published"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Published Name:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_published</property> + </object> + <packing> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkEntry" id="entry_jid"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkEntry" id="entry_email"> + <property name="visible">True</property> + <property name="can_focus">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_jid"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Jabber ID:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_jid</property> + </object> + <packing> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkLabel" id="label_email"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">_Email:</property> + <property name="use_underline">True</property> + <property name="mnemonic_widget">entry_email</property> + </object> + <packing> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> + </object> + </child> + <child type="label"> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="label" translatable="yes"><b>Advanced</b></property> + <property name="use_markup">True</property> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> +</interface> |