]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/mac/stc.py
log wxChoice events in the same format as wxComboBox ones to make it simpler to compa...
[wxWidgets.git] / wxPython / contrib / stc / mac / stc.py
index 1968fa0ca446a4c629b287e8dbd0f454ef00a307..6611db0026519e3d217305cd0e80b8a7395cd7ba 100644 (file)
@@ -1,4 +1,4 @@
-# This file was created automatically by SWIG.
+# This file was created automatically by SWIG 1.3.27.
 # Don't modify this file, modify the SWIG interface instead.
 
 """
@@ -3163,10 +3163,11 @@ class StyledTextCtrl(_core.Control):
         """
         LineDown(self)
 
-        This is just a wrapper for ScrollLines(1).
+        Move caret down one line.
         """
         return _stc.StyledTextCtrl_LineDown(*args, **kwargs)
 
+
     def LineDownExtend(*args, **kwargs):
         """
         LineDownExtend(self)
@@ -3179,10 +3180,11 @@ class StyledTextCtrl(_core.Control):
         """
         LineUp(self)
 
-        This is just a wrapper for ScrollLines(-1).
+        Move caret up one line.
         """
         return _stc.StyledTextCtrl_LineUp(*args, **kwargs)
 
+
     def LineUpExtend(*args, **kwargs):
         """
         LineUpExtend(self)
@@ -3323,10 +3325,11 @@ class StyledTextCtrl(_core.Control):
         """
         PageUp(self)
 
-        This is just a wrapper for ScrollPages(-1).
+        Move caret one page up.
         """
         return _stc.StyledTextCtrl_PageUp(*args, **kwargs)
 
+
     def PageUpExtend(*args, **kwargs):
         """
         PageUpExtend(self)
@@ -3339,10 +3342,11 @@ class StyledTextCtrl(_core.Control):
         """
         PageDown(self)
 
-        This is just a wrapper for ScrollPages(1).
+        Move caret one page down.
         """
         return _stc.StyledTextCtrl_PageDown(*args, **kwargs)
 
+
     def PageDownExtend(*args, **kwargs):
         """
         PageDownExtend(self)
@@ -5056,3 +5060,4 @@ EVT_STC_HOTSPOT_DCLICK = wx.PyEventBinder( wxEVT_STC_HOTSPOT_DCLICK, 1 )
 EVT_STC_CALLTIP_CLICK = wx.PyEventBinder( wxEVT_STC_CALLTIP_CLICK, 1 )
 
 
+