2003-11-12 21:34:20 +00:00
/////////////////////////////////////////////////////////////////////////////
// Name: stc.i
// Purpose: Wrappers for the wxStyledTextCtrl.
//
// Author: Robin Dunn
//
// Created: 12-Oct-1999
// RCS-ID: $Id$
// Copyright: (c) 2000 by Total Control Software
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
2004-05-14 21:25:33 +00:00
% define D O C S T R I N G
" T h e ` S t y l e d T e x t C t r l ` p r o v i d e s a text editor t h a t c a n u s e d as a s y n t a x
h i g h l i g h t i n g source code editor , or s i m i l a r . L e x e r s for s e v e r a l p r o g r a m m i n g
languages a r e b u i l t - i n . "
% e n d def
2004-06-02 02:29:55 +00:00
% m o d u l e ( p a c k a g e = "wx" , d o c s t r i n g = D O C S T R I N G ) s t c
2003-11-12 21:34:20 +00:00
% {
# i n c l u d e "wx/wxPython/wxPython.h"
# i n c l u d e "wx/wxPython/pyclasses.h"
# i n c l u d e < w x / s t c / s t c . h >
% }
//---------------------------------------------------------------------------
% import c o r e . i
2004-02-06 22:15:41 +00:00
% import m i s c . i // for DnD
2005-04-19 22:30:40 +00:00
//%import gdi.i // for wxFontEncoding
2004-04-25 06:51:10 +00:00
% p y t h o n c o d e { w x = _ c o r e }
2004-04-27 19:26:48 +00:00
% p y t h o n c o d e { _ _ d o c f i l t e r _ _ = w x . _ _ D o c F i l t e r ( g l o b a l s ( ) ) }
2003-11-12 21:34:20 +00:00
2003-12-20 01:01:49 +00:00
M A K E _ C O N S T _ W X S T R I N G ( S T C N a m e S t r ) ;
2005-04-16 21:41:28 +00:00
% i n c l u d e _ s t c _ d o c s t r i n g s . i
2003-11-12 21:34:20 +00:00
2005-04-19 22:30:40 +00:00
enum w x F o n t E n c o d i n g ; // forward declare
2004-06-01 21:26:42 +00:00
M u s t H a v e A p p ( w x S t y l e d T e x t C t r l ) ;
2003-11-12 21:34:20 +00:00
//---------------------------------------------------------------------------
// Get all our defs from the REAL header file.
% i n c l u d e s t c . h
2006-09-01 23:57:15 +00:00
% e x t e n d w x S t y l e d T e x t C t r l {
2006-08-31 16:02:23 +00:00
% p y t h o n c o d e {
G e t C a r e t L i n e B a c k = G e t C a r e t L i n e B a c k g r o u n d
S e t C a r e t L i n e B a c k = S e t C a r e t L i n e B a c k g r o u n d
}
2006-09-26 00:26:35 +00:00
% property ( A n c h o r , G e t A n c h o r , S e t A n c h o r , d o c = "See `GetAnchor` and `SetAnchor`" ) ;
% property ( B a c k S p a c e U n I n d e n t s , G e t B a c k S p a c e U n I n d e n t s , S e t B a c k S p a c e U n I n d e n t s , d o c = "See `GetBackSpaceUnIndents` and `SetBackSpaceUnIndents`" ) ;
% property ( B u f f e r e d D r a w , G e t B u f f e r e d D r a w , S e t B u f f e r e d D r a w , d o c = "See `GetBufferedDraw` and `SetBufferedDraw`" ) ;
% property ( C a r e t F o r e g r o u n d , G e t C a r e t F o r e g r o u n d , S e t C a r e t F o r e g r o u n d , d o c = "See `GetCaretForeground` and `SetCaretForeground`" ) ;
% property ( C a r e t L i n e B a c k , G e t C a r e t L i n e B a c k , S e t C a r e t L i n e B a c k , d o c = "See `GetCaretLineBack` and `SetCaretLineBack`" ) ;
% property ( C a r e t L i n e B a c k A l p h a , G e t C a r e t L i n e B a c k A l p h a , S e t C a r e t L i n e B a c k A l p h a , d o c = "See `GetCaretLineBackAlpha` and `SetCaretLineBackAlpha`" ) ;
% property ( C a r e t L i n e B a c k g r o u n d , G e t C a r e t L i n e B a c k g r o u n d , S e t C a r e t L i n e B a c k g r o u n d , d o c = "See `GetCaretLineBackground` and `SetCaretLineBackground`" ) ;
% property ( C a r e t L i n e V i s i b l e , G e t C a r e t L i n e V i s i b l e , S e t C a r e t L i n e V i s i b l e , d o c = "See `GetCaretLineVisible` and `SetCaretLineVisible`" ) ;
% property ( C a r e t P e r i o d , G e t C a r e t P e r i o d , S e t C a r e t P e r i o d , d o c = "See `GetCaretPeriod` and `SetCaretPeriod`" ) ;
% property ( C a r e t S t i c k y , G e t C a r e t S t i c k y , S e t C a r e t S t i c k y , d o c = "See `GetCaretSticky` and `SetCaretSticky`" ) ;
% property ( C a r e t W i d t h , G e t C a r e t W i d t h , S e t C a r e t W i d t h , d o c = "See `GetCaretWidth` and `SetCaretWidth`" ) ;
% property ( CodePage , G e t C o d e P a g e , S e t C o d e P a g e , d o c = "See `GetCodePage` and `SetCodePage`" ) ;
% property ( C o n t r o l C h a r S y m b o l , G e t C o n t r o l C h a r S y m b o l , S e t C o n t r o l C h a r S y m b o l , d o c = "See `GetControlCharSymbol` and `SetControlCharSymbol`" ) ;
% property ( C u r L i n e , G e t C u r L i n e , d o c = "See `GetCurLine`" ) ;
% property ( C u r L i n e R a w , G e t C u r L i n e R a w , d o c = "See `GetCurLineRaw`" ) ;
% property ( C u r L i n e U T F 8 , G e t C u r L i n e U T F 8 , d o c = "See `GetCurLineUTF8`" ) ;
% property ( C u r r e n t L i n e , G e t C u r r e n t L i n e , d o c = "See `GetCurrentLine`" ) ;
% property ( C u r r e n t P o s , G e t C u r r e n t P o s , S e t C u r r e n t P o s , d o c = "See `GetCurrentPos` and `SetCurrentPos`" ) ;
% property ( D o c P o i n t e r , G e t D o c P o i n t e r , S e t D o c P o i n t e r , d o c = "See `GetDocPointer` and `SetDocPointer`" ) ;
% property ( E O L M o d e , G e t E O L M o d e , S e t E O L M o d e , d o c = "See `GetEOLMode` and `SetEOLMode`" ) ;
% property ( E d g e C o l o u r , G e t E d g e C o l o u r , S e t E d g e C o l o u r , d o c = "See `GetEdgeColour` and `SetEdgeColour`" ) ;
% property ( E d g e C o l u m n , G e t E d g e C o l u m n , S e t E d g e C o l u m n , d o c = "See `GetEdgeColumn` and `SetEdgeColumn`" ) ;
% property ( E d g e M o d e , G e t E d g e M o d e , S e t E d g e M o d e , d o c = "See `GetEdgeMode` and `SetEdgeMode`" ) ;
% property ( E n d A t L a s t L i n e , G e t E n d A t L a s t L i n e , S e t E n d A t L a s t L i n e , d o c = "See `GetEndAtLastLine` and `SetEndAtLastLine`" ) ;
% property ( E n d S t y l e d , G e t E n d S t y l e d , d o c = "See `GetEndStyled`" ) ;
% property ( F i r s t V i s i b l e L i n e , G e t F i r s t V i s i b l e L i n e , d o c = "See `GetFirstVisibleLine`" ) ;
% property ( H i g h l i g h t G u i d e , G e t H i g h l i g h t G u i d e , S e t H i g h l i g h t G u i d e , d o c = "See `GetHighlightGuide` and `SetHighlightGuide`" ) ;
% property ( I n d e n t , G e t I n d e n t , S e t I n d e n t , d o c = "See `GetIndent` and `SetIndent`" ) ;
% property ( I n d e n t a t i o n G u i d e s , G e t I n d e n t a t i o n G u i d e s , S e t I n d e n t a t i o n G u i d e s , d o c = "See `GetIndentationGuides` and `SetIndentationGuides`" ) ;
% property ( L a s t K e y d o w n P r o c e s s e d , G e t L a s t K e y d o w n P r o c e s s e d , S e t L a s t K e y d o w n P r o c e s s e d , d o c = "See `GetLastKeydownProcessed` and `SetLastKeydownProcessed`" ) ;
% property ( L a y o u t C a c h e , G e t L a y o u t C a c h e , S e t L a y o u t C a c h e , d o c = "See `GetLayoutCache` and `SetLayoutCache`" ) ;
% property ( Length , G e t L e n g t h , d o c = "See `GetLength`" ) ;
% property ( L e x e r , G e t L e x e r , S e t L e x e r , d o c = "See `GetLexer` and `SetLexer`" ) ;
% property ( L i n e C o u n t , G e t L i n e C o u n t , d o c = "See `GetLineCount`" ) ;
% property ( M a r g i n L e f t , G e t M a r g i n L e f t , S e t M a r g i n L e f t , d o c = "See `GetMarginLeft` and `SetMarginLeft`" ) ;
% property ( M a r g i n R i g h t , G e t M a r g i n R i g h t , S e t M a r g i n R i g h t , d o c = "See `GetMarginRight` and `SetMarginRight`" ) ;
% property ( M a x L i n e S t a t e , G e t M a x L i n e S t a t e , d o c = "See `GetMaxLineState`" ) ;
% property ( M o d E v e n t M a s k , G e t M o d E v e n t M a s k , S e t M o d E v e n t M a s k , d o c = "See `GetModEventMask` and `SetModEventMask`" ) ;
% property ( M o d i f y , G e t M o d i f y , d o c = "See `GetModify`" ) ;
% property ( M o u s e D o w n C a p t u r e s , G e t M o u s e D o w n C a p t u r e s , S e t M o u s e D o w n C a p t u r e s , d o c = "See `GetMouseDownCaptures` and `SetMouseDownCaptures`" ) ;
% property ( M o u s e D w e l l T i m e , G e t M o u s e D w e l l T i m e , S e t M o u s e D w e l l T i m e , d o c = "See `GetMouseDwellTime` and `SetMouseDwellTime`" ) ;
% property ( O v e r t y p e , G e t O v e r t y p e , S e t O v e r t y p e , d o c = "See `GetOvertype` and `SetOvertype`" ) ;
% property ( P a s t e C o n v e r t E n d i n g s , G e t P a s t e C o n v e r t E n d i n g s , S e t P a s t e C o n v e r t E n d i n g s , d o c = "See `GetPasteConvertEndings` and `SetPasteConvertEndings`" ) ;
% property ( P r i n t C o l o u r M o d e , G e t P r i n t C o l o u r M o d e , S e t P r i n t C o l o u r M o d e , d o c = "See `GetPrintColourMode` and `SetPrintColourMode`" ) ;
% property ( P r i n t M a g n i f i c a t i o n , G e t P r i n t M a g n i f i c a t i o n , S e t P r i n t M a g n i f i c a t i o n , d o c = "See `GetPrintMagnification` and `SetPrintMagnification`" ) ;
% property ( P r i n t W r a p M o d e , G e t P r i n t W r a p M o d e , S e t P r i n t W r a p M o d e , d o c = "See `GetPrintWrapMode` and `SetPrintWrapMode`" ) ;
% property ( R e a d O n l y , G e t R e a d O n l y , S e t R e a d O n l y , d o c = "See `GetReadOnly` and `SetReadOnly`" ) ;
% property ( S T C C u r s o r , G e t S T C C u r s o r , S e t S T C C u r s o r , d o c = "See `GetSTCCursor` and `SetSTCCursor`" ) ;
% property ( S T C F o c u s , G e t S T C F o c u s , S e t S T C F o c u s , d o c = "See `GetSTCFocus` and `SetSTCFocus`" ) ;
% property ( S c r o l l W i d t h , G e t S c r o l l W i d t h , S e t S c r o l l W i d t h , d o c = "See `GetScrollWidth` and `SetScrollWidth`" ) ;
% property ( S e a r c h F l a g s , G e t S e a r c h F l a g s , S e t S e a r c h F l a g s , d o c = "See `GetSearchFlags` and `SetSearchFlags`" ) ;
% property ( S e l A l p h a , G e t S e l A l p h a , S e t S e l A l p h a , d o c = "See `GetSelAlpha` and `SetSelAlpha`" ) ;
% property ( S e l e c t e d T e x t , G e t S e l e c t e d T e x t , d o c = "See `GetSelectedText`" ) ;
% property ( S e l e c t e d T e x t R a w , G e t S e l e c t e d T e x t R a w , d o c = "See `GetSelectedTextRaw`" ) ;
% property ( S e l e c t e d T e x t U T F 8 , G e t S e l e c t e d T e x t U T F 8 , d o c = "See `GetSelectedTextUTF8`" ) ;
% property ( Selection , G e t S e l e c t i o n , S e t S e l e c t i o n , d o c = "See `GetSelection` and `SetSelection`" ) ;
% property ( S e l e c t i o n E n d , G e t S e l e c t i o n E n d , S e t S e l e c t i o n E n d , d o c = "See `GetSelectionEnd` and `SetSelectionEnd`" ) ;
% property ( S e l e c t i o n M o d e , G e t S e l e c t i o n M o d e , S e t S e l e c t i o n M o d e , d o c = "See `GetSelectionMode` and `SetSelectionMode`" ) ;
% property ( S e l e c t i o n S t a r t , G e t S e l e c t i o n S t a r t , S e t S e l e c t i o n S t a r t , d o c = "See `GetSelectionStart` and `SetSelectionStart`" ) ;
% property ( Status , G e t S t a t u s , S e t S t a t u s , d o c = "See `GetStatus` and `SetStatus`" ) ;
% property ( S t y l e B i t s , G e t S t y l e B i t s , S e t S t y l e B i t s , d o c = "See `GetStyleBits` and `SetStyleBits`" ) ;
% property ( S t y l e B i t s N e e d e d , G e t S t y l e B i t s N e e d e d , d o c = "See `GetStyleBitsNeeded`" ) ;
% property ( T a b I n d e n t s , G e t T a b I n d e n t s , S e t T a b I n d e n t s , d o c = "See `GetTabIndents` and `SetTabIndents`" ) ;
% property ( T a b W i d t h , G e t T a b W i d t h , S e t T a b W i d t h , d o c = "See `GetTabWidth` and `SetTabWidth`" ) ;
% property ( T a r g e t E n d , G e t T a r g e t E n d , S e t T a r g e t E n d , d o c = "See `GetTargetEnd` and `SetTargetEnd`" ) ;
% property ( T a r g e t S t a r t , G e t T a r g e t S t a r t , S e t T a r g e t S t a r t , d o c = "See `GetTargetStart` and `SetTargetStart`" ) ;
% property ( Text , G e t T e x t , S e t T e x t , d o c = "See `GetText` and `SetText`" ) ;
% property ( T e x t L e n g t h , G e t T e x t L e n g t h , d o c = "See `GetTextLength`" ) ;
% property ( T e x t R a w , G e t T e x t R a w , S e t T e x t R a w , d o c = "See `GetTextRaw` and `SetTextRaw`" ) ;
% property ( T e x t U T F 8 , G e t T e x t U T F 8 , S e t T e x t U T F 8 , d o c = "See `GetTextUTF8` and `SetTextUTF8`" ) ;
% property ( T w o P h a s e D r a w , G e t T w o P h a s e D r a w , S e t T w o P h a s e D r a w , d o c = "See `GetTwoPhaseDraw` and `SetTwoPhaseDraw`" ) ;
% property ( U n d o C o l l e c t i o n , G e t U n d o C o l l e c t i o n , S e t U n d o C o l l e c t i o n , d o c = "See `GetUndoCollection` and `SetUndoCollection`" ) ;
% property ( U s e A n t i A l i a s i n g , G e t U s e A n t i A l i a s i n g , S e t U s e A n t i A l i a s i n g , d o c = "See `GetUseAntiAliasing` and `SetUseAntiAliasing`" ) ;
% property ( U s e H o r i z o n t a l S c r o l l B a r , G e t U s e H o r i z o n t a l S c r o l l B a r , S e t U s e H o r i z o n t a l S c r o l l B a r , d o c = "See `GetUseHorizontalScrollBar` and `SetUseHorizontalScrollBar`" ) ;
% property ( U s e T a b s , G e t U s e T a b s , S e t U s e T a b s , d o c = "See `GetUseTabs` and `SetUseTabs`" ) ;
% property ( U s e V e r t i c a l S c r o l l B a r , G e t U s e V e r t i c a l S c r o l l B a r , S e t U s e V e r t i c a l S c r o l l B a r , d o c = "See `GetUseVerticalScrollBar` and `SetUseVerticalScrollBar`" ) ;
% property ( V i e w E O L , G e t V i e w E O L , S e t V i e w E O L , d o c = "See `GetViewEOL` and `SetViewEOL`" ) ;
% property ( V i e w W h i t e S p a c e , G e t V i e w W h i t e S p a c e , S e t V i e w W h i t e S p a c e , d o c = "See `GetViewWhiteSpace` and `SetViewWhiteSpace`" ) ;
% property ( W r a p M o d e , G e t W r a p M o d e , S e t W r a p M o d e , d o c = "See `GetWrapMode` and `SetWrapMode`" ) ;
% property ( W r a p S t a r t I n d e n t , G e t W r a p S t a r t I n d e n t , S e t W r a p S t a r t I n d e n t , d o c = "See `GetWrapStartIndent` and `SetWrapStartIndent`" ) ;
% property ( W r a p V i s u a l F l a g s , G e t W r a p V i s u a l F l a g s , S e t W r a p V i s u a l F l a g s , d o c = "See `GetWrapVisualFlags` and `SetWrapVisualFlags`" ) ;
% property ( W r a p V i s u a l F l a g s L o c a t i o n , G e t W r a p V i s u a l F l a g s L o c a t i o n , S e t W r a p V i s u a l F l a g s L o c a t i o n , d o c = "See `GetWrapVisualFlagsLocation` and `SetWrapVisualFlagsLocation`" ) ;
% property ( X O f f s e t , G e t X O f f s e t , S e t X O f f s e t , d o c = "See `GetXOffset` and `SetXOffset`" ) ;
% property ( Z o o m , G e t Z o o m , S e t Z o o m , d o c = "See `GetZoom` and `SetZoom`" ) ;
}
% e x t e n d w x S t y l e d T e x t E v e n t {
% property ( A l t , G e t A l t , d o c = "See `GetAlt`" ) ;
% property ( Control , G e t C o n t r o l , d o c = "See `GetControl`" ) ;
% property ( D r a g A l l o w M o v e , G e t D r a g A l l o w M o v e , S e t D r a g A l l o w M o v e , d o c = "See `GetDragAllowMove` and `SetDragAllowMove`" ) ;
% property ( D r a g R e s u l t , G e t D r a g R e s u l t , S e t D r a g R e s u l t , d o c = "See `GetDragResult` and `SetDragResult`" ) ;
% property ( D r a g T e x t , G e t D r a g T e x t , S e t D r a g T e x t , d o c = "See `GetDragText` and `SetDragText`" ) ;
% property ( F o l d L e v e l N o w , G e t F o l d L e v e l N o w , S e t F o l d L e v e l N o w , d o c = "See `GetFoldLevelNow` and `SetFoldLevelNow`" ) ;
% property ( F o l d L e v e l P r e v , G e t F o l d L e v e l P r e v , S e t F o l d L e v e l P r e v , d o c = "See `GetFoldLevelPrev` and `SetFoldLevelPrev`" ) ;
% property ( Key , G e t K e y , S e t K e y , d o c = "See `GetKey` and `SetKey`" ) ;
% property ( L P a r a m , G e t L P a r a m , S e t L P a r a m , d o c = "See `GetLParam` and `SetLParam`" ) ;
% property ( Length , G e t L e n g t h , S e t L e n g t h , d o c = "See `GetLength` and `SetLength`" ) ;
% property ( Line , G e t L i n e , S e t L i n e , d o c = "See `GetLine` and `SetLine`" ) ;
% property ( L i n e s A d d e d , G e t L i n e s A d d e d , S e t L i n e s A d d e d , d o c = "See `GetLinesAdded` and `SetLinesAdded`" ) ;
% property ( L i s t T y p e , G e t L i s t T y p e , S e t L i s t T y p e , d o c = "See `GetListType` and `SetListType`" ) ;
% property ( M a r g i n , G e t M a r g i n , S e t M a r g i n , d o c = "See `GetMargin` and `SetMargin`" ) ;
% property ( Message , G e t M e s s a g e , S e t M e s s a g e , d o c = "See `GetMessage` and `SetMessage`" ) ;
% property ( M o d i f i c a t i o n T y p e , G e t M o d i f i c a t i o n T y p e , S e t M o d i f i c a t i o n T y p e , d o c = "See `GetModificationType` and `SetModificationType`" ) ;
% property ( M o d i f i e r s , G e t M o d i f i e r s , S e t M o d i f i e r s , d o c = "See `GetModifiers` and `SetModifiers`" ) ;
% property ( Position , G e t P o s i t i o n , S e t P o s i t i o n , d o c = "See `GetPosition` and `SetPosition`" ) ;
% property ( S h i f t , G e t S h i f t , d o c = "See `GetShift`" ) ;
% property ( Text , G e t T e x t , S e t T e x t , d o c = "See `GetText` and `SetText`" ) ;
% property ( W P a r a m , G e t W P a r a m , S e t W P a r a m , d o c = "See `GetWParam` and `SetWParam`" ) ;
% property ( X , G e t X , S e t X , d o c = "See `GetX` and `SetX`" ) ;
% property ( Y , G e t Y , S e t Y , d o c = "See `GetY` and `SetY`" ) ;
2006-08-31 16:02:23 +00:00
}
2003-11-12 21:34:20 +00:00
//---------------------------------------------------------------------------
// Python functions to act like the event macros
% p y t h o n c o d e {
E V T _ S T C _ C H A N G E = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ C H A N G E , 1 )
E V T _ S T C _ S T Y L E N E E D E D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ S T Y L E N E E D E D , 1 )
E V T _ S T C _ C H A R A D D E D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ C H A R A D D E D , 1 )
E V T _ S T C _ S A V E P O I N T R E A C H E D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ S A V E P O I N T R E A C H E D , 1 )
E V T _ S T C _ S A V E P O I N T L E F T = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ S A V E P O I N T L E F T , 1 )
E V T _ S T C _ R O M O D I F Y A T T E M P T = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ R O M O D I F Y A T T E M P T , 1 )
E V T _ S T C _ K E Y = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ K E Y , 1 )
E V T _ S T C _ D O U B L E C L I C K = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ D O U B L E C L I C K , 1 )
E V T _ S T C _ U P D A T E U I = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ U P D A T E U I , 1 )
E V T _ S T C _ M O D I F I E D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ M O D I F I E D , 1 )
E V T _ S T C _ M A C R O R E C O R D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ M A C R O R E C O R D , 1 )
E V T _ S T C _ M A R G I N C L I C K = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ M A R G I N C L I C K , 1 )
E V T _ S T C _ N E E D S H O W N = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ N E E D S H O W N , 1 )
E V T _ S T C _ P A I N T E D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ P A I N T E D , 1 )
E V T _ S T C _ U S E R L I S T S E L E C T I O N = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ U S E R L I S T S E L E C T I O N , 1 )
E V T _ S T C _ U R I D R O P P E D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ U R I D R O P P E D , 1 )
E V T _ S T C _ D W E L L S T A R T = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ D W E L L S T A R T , 1 )
E V T _ S T C _ D W E L L E N D = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ D W E L L E N D , 1 )
E V T _ S T C _ S T A R T _ D R A G = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ S T A R T _ D R A G , 1 )
E V T _ S T C _ D R A G _ O V E R = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ D R A G _ O V E R , 1 )
E V T _ S T C _ D O _ D R O P = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ D O _ D R O P , 1 )
E V T _ S T C _ Z O O M = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ Z O O M , 1 )
E V T _ S T C _ H O T S P O T _ C L I C K = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ H O T S P O T _ C L I C K , 1 )
E V T _ S T C _ H O T S P O T _ D C L I C K = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ H O T S P O T _ D C L I C K , 1 )
E V T _ S T C _ C A L L T I P _ C L I C K = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ C A L L T I P _ C L I C K , 1 )
2006-03-08 01:48:03 +00:00
E V T _ S T C _ A U T O C O M P _ S E L E C T I O N = w x . P y E v e n t B i n d e r ( w x E V T _ S T C _ A U T O C O M P _ S E L E C T I O N , 1 )
2003-11-12 21:34:20 +00:00
}
//---------------------------------------------------------------------------
% init % {
% }
//---------------------------------------------------------------------------