3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class=
"GtkTable" id=
"table_contact">
6 <property name=
"visible">True
</property>
7 <property name=
"n_rows">2</property>
8 <property name=
"n_columns">2</property>
9 <property name=
"column_spacing">6</property>
10 <property name=
"row_spacing">6</property>
12 <object class=
"GtkLabel" id=
"account_chooser_label">
13 <property name=
"visible">True
</property>
14 <property name=
"xalign">0</property>
15 <property name=
"label" translatable=
"yes">Account:
</property>
18 <property name=
"x_options"></property>
22 <object class=
"GtkLabel" id=
"label2">
23 <property name=
"visible">True
</property>
24 <property name=
"xalign">0</property>
25 <property name=
"label" translatable=
"yes">Contact ID:
</property>
28 <property name=
"top_attach">1</property>
29 <property name=
"bottom_attach">2</property>
30 <property name=
"x_options"></property>
34 <object class=
"GtkEntry" id=
"entry_id">
35 <property name=
"visible">True
</property>
36 <property name=
"can_focus">True
</property>
37 <property name=
"events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK
</property>
38 <property name=
"invisible_char">•</property>
39 <property name=
"activates_default">True
</property>
42 <property name=
"left_attach">1</property>
43 <property name=
"right_attach">2</property>
44 <property name=
"top_attach">1</property>
45 <property name=
"bottom_attach">2</property>