Package dtk :: Package ui :: Module panel :: Class Panel

Class Panel

source code


Panel.

Instance Methods
 
__init__(self, width, height, window_type=gtk.WINDOW_TOPLEVEL)
Initialize Panel class.
source code
 
show_panel(self)
Show panel.
source code
 
hide_panel(self)
Hide panel.
source code
 
resize_panel(self, w, h)
Resize panel.
source code
Method Details

__init__(self, width, height, window_type=gtk.WINDOW_TOPLEVEL)
(Constructor)

source code 

Initialize Panel class.

Parameters:
  • width - Initialize panel width.
  • height - Initialize panel height.
  • window_type - Window type, default is gtk.WINDOW_TOPLEVEL.

resize_panel(self, w, h)

source code 

Resize panel.

Parameters:
  • w - Resize width.
  • h - Resize height.