代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/296686/8081706
py printdialog.py
import wx
#---------------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
self.log = log
wx.Pan
www.eeworm.com/read/296686/8081719
py alphadrawing.py
import wx
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
self.log = log
wx.Panel.__i
www.eeworm.com/read/296686/8081737
py dragscroller.py
import wx
import wx.lib.dragscroller
#-------------------------------------------------------------------------------
def runTest(frame, nb, log):
win = DragScrollerExample(nb, -1)
www.eeworm.com/read/296686/8081741
py process.py
import wx
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, ID, log):
wx.Panel.__init__(self, parent,
www.eeworm.com/read/296686/8081760
py aboutbox.py
import wx
from wx.lib.wordwrap import wordwrap
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
www.eeworm.com/read/296686/8081764
py gridbagsizer.py
import wx # This module uses the new wx namespace
#----------------------------------------------------------------------
gbsDescription = """\
The wx.GridBagSizer is similar t
www.eeworm.com/read/296686/8081793
py pycolourchooser.py
import wx
import wx.lib.colourchooser as cc
#---------------------------------------------------------------
class TestColourChooser(wx.Panel):
def __init__(self, parent, log):
www.eeworm.com/read/296686/8081796
py printframework.py
import wx
import ScrolledWindow
#----------------------------------------------------------------------
class MyPrintout(wx.Printout):
def __init__(self, canvas, log):
wx.Pr
www.eeworm.com/read/296686/8081812
py datepickerctrl.py
import wx
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
self.log = log
wx.Panel.__i