@includeSpecialCharacters = false | |
specialChrsCheck = FXCheckButton.new(hFrame2, "Include special characters in password") | |
specialChrsCheck.connect(SEL_COMMAND) { @includeSpecialCharacters ^= true } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment