wxsplitterrenderparamsthis 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 and so can be only examined but not modified. include files <wx/renderer.h> members
wxevent::widthsash
wxevent::widthsashconst wxcoord widthsash the width of the splitter sash.
wxsplitterrenderparams::borderconst wxcoord border the width of the border drawn by the splitter inside it, may be 0.
wxsplitterrenderparams::ishotsensitiveconst bool ishotsensitive true if the sash changes appearance when the mouse passes over it, false otherwise.
|