]> git.saurik.com Git - wxWidgets.git/commitdiff
there aren't any suitable images in images.py any more...
authorRobin Dunn <robin@alldunn.com>
Thu, 26 May 2005 19:26:07 +0000 (19:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 26 May 2005 19:26:07 +0000 (19:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/demo/StyledTextCtrl_1.py

index d1db6228d0e233bc33d97d9d93a9015ce7d2feb9..33028c3bbdad9b4141350eb59bf6d7fd092b3208 100644 (file)
@@ -240,8 +240,7 @@ def runTest(frame, nb, log):
     # setup some markers
     ed.SetMarginType(1, stc.STC_MARGIN_SYMBOL)
     ed.MarkerDefine(0, stc.STC_MARK_ROUNDRECT, "#CCFF00", "RED")
-    #ed.MarkerDefine(1, stc.STC_MARK_CIRCLE, "FOREST GREEN", "SIENNA")
-    ed.MarkerDefineBitmap(1, images.getFolder1Bitmap())
+    ed.MarkerDefine(1, stc.STC_MARK_CIRCLE, "FOREST GREEN", "SIENNA")
     ed.MarkerDefine(2, stc.STC_MARK_SHORTARROW, "blue", "blue")
     ed.MarkerDefine(3, stc.STC_MARK_ARROW, "#00FF00", "#00FF00")