]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/_controls.py
added GetWindowSizeForVirtualSize() virtual hook for wxScrolledWindow (cuts down...
[wxWidgets.git] / wxPython / wxPython / _controls.py
index c5d9133908deac1496e5397a9d470528fedbaa2d..08a2eed7b0f9cd8a560f4eed3df8c84100f1011b 100644 (file)
@@ -109,9 +109,12 @@ wxTE_PASSWORD = wx._controls.TE_PASSWORD
 wxTE_AUTO_URL = wx._controls.TE_AUTO_URL
 wxTE_NOHIDESEL = wx._controls.TE_NOHIDESEL
 wxTE_DONTWRAP = wx._controls.TE_DONTWRAP
-wxTE_LINEWRAP = wx._controls.TE_LINEWRAP
+wxTE_CHARWRAP = wx._controls.TE_CHARWRAP
 wxTE_WORDWRAP = wx._controls.TE_WORDWRAP
+wxTE_BESTWRAP = wx._controls.TE_BESTWRAP
+wxTE_LINEWRAP = wx._controls.TE_LINEWRAP
 wxTE_RICH2 = wx._controls.TE_RICH2
+wxTE_CAPITALIZE = wx._controls.TE_CAPITALIZE
 wxTEXT_ALIGNMENT_DEFAULT = wx._controls.TEXT_ALIGNMENT_DEFAULT
 wxTEXT_ALIGNMENT_LEFT = wx._controls.TEXT_ALIGNMENT_LEFT
 wxTEXT_ALIGNMENT_CENTRE = wx._controls.TEXT_ALIGNMENT_CENTRE
@@ -185,6 +188,7 @@ wxRadioButton_GetClassDefaultAttributes = wx._controls.RadioButton_GetClassDefau
 wxSliderNameStr = wx._controls.SliderNameStr
 wxSL_HORIZONTAL = wx._controls.SL_HORIZONTAL
 wxSL_VERTICAL = wx._controls.SL_VERTICAL
+wxSL_TICKS = wx._controls.SL_TICKS
 wxSL_AUTOTICKS = wx._controls.SL_AUTOTICKS
 wxSL_LABELS = wx._controls.SL_LABELS
 wxSL_LEFT = wx._controls.SL_LEFT
@@ -493,6 +497,15 @@ wxDragIcon = wx._controls.DragIcon
 wxDragString = wx._controls.DragString
 wxDragTreeItem = wx._controls.DragTreeItem
 wxDragListItem = wx._controls.DragListItem
+wxDatePickerCtrlNameStr = wx._controls.DatePickerCtrlNameStr
+wxDP_DEFAULT = wx._controls.DP_DEFAULT
+wxDP_SPIN = wx._controls.DP_SPIN
+wxDP_DROPDOWN = wx._controls.DP_DROPDOWN
+wxDP_SHOWCENTURY = wx._controls.DP_SHOWCENTURY
+wxDP_ALLOWNONE = wx._controls.DP_ALLOWNONE
+wxDatePickerCtrl = wx._controls.DatePickerCtrl
+wxDatePickerCtrlPtr = wx._controls.DatePickerCtrlPtr
+wxPreDatePickerCtrl = wx._controls.PreDatePickerCtrl
 
 
 d = globals()