__init__(self,
widthSash_,
border_,
isSens_)
(Constructor)
This is just a simple struct used as a return value of
wx.RendererNative.GetSplitterParams and contains some platform
specific metrics about splitters.
- widthSash: the width of the splitter sash.
- border: the width of the border of the splitter window.
- isHotSensitive: True if the splitter changes its
appearance when the mouse is over it.
-
- Parameters:
widthSash_
(type=int)
border_
(type=int)
isSens_
(type=bool)
- Returns:
-
SplitterRenderParams
- Overrides:
__builtin__.object.__init__
|