]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't show AlphaDrawing for now...
authorRobin Dunn <robin@alldunn.com>
Sat, 9 Sep 2006 18:14:43 +0000 (18:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 9 Sep 2006 18:14:43 +0000 (18:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/AlphaDrawing.py
wxPython/demo/Main.py

index 740d29cfbebc1bf58365a034cb08dba03789a017..dfebd4a97623d6f82d9cc553b851e520b87ad396 100644 (file)
@@ -31,7 +31,7 @@ class TestPanel(wx.Panel):
             dc.SetPen(wx.Pen(penclr))
             dc.SetBrush(wx.Brush(brushclr))
             rect.SetPosition(pos)
-            dc.DrawRectangleRect(rect)
+            dc.DrawRoundedRectangleRect(rect, 8)
             
         
 #----------------------------------------------------------------------
index bd08f8ffdd2e9da69a9dcba7d9ae87011c2964f6..250c5b908ca7d58ca5bba0475ed2583e068b85cb 100644 (file)
@@ -60,7 +60,7 @@ _treeList = [
         'BitmapFromBuffer',
         'RawBitmapAccess',
         'DragScroller',
-        'AlphaDrawing',
+##        'AlphaDrawing',
         ]),
 
     # managed windows == things with a (optional) caption you can close
@@ -233,7 +233,7 @@ _treeList = [
 
     # Images
     ('Using Images', [
-        'AlphaDrawing',
+##        'AlphaDrawing',
         'ArtProvider',
         'BitmapFromBuffer',
         'Cursor',
@@ -249,7 +249,7 @@ _treeList = [
 
     # Other stuff
     ('Miscellaneous', [
-        'AlphaDrawing',
+##        'AlphaDrawing',
         'ColourDB',
         ##'DialogUnits',   # needs more explanations
         'DragScroller',