代码搜索:self

找到约 10,000 项符合「self」的源代码

代码结果 10,000
www.eeworm.com/read/296686/8082084

py dragimage.py

import wx import images #---------------------------------------------------------------------- class DragShape: def __init__(self, bmp): self.bmp = bmp self.pos = (0
www.eeworm.com/read/296686/8082091

py gridstdedrend.py

import random import wx import wx.grid as gridlib #--------------------------------------------------------------------------- class MyCustomRenderer(gridlib.PyGridCellRenderer):
www.eeworm.com/read/296686/8082096

py popupcontrol.py

import wx import wx.lib.popupctl as pop import wx.calendar as cal class TestDateControl(pop.PopupControl): def __init__(self,*_args,**_kwargs): apply(pop.PopupControl.__i
www.eeworm.com/read/296686/8082107

py popupwindow.py

# # 11/30/2003 - Jeff Grimmett (grimmtooth@softhome.net) # # o Some issues with the listbox example; I tried correcting # it but it's still not working the way it should. Commented # out for
www.eeworm.com/read/296686/8082110

py listctrl_edit.py

#---------------------------------------------------------------------------- # Name: ListCtrl_edit.py # Purpose: Testing editing a ListCtrl # # Author: Pim van Heuven # # Cre
www.eeworm.com/read/296686/8082129

py sizedcontrols.py

import wx import wxaddons.sized_controls as sc overview = """\ Sized Controls SizedControls is an addon library that attempts to simplify the creation of sizer-based layout
www.eeworm.com/read/296686/8082166

py layoutanchors.py

import wx import wx.lib.anchors as anchors #---------------------------------------------------------------------- # Nifty little trick here; apply wx.NewId() to generate a series of # IDs
www.eeworm.com/read/296686/8082181

py listctrl.py

#---------------------------------------------------------------------------- # Name: ListCtrl.py # Purpose: Testing lots of stuff, controls, window types, etc. # # Author: Robi
www.eeworm.com/read/296572/8091389

htm 9-3.htm

function drop(n) { if(self.moveBy){ self.moveBy (0,-900); for(i = n; i > 0; i--){ self.moveBy(0,3);
www.eeworm.com/read/196376/8096502

cpp waitnotedocument.cpp

/** * * @brief Definition of CWaitNoteDocument * * Copyright (c) EMCC Software Ltd 2003 * @version 1.0 */ // INCLUDE FILES // Class include #include "WaitNoteDocument.h" // User inclu