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-presence-chooser.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-presence-chooser.ui')
-rw-r--r-- | libempathy-gtk/empathy-presence-chooser.ui | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-presence-chooser.ui b/libempathy-gtk/empathy-presence-chooser.ui new file mode 100644 index 000000000..32b34ad0c --- /dev/null +++ b/libempathy-gtk/empathy-presence-chooser.ui @@ -0,0 +1,133 @@ +<?xml version="1.0"?> +<!--*- mode: xml -*--> +<interface> + <object class="GtkDialog" id="custom_message_dialog"> + <property name="visible">True</property> + <property name="border_width">5</property> + <property name="title" translatable="yes">Custom message</property> + <property name="resizable">False</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> + <property name="has_separator">False</property> + <child internal-child="vbox"> + <object class="GtkVBox" id="dialog-vbox6"> + <property name="visible">True</property> + <child> + <object class="GtkTable" id="table1"> + <property name="visible">True</property> + <property name="border_width">5</property> + <property name="n_rows">3</property> + <property name="n_columns">2</property> + <property name="column_spacing">6</property> + <property name="row_spacing">6</property> + <child> + <object class="GtkComboBox" id="combobox_status"> + <property name="visible">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + <property name="x_options">GTK_FILL</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> + <object class="GtkComboBoxEntry" id="comboboxentry_message"> + <property name="visible">True</property> + <child internal-child="entry"> + <object class="GtkEntry" id="comboboxentry-entry1"> + </object> + </child> + </object> + <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">GTK_FILL</property> + </packing> + </child> + <child> + <object class="GtkCheckButton" id="checkbutton_save"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="label" translatable="yes">Save message</property> + <property name="use_underline">True</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="right_attach">2</property> + <property name="top_attach">2</property> + <property name="bottom_attach">3</property> + <property name="y_options"/> + </packing> + </child> + <child> + <object class="GtkLabel" id="label472"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Message:</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="label471"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Status:</property> + </object> + <packing> + <property name="x_options">GTK_FILL</property> + <property name="y_options"/> + </packing> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + <child internal-child="action_area"> + <object class="GtkHButtonBox" id="dialog-action_area6"> + <property name="visible">True</property> + <property name="layout_style">GTK_BUTTONBOX_END</property> + <child> + <object class="GtkButton" id="closebutton1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label">gtk-cancel</property> + <property name="use_stock">True</property> + </object> + </child> + <child> + <object class="GtkButton" id="button1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="label">gtk-apply</property> + <property name="use_stock">True</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="pack_type">GTK_PACK_END</property> + </packing> + </child> + </object> + </child> + <action-widgets> + <action-widget response="0">checkbutton_save</action-widget> + <action-widget response="-6">closebutton1</action-widget> + <action-widget response="-10">button1</action-widget> + </action-widgets> + </object> +</interface> |