1 # This file was created automatically by SWIG. 
  12 from clip_dnd 
import * 
  14 from controls 
import * 
  19 def EVT_HELP(win
, id, func
): 
  20     win
.Connect(id, -1, wxEVT_HELP
, func
) 
  22 def EVT_HELP_RANGE(win
, id, id2
, func
): 
  23     win
.Connect(id, id2
, wxEVT_HELP
, func
) 
  25 def EVT_DETAILED_HELP(win
, id, func
): 
  26     win
.Connect(id, -1, wxEVT_DETAILED_HELP
, func
) 
  28 def EVT_DETAILED_HELP_RANGE(win
, id, id2
, func
): 
  29     win
.Connect(id, id2
, wxEVT_DETAILED_HELP
, func
) 
  31 class wxHelpEventPtr(wxCommandEventPtr
): 
  32     def __init__(self
,this
): 
  35     def GetPosition(self
, *_args
, **_kwargs
): 
  36         val 
= apply(helpc
.wxHelpEvent_GetPosition
,(self
,) + _args
, _kwargs
) 
  37         if val
: val 
= wxPointPtr(val
)  
  39     def SetPosition(self
, *_args
, **_kwargs
): 
  40         val 
= apply(helpc
.wxHelpEvent_SetPosition
,(self
,) + _args
, _kwargs
) 
  42     def GetLink(self
, *_args
, **_kwargs
): 
  43         val 
= apply(helpc
.wxHelpEvent_GetLink
,(self
,) + _args
, _kwargs
) 
  45     def SetLink(self
, *_args
, **_kwargs
): 
  46         val 
= apply(helpc
.wxHelpEvent_SetLink
,(self
,) + _args
, _kwargs
) 
  48     def GetTarget(self
, *_args
, **_kwargs
): 
  49         val 
= apply(helpc
.wxHelpEvent_GetTarget
,(self
,) + _args
, _kwargs
) 
  51     def SetTarget(self
, *_args
, **_kwargs
): 
  52         val 
= apply(helpc
.wxHelpEvent_SetTarget
,(self
,) + _args
, _kwargs
) 
  55         return "<C wxHelpEvent instance at %s>" % (self
.this
,) 
  56 class wxHelpEvent(wxHelpEventPtr
): 
  57     def __init__(self
,*_args
,**_kwargs
): 
  58         self
.this 
= apply(helpc
.new_wxHelpEvent
,_args
,_kwargs
) 
  64 class wxContextHelpPtr(wxObjectPtr
): 
  65     def __init__(self
,this
): 
  68     def __del__(self
, delfunc
=helpc
.delete_wxContextHelp
): 
  74     def BeginContextHelp(self
, *_args
, **_kwargs
): 
  75         val 
= apply(helpc
.wxContextHelp_BeginContextHelp
,(self
,) + _args
, _kwargs
) 
  77     def EndContextHelp(self
, *_args
, **_kwargs
): 
  78         val 
= apply(helpc
.wxContextHelp_EndContextHelp
,(self
,) + _args
, _kwargs
) 
  81         return "<C wxContextHelp instance at %s>" % (self
.this
,) 
  82 class wxContextHelp(wxContextHelpPtr
): 
  83     def __init__(self
,*_args
,**_kwargs
): 
  84         self
.this 
= apply(helpc
.new_wxContextHelp
,_args
,_kwargs
) 
  90 class wxContextHelpButtonPtr(wxBitmapButtonPtr
): 
  91     def __init__(self
,this
): 
  95         return "<C wxContextHelpButton instance at %s>" % (self
.this
,) 
  96 class wxContextHelpButton(wxContextHelpButtonPtr
): 
  97     def __init__(self
,*_args
,**_kwargs
): 
  98         self
.this 
= apply(helpc
.new_wxContextHelpButton
,_args
,_kwargs
) 
 100         self
._setOORInfo
(self
) 
 105 class wxHelpProviderPtr 
: 
 106     def __init__(self
,this
): 
 109     def GetHelp(self
, *_args
, **_kwargs
): 
 110         val 
= apply(helpc
.wxHelpProvider_GetHelp
,(self
,) + _args
, _kwargs
) 
 112     def ShowHelp(self
, *_args
, **_kwargs
): 
 113         val 
= apply(helpc
.wxHelpProvider_ShowHelp
,(self
,) + _args
, _kwargs
) 
 115     def AddHelp(self
, *_args
, **_kwargs
): 
 116         val 
= apply(helpc
.wxHelpProvider_AddHelp
,(self
,) + _args
, _kwargs
) 
 118     def AddHelpById(self
, *_args
, **_kwargs
): 
 119         val 
= apply(helpc
.wxHelpProvider_AddHelpById
,(self
,) + _args
, _kwargs
) 
 121     def Destroy(self
, *_args
, **_kwargs
): 
 122         val 
= apply(helpc
.wxHelpProvider_Destroy
,(self
,) + _args
, _kwargs
) 
 125         return "<C wxHelpProvider instance at %s>" % (self
.this
,) 
 126 class wxHelpProvider(wxHelpProviderPtr
): 
 127     def __init__(self
,this
): 
 133 class wxSimpleHelpProviderPtr(wxHelpProviderPtr
): 
 134     def __init__(self
,this
): 
 138         return "<C wxSimpleHelpProvider instance at %s>" % (self
.this
,) 
 139 class wxSimpleHelpProvider(wxSimpleHelpProviderPtr
): 
 140     def __init__(self
,*_args
,**_kwargs
): 
 141         self
.this 
= apply(helpc
.new_wxSimpleHelpProvider
,_args
,_kwargs
) 
 149 #-------------- FUNCTION WRAPPERS ------------------ 
 151 def wxHelpProvider_Set(*_args
, **_kwargs
): 
 152     val 
= apply(helpc
.wxHelpProvider_Set
,_args
,_kwargs
) 
 153     if val
: val 
= wxHelpProviderPtr(val
) 
 156 def wxHelpProvider_Get(*_args
, **_kwargs
): 
 157     val 
= apply(helpc
.wxHelpProvider_Get
,_args
,_kwargs
) 
 158     if val
: val 
= wxHelpProviderPtr(val
) 
 163 #-------------- VARIABLE WRAPPERS ------------------ 
 165 wxFRAME_EX_CONTEXTHELP 
= helpc
.wxFRAME_EX_CONTEXTHELP
 
 166 wxDIALOG_EX_CONTEXTHELP 
= helpc
.wxDIALOG_EX_CONTEXTHELP
 
 167 wxID_CONTEXT_HELP 
= helpc
.wxID_CONTEXT_HELP
 
 168 wxEVT_HELP 
= helpc
.wxEVT_HELP
 
 169 wxEVT_DETAILED_HELP 
= helpc
.wxEVT_DETAILED_HELP
 
 172 #-------------- USER INCLUDE ----------------------- 
 174 # Stuff these names into the wx namespace so wxPyConstructObject can find them 
 176 wx
.wxHelpEventPtr         
= wxHelpEventPtr
 
 177 wx
.wxContextHelpButtonPtr 
= wxContextHelpButtonPtr