Version: 2.9.4
Public Member Functions | Public Attributes
wxSplitterRenderParams Struct Reference

#include </home/zeitlin/src/wx/github/interface/wx/renderer.h>


Detailed Description

This is just a simple struct used as a return value of wxRendererNative::GetSplitterParams().

It doesn't have any methods and all of its fields are constant, so they can only be examined but not modified.

Library:  wxBase
Category:  Graphics Device Interface (GDI)

Public Member Functions

 wxSplitterRenderParams (wxCoord widthSash_, wxCoord border_, bool isSens_)
 The only way to initialize this struct is by using this ctor.

Public Attributes

const wxCoord border
 The width of the border drawn by the splitter inside it, may be 0.
const bool isHotSensitive
 true if the sash changes appearance when the mouse passes over it, false otherwise.
const wxCoord widthSash
 The width of the splitter sash.

List of all members.


Constructor & Destructor Documentation

wxSplitterRenderParams::wxSplitterRenderParams ( wxCoord  widthSash_,
wxCoord  border_,
bool  isSens_ 
)

The only way to initialize this struct is by using this ctor.


Member Data Documentation

The width of the border drawn by the splitter inside it, may be 0.

true if the sash changes appearance when the mouse passes over it, false otherwise.

The width of the splitter sash.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines