| 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. |
__repr__(self)
| |
| 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. | |
| 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.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:04:47 2006 | http://epydoc.sf.net |