| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class SplitterEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ |NotifyEvent--+ | SplitterEvent
This class represents the events generated by a splitter control.
| Method Summary | |
|---|---|
| SplitterEvent |
This class represents the events generated by a splitter control. |
| int |
Returns the new sash position while in EVT_SPLITTER_SASH_POS_CHANGING and EVT_SPLITTER_SASH_POS_CHANGED events. |
| Window |
Returns a pointer to the window being removed when a splitter window is unsplit. |
| int |
Returns the x coordinate of the double-click point in a EVT_SPLITTER_DCLICK event. |
| int |
Returns the y coordinate of the double-click point in a EVT_SPLITTER_DCLICK event. |
This function is only meaningful during EVT_SPLITTER_SASH_POS_CHANGING and EVT_SPLITTER_SASH_POS_CHANGED events. | |
| Property Summary | |
|---|---|
SashPosition: See GetSashPosition and SetSashPosition | |
thisown: The membership flag | |
WindowBeingRemoved: See GetWindowBeingRemoved | |
X: See GetX | |
Y: See GetY | |
| Method Details |
|---|
__init__(self,
type=wxEVT_NULL,
splitter=(wxSplitterWindow *) NULL)
|
GetSashPosition(self)Returns the new sash position while in EVT_SPLITTER_SASH_POS_CHANGING and EVT_SPLITTER_SASH_POS_CHANGED events.
|
GetWindowBeingRemoved(self)Returns a pointer to the window being removed when a splitter window is unsplit.
|
GetX(self)Returns the x coordinate of the double-click point in a EVT_SPLITTER_DCLICK event.
|
GetY(self)Returns the y coordinate of the double-click point in a EVT_SPLITTER_DCLICK event.
|
SetSashPosition(self, pos)This function is only meaningful during EVT_SPLITTER_SASH_POS_CHANGING and EVT_SPLITTER_SASH_POS_CHANGED events. In the case of _CHANGED events, sets the the new sash position. In the case of _CHANGING events, sets the new tracking bar position so visual feedback during dragging will represent that change that will actually take place. Set to -1 from the event handler code to prevent repositioning.
|
| Property Details |
|---|
SashPositionSee
|
thisownThe membership flag |
WindowBeingRemoved
|
XSee
|
YSee
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:49 2007 | http://epydoc.sf.net |