aboutsummaryrefslogtreecommitdiff
path: root/contrib/gnunet_conversation_gtk_main_window.glade
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-08 10:44:05 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-08 10:44:05 +0000
commita1bee396ec735a5de624d4c51eee9dfdd8dd693d (patch)
treefd62b1dbd80dc111a8622c292088e90fca515614 /contrib/gnunet_conversation_gtk_main_window.glade
parent8e4809054ba51af175db775adcf904b09aee6bf8 (diff)
downloadgnunet-gtk-a1bee396ec735a5de624d4c51eee9dfdd8dd693d.tar.gz
gnunet-gtk-a1bee396ec735a5de624d4c51eee9dfdd8dd693d.zip
implement #3439
Diffstat (limited to 'contrib/gnunet_conversation_gtk_main_window.glade')
-rw-r--r--contrib/gnunet_conversation_gtk_main_window.glade54
1 files changed, 52 insertions, 2 deletions
diff --git a/contrib/gnunet_conversation_gtk_main_window.glade b/contrib/gnunet_conversation_gtk_main_window.glade
index 20cf2505..a923aa65 100644
--- a/contrib/gnunet_conversation_gtk_main_window.glade
+++ b/contrib/gnunet_conversation_gtk_main_window.glade
@@ -30,6 +30,12 @@
30 <column type="gchararray"/> 30 <column type="gchararray"/>
31 <!-- column-name contact_type --> 31 <!-- column-name contact_type -->
32 <column type="gchararray"/> 32 <column type="gchararray"/>
33 <!-- column-name contact_value -->
34 <column type="gchararray"/>
35 <!-- column-name contact_is_public -->
36 <column type="gboolean"/>
37 <!-- column-name contact_is_editable -->
38 <column type="gboolean"/>
33 </columns> 39 </columns>
34 </object> 40 </object>
35 <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore"> 41 <object class="GtkListStore" id="gnunet_conversation_gtk_contacts_zone_liststore">
@@ -759,7 +765,12 @@
759 </child> 765 </child>
760 <child> 766 <child>
761 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_type_column"> 767 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_type_column">
768 <property name="sizing">fixed</property>
769 <property name="fixed_width">60</property>
762 <property name="title" translatable="yes">Type</property> 770 <property name="title" translatable="yes">Type</property>
771 <property name="reorderable">True</property>
772 <property name="sort_indicator">True</property>
773 <property name="sort_column_id">1</property>
763 <child> 774 <child>
764 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_type_renderer"/> 775 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_type_renderer"/>
765 <attributes> 776 <attributes>
@@ -769,18 +780,57 @@
769 </object> 780 </object>
770 </child> 781 </child>
771 <child> 782 <child>
772 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_column"> 783 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_label_column">
773 <property name="resizable">True</property> 784 <property name="resizable">True</property>
785 <property name="sizing">autosize</property>
774 <property name="title" translatable="yes">Name</property> 786 <property name="title" translatable="yes">Name</property>
775 <property name="expand">True</property> 787 <property name="expand">True</property>
788 <property name="clickable">True</property>
789 <property name="reorderable">True</property>
790 <property name="sort_indicator">True</property>
791 <property name="sort_column_id">0</property>
776 <child> 792 <child>
777 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_value_renderer"/> 793 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_label_renderer"/>
778 <attributes> 794 <attributes>
779 <attribute name="text">0</attribute> 795 <attribute name="text">0</attribute>
780 </attributes> 796 </attributes>
781 </child> 797 </child>
782 </object> 798 </object>
783 </child> 799 </child>
800 <child>
801 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_treeviewcolumn">
802 <property name="resizable">True</property>
803 <property name="sizing">autosize</property>
804 <property name="title" translatable="yes">Value</property>
805 <property name="reorderable">True</property>
806 <property name="sort_indicator">True</property>
807 <property name="sort_column_id">2</property>
808 <child>
809 <object class="GtkCellRendererText" id="gnunet_conversation_gtk_contact_list_value_cellrenderertext"/>
810 <attributes>
811 <attribute name="text">2</attribute>
812 </attributes>
813 </child>
814 </object>
815 </child>
816 <child>
817 <object class="GtkTreeViewColumn" id="gnunet_conversation_gtk_contact_list_value_is_public_treeviewcolumn">
818 <property name="sizing">fixed</property>
819 <property name="fixed_width">60</property>
820 <property name="title" translatable="yes">Public?</property>
821 <property name="reorderable">True</property>
822 <property name="sort_indicator">True</property>
823 <property name="sort_column_id">3</property>
824 <child>
825 <object class="GtkCellRendererToggle" id="gnunet_conversation_gtk_contact_list_is_public_cellrenderertoggle"/>
826 <attributes>
827 <attribute name="sensitive">4</attribute>
828 <attribute name="activatable">4</attribute>
829 <attribute name="active">3</attribute>
830 </attributes>
831 </child>
832 </object>
833 </child>
784 </object> 834 </object>
785 </child> 835 </child>
786 </object> 836 </object>