mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
fix small typo in mixin sample example
This commit is contained in:
@@ -628,7 +628,7 @@ class DefineNativeCheckBoxBitmapsMixin():
|
|||||||
## self.checkbox_bitmaps = self.GetNativeCheckBoxBitmaps()
|
## self.checkbox_bitmaps = self.GetNativeCheckBoxBitmaps()
|
||||||
|
|
||||||
# Setup a margin to hold bookmarks.
|
# Setup a margin to hold bookmarks.
|
||||||
self.SetMarginType(1, stc.STC_MARGIN_SYMBOL)
|
self.SetMarginType(1, wx.stc.STC_MARGIN_SYMBOL)
|
||||||
self.SetMarginSensitive(1, True)
|
self.SetMarginSensitive(1, True)
|
||||||
self.SetMarginWidth(1, 16)
|
self.SetMarginWidth(1, 16)
|
||||||
# Define the bookmark images.
|
# Define the bookmark images.
|
||||||
|
|||||||
Reference in New Issue
Block a user