Lines Matching refs:body_entry

49 	GtkWidget *body_entry;  member
147 gtk_widget_grab_focus(search_window.body_entry); in message_search_other()
159 GtkWidget *body_entry; in message_search_create() local
196 body_entry = gtk_combo_box_text_new_with_entry (); in message_search_create()
197 gtk_combo_box_set_active(GTK_COMBO_BOX(body_entry), -1); in message_search_create()
199 combobox_set_popdown_strings(GTK_COMBO_BOX_TEXT(body_entry), in message_search_create()
201 gtk_widget_show (body_entry); in message_search_create()
202 gtk_box_pack_start (GTK_BOX (hbox1), body_entry, TRUE, TRUE, 0); in message_search_create()
203 g_signal_connect(G_OBJECT(body_entry), "changed", in message_search_create()
205 g_signal_connect(G_OBJECT(gtk_bin_get_child(GTK_BIN((body_entry)))), in message_search_create()
207 g_signal_connect(G_OBJECT(gtk_bin_get_child(GTK_BIN((body_entry)))), in message_search_create()
268 search_window.body_entry = body_entry; in message_search_create()
284 body_str = gtk_combo_box_text_get_active_text(GTK_COMBO_BOX_TEXT(search_window.body_entry)); in message_search_execute()
287 GTK_EDITABLE(gtk_bin_get_child(GTK_BIN(search_window.body_entry))),0,-1); in message_search_execute()
291 combobox_unset_popdown_strings(GTK_COMBO_BOX_TEXT(search_window.body_entry)); in message_search_execute()
294 combobox_set_popdown_strings(GTK_COMBO_BOX_TEXT(search_window.body_entry), in message_search_execute()
353 gtk_widget_grab_focus(search_window.body_entry); in body_changed()
394 GTK_COMBO_BOX(search_window.body_entry), in key_pressed()