Home
last modified time | relevance | path

Searched refs:add_key_binding (Results 1 – 25 of 40) sorted by relevance

12

/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A DFl_Text_Editor_mod_1_1.H54 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
55 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
56 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
H A DFl_Text_Editor_mod_1_3.H78 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
80 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
81 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Text_Editor.H56 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
57 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
58 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/comms/flcluster/flcluster-1.0.4/src/include/
H A DFl_Text_Editor_mod.H82 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
84 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
85 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A DFl_Text_Editor_mod.H80 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
82 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
83 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/comms/flamp/flamp-2.2.07/src/include/
H A DFl_Text_Editor_mod.H82 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
84 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
85 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Text_Editor.H78 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
80 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
81 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Text_Editor.H78 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
80 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
81 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Text_Editor.H74 void add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
76 void add_key_binding(int key, int state, Key_Func f) in add_key_binding() function
77 { add_key_binding(key, state, f, &key_bindings); } in add_key_binding()
/dports/multimedia/nordlicht/nordlicht-0.4.5/utils/
H A Dmpv-nordlicht.lua12 mp.add_key_binding("n", "nordlicht-toggle", toggle)
13 mp.add_key_binding("N", "nordlicht-regenerate", regenerate)
14 mp.add_key_binding("mouse_btn0", "jump", jump)
/dports/multimedia/mpv/mpv-0.34.1/TOOLS/lua/
H A Dacompressor.lua139 mp.add_key_binding(o.key_toggle, "toggle-acompressor", toggle_acompressor)
144 mp.add_key_binding(o['key_' .. direction .. '_' .. param.name],
H A Dcycle-deinterlace-pullup.lua56 mp.add_key_binding("D", "cycle-deinterlace-pullup", cycle_deinterlace_pullup_handler)
H A Dautodeint.lua156 mp.add_key_binding("ctrl+d", script_name, start_detect)
H A Dautocrop.lua327 mp.add_key_binding("C", "toggle_crop", on_toggle)
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/swig/
H A DFl_Text_Editor.i20 %ignore Fl_Text_Editor::add_key_binding(int key, int state, Key_Func f, Key_Binding** list);
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Editor.cxx167 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
226 void Fl_Text_Editor::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor
798 add_key_binding(FL_Tab, 0, kf_ignore); in tab_nav()
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A Dfunction_panel.fl116 code1 {f_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation);}
316 code1 {decl_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation);}
400 code1 {data_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation);}
449 code1 {c_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation);}
H A Dfunction_panel.cxx125 f_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation); in make_function_panel()
409 decl_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation); in make_decl_panel()
516 data_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation); in make_data_panel()
596 c_comment_input->add_key_binding(FL_Tab, 0, use_tab_navigation); in make_class_panel()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Editor_mod_1_1.cxx123 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
164 Fl_Text_Editor_mod::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor_mod
H A DFl_Text_Editor_mod_1_3.cxx175 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
215 void Fl_Text_Editor_mod::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor_mod
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Editor.cxx122 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
162 Fl_Text_Editor::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Editor.cxx175 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
214 void Fl_Text_Editor::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Editor_mod.cxx186 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
226 void Fl_Text_Editor_mod::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor_mod
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Editor_mod.cxx186 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
226 void Fl_Text_Editor_mod::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor_mod
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Editor_mod.cxx170 add_key_binding(default_key_bindings[i].key, in add_default_key_bindings()
209 void Fl_Text_Editor_mod::add_key_binding(int key, int state, Key_Func function, in add_key_binding() function in Fl_Text_Editor_mod

12