Package gui :: Module about :: Class About_relax
[hide private]
[frames] | no frames]

Class About_relax

source code


The about relax dialog.

Instance Methods [hide private]
 
__init__(self, parent=None, id=-1, title="About relax")
Build the dialog.
source code
 
build_widget(self)
Build the about dialog.
source code
 
draw_copyright(self)
Draw the copyright statements.
source code
 
draw_desc_long(self)
Draw the long relax description.
source code
 
draw_description(self)
Draw the relax description text.
source code
 
draw_icon(self)
Draw the relax icon on the canvas.
source code
 
draw_licence(self)
Draw the relax licence text.
source code

Inherited from 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 = 450
  dim_y = 700
  border = 10

Inherited from About_base: DESTROY_ON_CLICK, SCROLL_RATE, max_x, max_y, style

Method Details [hide private]

__init__(self, parent=None, id=-1, title="About relax")
(Constructor)

source code 

Build the dialog.

Overrides: About_base.__init__

build_widget(self)

source code 

Build the about dialog.

Overrides: About_base.build_widget