| 65 | | <widget class="GtkLabel" id="label224"> |
| 66 | | <property name="visible">True</property> |
| 67 | | <property name="label" translatable="yes">_Address:</property> |
| 68 | | <property name="use_underline">True</property> |
| 69 | | <property name="mnemonic_widget">address_comboboxentry</property> |
| 70 | | </widget> |
| 71 | | <packing> |
| 72 | | <property name="bottom_attach">3</property> |
| 73 | | <property name="x_options">GTK_FILL</property> |
| 74 | | <property name="y_options"></property> |
| | 65 | <widget class="GtkComboBoxEntry" id="address_comboboxentry"> |
| | 66 | <property name="visible">True</property> |
| | 67 | <property name="items" translatable="yes"></property> |
| | 68 | <signal name="changed" handler="on_address_comboboxentry_changed"/> |
| | 69 | <signal name="key_press_event" handler="on_address_comboboxentry_key_press_event"/> |
| | 70 | <child internal-child="entry"> |
| | 71 | <widget class="GtkEntry" id="comboboxentry-entry1"> |
| | 72 | </widget> |
| | 73 | </child> |
| | 74 | </widget> |
| | 75 | <packing> |
| | 76 | <property name="left_attach">1</property> |
| | 77 | <property name="right_attach">2</property> |
| | 78 | <property name="top_attach">1</property> |
| | 79 | <property name="bottom_attach">2</property> |
| | 80 | <property name="y_options">GTK_FILL</property> |
| 130 | | <widget class="GtkComboBoxEntry" id="address_comboboxentry"> |
| 131 | | <property name="visible">True</property> |
| 132 | | <property name="items" translatable="yes"></property> |
| 133 | | <signal name="changed" handler="on_address_comboboxentry_changed"/> |
| 134 | | <signal name="key_press_event" handler="on_address_comboboxentry_key_press_event"/> |
| 135 | | <child internal-child="entry"> |
| 136 | | <widget class="GtkEntry" id="comboboxentry-entry1"> |
| 137 | | </widget> |
| 138 | | </child> |
| 139 | | </widget> |
| 140 | | <packing> |
| 141 | | <property name="left_attach">1</property> |
| 142 | | <property name="right_attach">2</property> |
| 143 | | <property name="top_attach">1</property> |
| 144 | | <property name="bottom_attach">2</property> |
| 145 | | <property name="y_options">GTK_FILL</property> |
| | 136 | <widget class="GtkLabel" id="label224"> |
| | 137 | <property name="visible">True</property> |
| | 138 | <property name="label" translatable="yes">_Address:</property> |
| | 139 | <property name="use_underline">True</property> |
| | 140 | <property name="mnemonic_widget">address_comboboxentry</property> |
| | 141 | </widget> |
| | 142 | <packing> |
| | 143 | <property name="bottom_attach">3</property> |
| | 144 | <property name="x_options">GTK_FILL</property> |
| | 145 | <property name="y_options"></property> |
| 172 | | </packing> |
| 173 | | </child> |
| 174 | | <child> |
| 175 | | <widget class="GtkHBox" id="filter_hbox"> |
| 176 | | <property name="visible">True</property> |
| 177 | | <property name="no_show_all">True</property> |
| 178 | | <property name="spacing">6</property> |
| 179 | | <child> |
| 180 | | <widget class="GtkLabel" id="label361"> |
| 181 | | <property name="visible">True</property> |
| 182 | | <property name="label" translatable="yes">_Filter:</property> |
| 183 | | <property name="use_underline">True</property> |
| 184 | | <property name="mnemonic_widget">filter_entry</property> |
| 185 | | </widget> |
| 186 | | <packing> |
| 187 | | <property name="expand">False</property> |
| 188 | | <property name="fill">False</property> |
| 189 | | </packing> |
| 190 | | </child> |
| 191 | | <child> |
| 192 | | <widget class="GtkEntry" id="filter_entry"> |
| 193 | | <property name="visible">True</property> |
| 194 | | <property name="can_focus">True</property> |
| 195 | | <property name="invisible_char">*</property> |
| 196 | | <signal name="changed" handler="on_filter_entry_changed"/> |
| 197 | | </widget> |
| 198 | | <packing> |
| 199 | | <property name="position">1</property> |
| 200 | | </packing> |
| 201 | | </child> |
| 202 | | </widget> |
| 203 | | <packing> |
| 204 | | <property name="expand">False</property> |
| 205 | | <property name="fill">False</property> |
| 206 | | <property name="position">3</property> |