Skip to content

Instantly share code, notes, and snippets.

@jameshibbard
Created September 2, 2012 19:04
Show Gist options
  • Select an option

  • Save jameshibbard/3603262 to your computer and use it in GitHub Desktop.

Select an option

Save jameshibbard/3603262 to your computer and use it in GitHub Desktop.
Include Secial Charaters
@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