MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / MaskText

Method MaskText

LibLemon/src/gui/widgets.cpp:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 }
677
678 void TextBox::MaskText(bool state){
679 if(!multiline){
680 masked = state;
681 } else {
682 masked = false;
683 }
684 }
685
686 //////////////////////////
687 // ListView

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected