Searched refs:checkButton (Results 1 – 1 of 1) sorted by relevance
104 GtkWidget* checkButton; member144 if (authData->checkButton && in response_callback()145 gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(authData->checkButton))) { in response_callback()215 GtkWidget* checkButton; in show_auth_dialog() local315 checkButton = gtk_check_button_new_with_mnemonic(_("_Remember password")); in show_auth_dialog()317 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(checkButton), TRUE); in show_auth_dialog()318 gtk_label_set_line_wrap(GTK_LABEL(gtk_bin_get_child(GTK_BIN(checkButton))), TRUE); in show_auth_dialog()319 gtk_box_pack_start(GTK_BOX(rememberBox), checkButton, FALSE, FALSE, 0); in show_auth_dialog()320 authData->checkButton = checkButton; in show_auth_dialog()