Home
last modified time | relevance | path

Searched refs:enable_block_cursor_checkbutton (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcalendar_preferences_gui.c41 …if (gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (appGUI->opt->enable_block_cursor_checkbutton)… in calendar_cursor_settings_enable_disable()
576 …appGUI->opt->enable_block_cursor_checkbutton = gtk_check_button_new_with_mnemonic (_("Enable block… in create_appearance_section()
577 …gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (appGUI->opt->enable_block_cursor_checkbutton), !c… in create_appearance_section()
578 gtk_widget_set_hexpand(appGUI->opt->enable_block_cursor_checkbutton, TRUE); in create_appearance_section()
579 gtk_grid_attach (GTK_GRID (table), appGUI->opt->enable_block_cursor_checkbutton, 0, i, 5, 1); in create_appearance_section()
580 …g_signal_connect (G_OBJECT (appGUI->opt->enable_block_cursor_checkbutton), "toggled", G_CALLBACK (… in create_appearance_section()
1555 …= !gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (appGUI->opt->enable_block_cursor_checkbutton)); in calendar_options_cb()
1588 if (togglebutton == GTK_TOGGLE_BUTTON (appGUI->opt->enable_block_cursor_checkbutton)) in calendar_options_cb()
H A Dgui.h728 GtkWidget *enable_block_cursor_checkbutton; member