Package dtk :: Package ui :: Module line :: Class VSeparator

Class VSeparator

source code


Vertically separator.

Instance Methods
 
__init__(self, color_infos, padding_x=0, padding_y=0)
Init vertically separator.
source code
Method Details

__init__(self, color_infos, padding_x=0, padding_y=0)
(Constructor)

source code 

Init vertically separator.

Parameters:
  • color_infos - A list of color info, [(position, (hex_color, alpha_value))]
  • padding_x - Padding value in horizontally.
  • padding_y - Padding value in vertically.