Home
last modified time | relevance | path

Searched refs:btn_open_on_export (Results 1 – 3 of 3) sorted by relevance

/dports/comms/flmsg/flmsg-4.0.19/src/
H A Dflmsg_dialog.cxx1470 Fl_Check_Button *btn_open_on_export = (Fl_Check_Button *)0; variable
1933 btn_open_on_export = new Fl_Check_Button(X+10, Y + 24, 18, 18, _("Open folder when exporting")); in create_tab_files()
1934 btn_open_on_export->tooltip(_("")); in create_tab_files()
1935 btn_open_on_export->down_box(FL_DOWN_BOX); in create_tab_files()
1936 btn_open_on_export->callback((Fl_Callback*)cb_btn_open_on_export); in create_tab_files()
1937 btn_open_on_export->value(progStatus.open_on_export); in create_tab_files()
H A Dflmsg.cxx2430 btn_open_on_export->value(progStatus.open_on_export); in set_config_values()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dflmsg_dialog.h159 extern Fl_Check_Button *btn_open_on_export;