[Commits] (davids) colheader - - demo tweaks

commits at osafoundation.org commits at osafoundation.org
Mon Apr 11 10:55:21 PDT 2005


Commit by: davids
Modified files:
internal/wxPython-2.5/wxPython/demo/ColumnHeader.py 1.22 1.23

Log message:

colheader - - demo tweaks
r=TBD



ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/wxPython/demo/ColumnHeader.py.diff?r1=text&tr1=1.22&r2=text&tr2=1.23

Index: internal/wxPython-2.5/wxPython/demo/ColumnHeader.py
diff -u internal/wxPython-2.5/wxPython/demo/ColumnHeader.py:1.22 internal/wxPython-2.5/wxPython/demo/ColumnHeader.py:1.23
--- internal/wxPython-2.5/wxPython/demo/ColumnHeader.py:1.22	Mon Apr 11 02:33:27 2005
+++ internal/wxPython-2.5/wxPython/demo/ColumnHeader.py	Mon Apr 11 10:55:20 2005
@@ -60,8 +60,8 @@
         hasUnicode = ch1.GetFlagUnicode()
         l1 = wx.StaticText( self, -1, prompt, (self.colStartX, miscControlsY + 150), (150, 20) )
 
-        l0O = wx.StaticText( self, -1, "Last Action:", (self.colStartX, miscControlsY + 175), (150, 20) )
-        l0 = wx.StaticText( self, -1, "[result]", (self.colStartX + 95, miscControlsY + 175), (150, 20) )
+        l0O = wx.StaticText( self, -1, "Last Action:", (self.colStartX, miscControlsY + 175), (90, 20) )
+        l0 = wx.StaticText( self, -1, "[result]", (self.colStartX + 95, miscControlsY + 175), (250, 20) )
         self.l0 = l0
 
         btn = wx.Button( self, -1, "Delete Selection", (10, self.colStartY + 15) )
@@ -211,6 +211,8 @@
 
 <p>Selections, bitmaps and sort arrows are optional</p>
 
+<p>NB: not all of the selection styles are functional</p>
+
 <p>A limitation: text and bitmaps are mutually exclusive.</p>
 
 <p>The MSW version of this control will have a persistant selection indicator. The native MSW control has no canonical selection UI, instead using a sort arrow to serve double-duty as a selection indicator; nonetheless, it has a rollover indicator.</p>



More information about the Commits mailing list