Package dtk :: Package ui :: Module button :: Class MaxButton

Class MaxButton

source code


MaxButton class.

Instance Methods
 
__init__(self, sub_dir="button", max_path_prefix="window_max", unmax_path_prefix="window_unmax")
Initialize MaxButton class.
source code
Method Details

__init__(self, sub_dir="button", max_path_prefix="window_max", unmax_path_prefix="window_unmax")
(Constructor)

source code 

Initialize MaxButton class.

Parameters:
  • sub_dir - Subdirectory of button images.
  • max_path_prefix - Image path prefix for maximise status.
  • unmax_path_prefix - Image path prefix for un-maximise status.