wx.SplitterRenderParams

Inheritance diagram for 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

Properties Summary

Class API

Methods

__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

border
isHotSensitive
widthSash