Home
last modified time | relevance | path

Searched refs:FL_SECRET_INPUT (Results 1 – 25 of 46) sorted by relevance

12

/dports/x11-toolkits/xforms/xforms-1.2.4/demos/
H A Dsecretinput.c50 password1 = fl_add_input( FL_SECRET_INPUT, 140, 40, 160, 40, "Password 1:" ); in main()
53 password2 = fl_add_input( FL_SECRET_INPUT, 140, 100, 160, 40, in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/xforms/examples/
H A Dsecretinput.pp15 password1 := fl_add_input(FL_SECRET_INPUT,140,40,160,40,'Password 1:');
16 password2 := fl_add_input(FL_SECRET_INPUT,140,100,160,40,'Password 2:');
H A Dinputall.pp65 obj := fl_add_input(FL_SECRET_INPUT,230,150,160,30,'Secretinput');
/dports/x11-toolkits/fpc-xforms/fpc-3.2.2/packages/xforms/examples/
H A Dsecretinput.pp15 password1 := fl_add_input(FL_SECRET_INPUT,140,40,160,40,'Password 1:');
16 password2 := fl_add_input(FL_SECRET_INPUT,140,100,160,40,'Password 2:');
H A Dinputall.pp65 obj := fl_add_input(FL_SECRET_INPUT,230,150,160,30,'Secretinput');
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Input_.cxx65 if (input_type()==FL_SECRET_INPUT) { in expand()
128 if (input_type()==FL_SECRET_INPUT) { in expandpos()
442 if (input_type() == FL_SECRET_INPUT) return size(); in word_end()
462 if (input_type() == FL_SECRET_INPUT) return 0; in word_start()
525 if (itype == FL_SECRET_INPUT) return 0; in strict_word_start()
532 if (itype == FL_SECRET_INPUT) return len; in strict_word_end()
729 if (input_type() == FL_SECRET_INPUT) e = b; in copy()
872 if (input_type() == FL_SECRET_INPUT) yankcut = 0; else yankcut = undocut; in replace()
979 if (!yankcut || input_type()==FL_SECRET_INPUT) return 0; in copy_cuts()
H A DFl_Input.cxx656 if (Fl::focus()==this && !Fl::event_state(FL_SHIFT) && input_type()!=FL_SECRET_INPUT && in handle()
841 type(FL_SECRET_INPUT); in Fl_Secret_Input()
H A Dfl_ask.cxx595 const char* r = input_innards(fmt, ap, defstr, FL_SECRET_INPUT); in fl_password()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Input_.cxx61 if (input_type()==FL_SECRET_INPUT) { in expand()
119 if (input_type()==FL_SECRET_INPUT) n = e-p; in expandpos()
354 if (input_type() == FL_SECRET_INPUT) return size(); in word_end()
361 if (input_type() == FL_SECRET_INPUT) return 0; in word_start()
523 if (input_type() == FL_SECRET_INPUT) e = b; in copy()
593 if (input_type() == FL_SECRET_INPUT) yankcut = 0; else yankcut = undocut; in replace()
681 if (!yankcut || input_type()==FL_SECRET_INPUT) return 0; in copy_cuts()
H A Dfl_ask.cxx389 const char* r = input_innards(fmt, ap, defstr, FL_SECRET_INPUT); in fl_password()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/FL/
H A DFl_Secret_Input.H36 : Fl_Input(X,Y,W,H,l) {type(FL_SECRET_INPUT);} in Fl_Input()
H A DFl_Input_.H40 #define FL_SECRET_INPUT 5 macro
/dports/x11-toolkits/ntk/ntk/FL/
H A DFl_Secret_Input.H56 : Fl_Input(X,Y,W,H,l) {type(FL_SECRET_INPUT);}
H A DFl_Input_.H43 #define FL_SECRET_INPUT 5 macro
/dports/math/giacxcas/fltk-1.3.0/FL/
H A DFl_Secret_Input.H56 : Fl_Input(X,Y,W,H,l) {type(FL_SECRET_INPUT);}
H A DFl_Input_.H43 #define FL_SECRET_INPUT 5 macro
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Input_.cxx74 if (input_type()==FL_SECRET_INPUT) { in expand()
137 if (input_type()==FL_SECRET_INPUT) { in expandpos()
426 if (input_type() == FL_SECRET_INPUT) return size(); in word_end()
444 if (input_type() == FL_SECRET_INPUT) return 0; in word_start()
698 if (input_type() == FL_SECRET_INPUT) e = b; in copy()
803 if (input_type() == FL_SECRET_INPUT) yankcut = 0; else yankcut = undocut; in replace()
910 if (!yankcut || input_type()==FL_SECRET_INPUT) return 0; in copy_cuts()
H A DFl_Input.cxx653 if (Fl::focus()==this && !Fl::event_state(FL_SHIFT) && input_type()!=FL_SECRET_INPUT && in handle()
815 type(FL_SECRET_INPUT); in Fl_Secret_Input()
H A Dfl_ask.cxx490 const char* r = input_innards(fmt, ap, defstr, FL_SECRET_INPUT); in fl_password()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Input_.cxx74 if (input_type()==FL_SECRET_INPUT) { in expand()
137 if (input_type()==FL_SECRET_INPUT) { in expandpos()
426 if (input_type() == FL_SECRET_INPUT) return size(); in word_end()
444 if (input_type() == FL_SECRET_INPUT) return 0; in word_start()
698 if (input_type() == FL_SECRET_INPUT) e = b; in copy()
803 if (input_type() == FL_SECRET_INPUT) yankcut = 0; else yankcut = undocut; in replace()
910 if (!yankcut || input_type()==FL_SECRET_INPUT) return 0; in copy_cuts()
H A DFl_Input.cxx653 if (Fl::focus()==this && !Fl::event_state(FL_SHIFT) && input_type()!=FL_SECRET_INPUT && in handle()
815 type(FL_SECRET_INPUT); in Fl_Secret_Input()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/include/
H A Dinput.h37 FL_SECRET_INPUT enumerator
/dports/x11-toolkits/fltk/fltk-1.3.8/FL/
H A DFl_Input_.H34 #define FL_SECRET_INPUT 5 macro
/dports/x11-toolkits/xforms/xforms-1.2.4/demos/fd/
H A Dinputall_gui.fd111 type: FL_SECRET_INPUT
/dports/comms/fldigi/fldigi-4.1.20/src/dxcluster/
H A Ddx_dialog.fl68 code1 {o->type(FL_SECRET_INPUT);}
74 callback {inp_dxcc_password->type(inp_dxcc_password->type() ^ FL_SECRET_INPUT);

12