Home
last modified time | relevance | path

Searched refs:custom_filter_label (Results 1 – 11 of 11) sorted by relevance

/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_File_Chooser2.cxx88 const char *Fl_File_Chooser::custom_filter_label = "Custom Filter"; member in Fl_File_Chooser
741 showChoice->add(custom_filter_label);
930 if (strcmp(item, custom_filter_label) == 0) {
931 if ((item = fl_input(custom_filter_label, pattern_)) != NULL) {
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_File_Chooser.H166 static const char *custom_filter_label; variable
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_File_Chooser2.cxx385 const char *Fl_File_Chooser::custom_filter_label = "Custom Filter"; member in Fl_File_Chooser
1041 showChoice->add(custom_filter_label);
1231 if (strcmp(item, custom_filter_label) == 0) {
1232 if ((item = fl_input("%s", pattern_, custom_filter_label)) != NULL) {
H A DFl_File_Chooser.fl390 decl {static const char *custom_filter_label;} {
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_File_Chooser2.cxx386 const char *Fl_File_Chooser::custom_filter_label = "Custom Filter"; member in Fl_File_Chooser
1046 showChoice->add(custom_filter_label);
1235 if (strcmp(item, custom_filter_label) == 0) {
1236 if ((item = fl_input("%s", pattern_, custom_filter_label)) != NULL) {
H A DFl_File_Chooser.fl408 decl {static const char *custom_filter_label;} {
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_File_Chooser2.cxx385 const char *Fl_File_Chooser::custom_filter_label = "Custom Filter"; member in Fl_File_Chooser
1040 showChoice->add(custom_filter_label);
1229 if (strcmp(item, custom_filter_label) == 0) {
1230 if ((item = fl_input("%s", pattern_, custom_filter_label)) != NULL) {
H A DFl_File_Chooser.fl390 decl {static const char *custom_filter_label;} {
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_File_Chooser.H182 static const char *custom_filter_label; variable
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_File_Chooser.H184 static const char *custom_filter_label; variable
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_File_Chooser.H184 static const char *custom_filter_label; variable