Home
last modified time | relevance | path

Searched refs:main_window_h (Results 1 – 4 of 4) sorted by relevance

/dports/www/bluefish/bluefish-2.2.12/src/
H A Dbfwin.c561 main_v->globses.main_window_h = event->height; in bfwin_configure_event()
563 main_v->globses.main_window_w, main_v->globses.main_window_h); in bfwin_configure_event()
1580 main_v->globses.main_window_h); in bfwin_create_main()
1583 main_v->globses.main_window_h); in bfwin_create_main()
H A Dbluefish.h392 gint main_window_h; /* main window height */ member
H A Dpreferences.c121 main_window_h, enumerator
2150 integer_apply(&main_v->globses.main_window_h, pd->prefs[main_window_h], FALSE); in preferences_apply()
2304 gtk_widget_set_sensitive(pd->prefs[main_window_h], !gtk_toggle_button_get_active(togglebutton)); in restore_dimensions_toggled_lcb()
3052 pd->prefs[main_window_h] = in preferences_dialog_new()
3053 dialog_spin_button_in_table(1, 4000, main_v->globses.main_window_h, table, 1, 2, 1, 2); in preferences_dialog_new()
3054 …dialog_mnemonic_label_in_table(_("Initial window _height:"), pd->prefs[main_window_h], table, 0, 1… in preferences_dialog_new()
H A Drcfile.c1217 …init_prop_integer(&config_rc, &main_v->globses.main_window_h, "main_window_height:", 800, init_val… in return_globalsession_configlist()