Home
last modified time | relevance | path

Searched refs:kf_ignore (Results 1 – 23 of 23) sorted by relevance

/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Text_Editor.cxx95 { FL_Escape, FL_TEXT_EDITOR_ANY_STATE, Fl_Text_Editor::kf_ignore },
269 int Fl_Text_Editor::kf_ignore(int, Fl_Text_Editor*) { in kf_ignore() function in Fl_Text_Editor
798 add_key_binding(FL_Tab, 0, kf_ignore); in tab_nav()
820 return (bound_key_function(FL_Tab,0)==kf_ignore) ? 1 : 0; in tab_nav()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A DFl_Text_Editor_mod_1_1.H70 static int kf_ignore(int c, Fl_Text_Editor_mod* e);
H A DFl_Text_Editor_mod_1_3.H99 static int kf_ignore(int c, Fl_Text_Editor_mod* e);
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Text_Editor.H72 static int kf_ignore(int c, Fl_Text_Editor* e);
/dports/comms/flcluster/flcluster-1.0.4/src/include/
H A DFl_Text_Editor_mod.H103 static int kf_ignore(int c, Fl_Text_Editor_mod* e);
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A DFl_Text_Editor_mod.H101 static int kf_ignore(int c, Fl_Text_Editor_mod* e);
/dports/comms/flamp/flamp-2.2.07/src/include/
H A DFl_Text_Editor_mod.H103 static int kf_ignore(int c, Fl_Text_Editor_mod* e);
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Text_Editor.H99 static int kf_ignore(int c, Fl_Text_Editor* e);
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Text_Editor.H99 static int kf_ignore(int c, Fl_Text_Editor* e);
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Text_Editor.H104 static int kf_ignore(int c, Fl_Text_Editor* e);
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A DFl_Text_Editor_mod_1_1.cxx60 { FL_Escape, FL_TEXT_EDITOR_ANY_STATE, Fl_Text_Editor_mod::kf_ignore },
198 int Fl_Text_Editor_mod::kf_ignore(int, Fl_Text_Editor_mod*) { in kf_ignore() function in Fl_Text_Editor_mod
H A DFl_Text_Editor_mod_1_3.cxx102 { FL_Escape, Fl_Text_Editor_mod_ANY_STATE, Fl_Text_Editor_mod::kf_ignore },
250 int Fl_Text_Editor_mod::kf_ignore(int, Fl_Text_Editor_mod*) { in kf_ignore() function in Fl_Text_Editor_mod
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Text_Editor.cxx59 { FL_Escape, FL_TEXT_EDITOR_ANY_STATE, Fl_Text_Editor::kf_ignore },
196 int Fl_Text_Editor::kf_ignore(int, Fl_Text_Editor*) { in kf_ignore() function in Fl_Text_Editor
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Text_Editor.cxx103 { FL_Escape, FL_TEXT_EDITOR_ANY_STATE, Fl_Text_Editor::kf_ignore },
249 int Fl_Text_Editor::kf_ignore(int, Fl_Text_Editor*) { in kf_ignore() function in Fl_Text_Editor
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A DFl_Text_Editor_mod.cxx113 { FL_Escape, Fl_Text_Editor_mod_ANY_STATE, Fl_Text_Editor_mod::kf_ignore },
261 int Fl_Text_Editor_mod::kf_ignore(int, Fl_Text_Editor_mod*) { in kf_ignore() function in Fl_Text_Editor_mod
/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A DFl_Text_Editor_mod.cxx113 { FL_Escape, Fl_Text_Editor_mod_ANY_STATE, Fl_Text_Editor_mod::kf_ignore },
261 int Fl_Text_Editor_mod::kf_ignore(int, Fl_Text_Editor_mod*) { in kf_ignore() function in Fl_Text_Editor_mod
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A DFl_Text_Editor_mod.cxx98 { FL_Escape, Fl_Text_Editor_mod_ANY_STATE, Fl_Text_Editor_mod::kf_ignore },
244 int Fl_Text_Editor_mod::kf_ignore(int, Fl_Text_Editor_mod*) { in kf_ignore() function in Fl_Text_Editor_mod
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Text_Editor.cxx103 { FL_Escape, FL_TEXT_EDITOR_ANY_STATE, Fl_Text_Editor::kf_ignore },
249 int Fl_Text_Editor::kf_ignore(int, Fl_Text_Editor*) { in kf_ignore() function in Fl_Text_Editor
/dports/x11-toolkits/ntk/ntk/fluid/
H A DCodeEditor.cxx412 default_key_function(kf_ignore); in CodeViewer()
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A DCodeEditor.cxx412 default_key_function(kf_ignore); in CodeViewer()
/dports/x11-toolkits/fltk/fltk-1.3.8/fluid/
H A DCodeEditor.cxx425 default_key_function(kf_ignore); in CodeViewer()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/
H A D__init__.py11421 def kf_ignore(*args): member in Fl_Text_Editor
11425 kf_ignore = staticmethod(kf_ignore) variable in Fl_Text_Editor
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp115024 result = (int)Fl_Text_Editor::kf_ignore(arg1,arg2); in _wrap_Fl_Text_Editor_kf_ignore()