*********************** wx.SplitterRenderParams *********************** Inheritance diagram for `wx.SplitterRenderParams`: | .. inheritance-diagram:: wx.SplitterRenderParams | Description =========== This is just a simple ``struct`` used as a return value of `wx.RendererNative.GetSplitterParams `_. It doesn't have any methods and all of its fields are constant and so can be only examined but not modified. Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `border <#border>`_ * `isHotSensitive <#isHotSensitive>`_ * `widthSash <#widthSash>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(widthSash, border, isHotSensitive) This is just a simple struct used as a return value of `wx.RendererNative.GetSplitterParams `_ and contains some platform specific metrics about splitters. **Parameters:** * `widthSash` (int): the width of the splitter sash. * `border` (int): the width of the border of the splitter window. * `isHotSensitive` (bool): ``True`` if the splitter changes its appearance when the mouse is over it. | **Returns:** `wx.SplitterRenderParams `_ -------- Properties ^^^^^^^^^^ .. attribute:: border .. attribute:: isHotSensitive .. attribute:: widthSash