Home
last modified time | relevance | path

Searched refs:bound_key_function (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Text_Editor.H88 Key_Func bound_key_function(int key, int state, Key_Binding* list);
90 Key_Func bound_key_function(int key, int state) in bound_key_function() function
91 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
94 Key_Func bound_key_function(int key, int state, Key_Binding* list) const;
96 Key_Func bound_key_function(int key, int state) const in bound_key_function() function
97 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A DFl_Text_Editor_mod_1_1.H63 Key_Func bound_key_function(int key, int state, Key_Binding* list);
64 Key_Func bound_key_function(int key, int state) in bound_key_function() function
65 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
H A DFl_Text_Editor_mod_1_3.H90 Key_Func bound_key_function(int key, int state, Key_Binding* list);
92 Key_Func bound_key_function(int key, int state) in bound_key_function() function
93 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Text_Editor.H65 Key_Func bound_key_function(int key, int state, Key_Binding* list);
66 Key_Func bound_key_function(int key, int state) in bound_key_function() function
67 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/comms/flcluster/flcluster-1.0.4/src/include/
H A DFl_Text_Editor_mod.H94 Key_Func bound_key_function(int key, int state, Key_Binding* list);
96 Key_Func bound_key_function(int key, int state) in bound_key_function() function
97 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A DFl_Text_Editor_mod.H92 Key_Func bound_key_function(int key, int state, Key_Binding* list);
94 Key_Func bound_key_function(int key, int state) in bound_key_function() function
95 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/comms/flamp/flamp-2.2.07/src/include/
H A DFl_Text_Editor_mod.H94 Key_Func bound_key_function(int key, int state, Key_Binding* list);
96 Key_Func bound_key_function(int key, int state) in bound_key_function() function
97 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Text_Editor.H90 Key_Func bound_key_function(int key, int state, Key_Binding* list);
92 Key_Func bound_key_function(int key, int state) in bound_key_function() function
93 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Text_Editor.H90 Key_Func bound_key_function(int key, int state, Key_Binding* list);
92 Key_Func bound_key_function(int key, int state) in bound_key_function() function
93 { return bound_key_function(key, state, key_bindings); } in bound_key_function()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/swig/
H A DFl_Text_Editor.i24 %ignore Fl_Text_Editor::bound_key_function(int key, int state, Key_Binding* list);
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Editor.cxx177 Fl_Text_Editor::Key_Func Fl_Text_Editor::bound_key_function(int key, int state, Key_Binding* list) in bound_key_function() function in Fl_Text_Editor
180 Fl_Text_Editor::Key_Func Fl_Text_Editor::bound_key_function(int key, int state, Key_Binding* list) … in bound_key_function()
660 f = bound_key_function(key, state, global_key_bindings); in handle_key()
661 if (!f) f = bound_key_function(key, state, key_bindings); in handle_key()
820 return (bound_key_function(FL_Tab,0)==kf_ignore) ? 1 : 0; in tab_nav()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Editor_mod_1_1.cxx131 Fl_Text_Editor_mod::bound_key_function(int key, int state, Key_Binding* list) { in bound_key_function() function in Fl_Text_Editor_mod
421 f = bound_key_function(key, state, global_key_bindings); in handle_key()
422 if (!f) f = bound_key_function(key, state, key_bindings); in handle_key()
H A DFl_Text_Editor_mod_1_3.cxx183 Fl_Text_Editor_mod::Key_Func Fl_Text_Editor_mod::bound_key_function(int key, int state, Key_Binding… in bound_key_function() function in Fl_Text_Editor_mod
548 f = bound_key_function(key, state, global_key_bindings); in handle_key()
550 if (!f && key_bindings) f = bound_key_function(key, state, key_bindings); in handle_key()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Editor.cxx130 Fl_Text_Editor::bound_key_function(int key, int state, Key_Binding* list) { in bound_key_function() function in Fl_Text_Editor
419 f = bound_key_function(key, state, global_key_bindings); in handle_key()
420 if (!f) f = bound_key_function(key, state, key_bindings); in handle_key()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Editor.cxx183 Fl_Text_Editor::Key_Func Fl_Text_Editor::bound_key_function(int key, int state, Key_Binding* list) { in bound_key_function() function in Fl_Text_Editor
544 f = bound_key_function(key, state, global_key_bindings); in handle_key()
545 if (!f) f = bound_key_function(key, state, key_bindings); in handle_key()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Editor_mod.cxx194 Fl_Text_Editor_mod::Key_Func Fl_Text_Editor_mod::bound_key_function(int key, int state, Key_Binding… in bound_key_function() function in Fl_Text_Editor_mod
559 f = bound_key_function(key, state, global_key_bindings); in handle_key()
561 if (!f && key_bindings) f = bound_key_function(key, state, key_bindings); in handle_key()
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Editor_mod.cxx194 Fl_Text_Editor_mod::Key_Func Fl_Text_Editor_mod::bound_key_function(int key, int state, Key_Binding… in bound_key_function() function in Fl_Text_Editor_mod
559 f = bound_key_function(key, state, global_key_bindings); in handle_key()
561 if (!f && key_bindings) f = bound_key_function(key, state, key_bindings); in handle_key()
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Editor_mod.cxx178 Fl_Text_Editor_mod::Key_Func Fl_Text_Editor_mod::bound_key_function(int key, int state, Key_Binding… in bound_key_function() function in Fl_Text_Editor_mod
539 f = bound_key_function(key, state, global_key_bindings); in handle_key()
540 if (!f) f = bound_key_function(key, state, key_bindings); in handle_key()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Text_Editor.cxx183 Fl_Text_Editor::Key_Func Fl_Text_Editor::bound_key_function(int key, int state, Key_Binding* list) { in bound_key_function() function in Fl_Text_Editor
544 f = bound_key_function(key, state, global_key_bindings); in handle_key()
545 if (!f) f = bound_key_function(key, state, key_bindings); in handle_key()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py11408 def bound_key_function(self, *args): member in Fl_Text_Editor
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp114933 result = (Fl_Text_Editor::Key_Func)(arg1)->bound_key_function(arg2,arg3); in _wrap_Fl_Text_Editor_bound_key_function()