Package gui :: Package analyses :: Module auto_model_free :: Class About_window
[hide private]
[frames] | no frames]

Class About_window

source code


The model-free about window.

Instance Methods [hide private]
 
__init__(self, parent)
Set up the user function class.
source code
 
build_widget(self)
Build the dialog using the dauvergne_protocol docstring.
source code

Inherited from about.About_base: add_html, create_buffered_dc, cursor_style, draw_title, draw_url, draw_wrapped_text, generate, offset, process_click, set_background, split_refs, virtual_size

Class Variables [hide private]
  colour1 = '#e5feff'
hash(x)
  colour2 = '#88cbff'
hash(x)
  dim_x = 800
  dim_y = 800
  max_y = 2500
hash(x)
  border = 10
  style = wx.DEFAULT_DIALOG_STYLE
  DESTROY_ON_CLICK = False

Inherited from about.About_base: SCROLL_RATE, max_x

Method Details [hide private]

__init__(self, parent)
(Constructor)

source code 

Set up the user function class.

Overrides: about.About_base.__init__

build_widget(self)

source code 

Build the dialog using the dauvergne_protocol docstring.

Overrides: about.About_base.build_widget