Home
last modified time | relevance | path

Searched refs:idle_return (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/finch/
H A Dgntpounce.c76 GntWidget *idle_return; member
219 if (gnt_check_box_get_checked(GNT_CHECK_BOX(dialog->idle_return))) in save_pounce_cb()
395 dialog->idle_return = gnt_check_box_new(_("Is no longer idle")); in finch_pounce_editor_show()
420 gnt_box_add_widget(GNT_BOX(vbox), dialog->idle_return); in finch_pounce_editor_show()
509 gnt_check_box_set_checked(GNT_CHECK_BOX(dialog->idle_return), in finch_pounce_editor_show()
578 GNT_CHECK_BOX(dialog->idle_return), TRUE); in finch_pounce_editor_show()
/dports/net-im/pidgin/pidgin-2.14.8/finch/
H A Dgntpounce.c76 GntWidget *idle_return; member
219 if (gnt_check_box_get_checked(GNT_CHECK_BOX(dialog->idle_return))) in save_pounce_cb()
395 dialog->idle_return = gnt_check_box_new(_("Is no longer idle")); in finch_pounce_editor_show()
420 gnt_box_add_widget(GNT_BOX(vbox), dialog->idle_return); in finch_pounce_editor_show()
509 gnt_check_box_set_checked(GNT_CHECK_BOX(dialog->idle_return), in finch_pounce_editor_show()
578 GNT_CHECK_BOX(dialog->idle_return), TRUE); in finch_pounce_editor_show()
/dports/net-im/finch/pidgin-2.14.8/finch/
H A Dgntpounce.c76 GntWidget *idle_return; member
219 if (gnt_check_box_get_checked(GNT_CHECK_BOX(dialog->idle_return))) in save_pounce_cb()
395 dialog->idle_return = gnt_check_box_new(_("Is no longer idle")); in finch_pounce_editor_show()
420 gnt_box_add_widget(GNT_BOX(vbox), dialog->idle_return); in finch_pounce_editor_show()
509 gnt_check_box_set_checked(GNT_CHECK_BOX(dialog->idle_return), in finch_pounce_editor_show()
578 GNT_CHECK_BOX(dialog->idle_return), TRUE); in finch_pounce_editor_show()
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/
H A Dgtkpounce.c84 GtkWidget *idle_return; member
291 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(dialog->idle_return))) in save_pounce_cb()
620 dialog->idle_return = in pidgin_pounce_editor_show()
643 gtk_table_attach(GTK_TABLE(table), dialog->idle_return, 2, 3, 0, 1, in pidgin_pounce_editor_show()
657 gtk_widget_show(dialog->idle_return); in pidgin_pounce_editor_show()
899 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->idle_return), in pidgin_pounce_editor_show()
981 GTK_TOGGLE_BUTTON(dialog->idle_return), TRUE); in pidgin_pounce_editor_show()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/
H A Dgtkpounce.c84 GtkWidget *idle_return; member
291 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(dialog->idle_return))) in save_pounce_cb()
620 dialog->idle_return = in pidgin_pounce_editor_show()
643 gtk_table_attach(GTK_TABLE(table), dialog->idle_return, 2, 3, 0, 1, in pidgin_pounce_editor_show()
657 gtk_widget_show(dialog->idle_return); in pidgin_pounce_editor_show()
899 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->idle_return), in pidgin_pounce_editor_show()
981 GTK_TOGGLE_BUTTON(dialog->idle_return), TRUE); in pidgin_pounce_editor_show()
/dports/net-im/finch/pidgin-2.14.8/pidgin/
H A Dgtkpounce.c84 GtkWidget *idle_return; member
291 if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(dialog->idle_return))) in save_pounce_cb()
620 dialog->idle_return = in pidgin_pounce_editor_show()
643 gtk_table_attach(GTK_TABLE(table), dialog->idle_return, 2, 3, 0, 1, in pidgin_pounce_editor_show()
657 gtk_widget_show(dialog->idle_return); in pidgin_pounce_editor_show()
899 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->idle_return), in pidgin_pounce_editor_show()
981 GTK_TOGGLE_BUTTON(dialog->idle_return), TRUE); in pidgin_pounce_editor_show()
/dports/x11-wm/durden/durden-0.6.1/durden/devmaps/touch/
H A DREADME.md82 -- idle_return when a device goes from being tracked as idle to active
/dports/www/polipo/polipo-1.1.1/
H A Dserver.c730 httpServerGetConnection(HTTPServerPtr server, int *idle_return) in httpServerGetConnection() argument
754 *idle_return = idle; in httpServerGetConnection()
777 *idle_return = 0; in httpServerGetConnection()
782 *idle_return = idle; in httpServerGetConnection()