Package wx :: Class SplitterRenderParams
[frames | no frames]

Type SplitterRenderParams

object --+
         |
        SplitterRenderParams


This is just a simple struct used as a return value of wx.RendererNative.GetSplitterParams and contains some platform specific metrics about splitters.


Method Summary
SplitterRenderParams __init__(self, widthSash_, border_, isSens_)
This is just a simple struct used as a return value of wx.RendererNative.GetSplitterParams and contains some platform specific metrics about splitters.
  __del__(self)
  __repr__(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Property Summary
  border
  isHotSensitive
  widthSash

Method Details

__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__

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:43:07 2007 http://epydoc.sf.net