Skip to content

Instantly share code, notes, and snippets.

@jyr
Created June 5, 2009 06:42
Show Gist options
  • Save jyr/124111 to your computer and use it in GitHub Desktop.
Save jyr/124111 to your computer and use it in GitHub Desktop.
"""
Disabled button
"""
wx.Frame.__init__(self, parent, id, style=wx.DEFAULT_FRAME_STYLE ^(wx.MAXIMIZE_BOX))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment