diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-19 20:05:36 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-20 02:15:20 +0800 |
commit | 48417775ef19cdb1ebe2ecd631953f431aa144b4 (patch) | |
tree | a3e854a6c59701f6aa1c9b010d1a26db0a510a30 /libempathy-gtk/empathy-individual-widget.ui | |
parent | 8da7760544ee3c592f9a884a13b13103b3b5a674 (diff) | |
download | gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.gz gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.bz2 gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.lz gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.xz gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.tar.zst gsoc2013-empathy-48417775ef19cdb1ebe2ecd631953f431aa144b4.zip |
Expand EmpathyIndividualWidget
It's now a fully-fledged widget of its own, rather than a thin wrapper
around EmpathyContactWidget. Closes: bgo#626728
Diffstat (limited to 'libempathy-gtk/empathy-individual-widget.ui')
-rw-r--r-- | libempathy-gtk/empathy-individual-widget.ui | 173 |
1 files changed, 173 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-widget.ui b/libempathy-gtk/empathy-individual-widget.ui new file mode 100644 index 000000000..d7f482696 --- /dev/null +++ b/libempathy-gtk/empathy-individual-widget.ui @@ -0,0 +1,173 @@ +<?xml version="1.0"?> +<interface> + <requires lib="gtk+" version="2.16"/> + <!-- interface-naming-policy toplevel-contextual --> + <object class="GtkVBox" id="vbox_individual_widget"> + <property name="spacing">6</property> + <child> + <object class="GtkVBox" id="vbox_individual"> + <property name="visible">True</property> + <property name="spacing">6</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkVBox" id="vbox_location"> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label_location"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes"><b>Location</b> at (date)</property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="left_padding">12</property> + <child> + <object class="GtkVBox" id="subvbox_location"> + <property name="visible">True</property> + <property name="spacing">5</property> + <child> + <placeholder/> + </child> + <child> + <object class="GtkFrame" id="viewport_map"> + <property name="height_request">150</property> + <property name="resize_mode">queue</property> + <property name="label_xalign">0</property> + <property name="shadow_type">in</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="EmpathyGroupsWidget" id="groups_widget"/> + <packing> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkVBox" id="vbox_details"> + <property name="spacing">6</property> + <child> + <object class="GtkLabel" id="label649"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Contact Details</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkAlignment" id="alignment30"> + <property name="visible">True</property> + <property name="left_padding">12</property> + <child> + <object class="GtkVBox" id="vbox218"> + <property name="visible">True</property> + <property name="spacing">6</property> + <child> + <object class="GtkTable" id="table_details"> + <property name="visible">True</property> + <property name="n_columns">2</property> + <property name="column_spacing">12</property> + <property name="row_spacing">6</property> + <child> + <placeholder/> + </child> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkHBox" id="hbox_details_requested"> + <property name="spacing">6</property> + <child> + <object class="GtkImage" id="image885"> + <property name="visible">True</property> + <property name="stock">gtk-dialog-info</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label653"> + <property name="visible">True</property> + <property name="xalign">0</property> + <property name="label" translatable="yes">Information requested…</property> + <property name="use_markup">True</property> + <property name="wrap">True</property> + </object> + <packing> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="position">3</property> + </packing> + </child> + </object> +</interface> |