代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/296686/8081198
py draganddrop.py
import wx
#----------------------------------------------------------------------
ID_CopyBtn = wx.NewId()
ID_PasteBtn = wx.NewId()
ID_BitmapBtn = wx.NewId()
#----------------
www.eeworm.com/read/296686/8081203
py shapedwindow.py
import wx
import images
#----------------------------------------------------------------------
class TestFrame(wx.Frame):
def __init__(self, parent, log):
self.log = log
www.eeworm.com/read/296686/8081205
py dirdialog.py
import wx
#---------------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
self.log = log
wx.Pan
www.eeworm.com/read/296686/8081214
py mdiwindows.py
import wx
import os
import sys
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
self.log = l
www.eeworm.com/read/296686/8081218
py activexwrapper_acrobat.py
"""
This demo shows how to embed an ActiveX control in a wxPython application, (Win32 only.)
The MakeActiveXClass function dynamically builds a new Class on the fly, that has the
www.eeworm.com/read/296686/8081233
py scrolledwindow.py
import wx
import images
BUFFERED = 1
#---------------------------------------------------------------------------
class MyCanvas(wx.ScrolledWindow):
def __init__(self, parent, id =
www.eeworm.com/read/296686/8081236
py textentrydialog.py
import wx
#---------------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
self.log = log
wx.Pan
www.eeworm.com/read/296686/8081268
py dialog.py
import wx
#---------------------------------------------------------------------------
# Create and set a help provider. Normally you would do this in
# the app's OnInit as it must be done be
www.eeworm.com/read/396972/8081269
cpp guiclock8_aboutcontainer.cpp
// GUIClock_CGUIClockAboutContainer.cpp
// ------------------------------
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
//
////////////////////////////////////////////////////////
www.eeworm.com/read/296686/8081297
py gridcusttable.py
import wx
import wx.grid as gridlib
#---------------------------------------------------------------------------
class CustomDataTable(gridlib.PyGridTableBase):
def __init__(self, log)