Package dtk :: Package ui :: Module talk_view :: Class TalkView

Class TalkView

source code


View widget for Deepin Talk.

Instance Methods
 
__init__(self, right_space=2, top_bottom_space=3)
Initialize TalkView class.
source code

Inherited from scrolled_window.ScrolledWindow: add_child, add_with_viewport, get_hadjustment, get_vadjustment, set_hadjustment, set_vadjustment

Method Details

__init__(self, right_space=2, top_bottom_space=3)
(Constructor)

source code 

Initialize TalkView class.

Parameters:
  • right_space - the space between right border and the vertical scroolbar.
  • top_bottom_space - the space between top border and the vertical scroolbar.
Overrides: scrolled_window.ScrolledWindow.__init__