代码搜索:self

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

代码结果 10,000
www.eeworm.com/read/397444/8050364

js jsscrollbar.js

//Written by Nathan Faubion: http://n-son.com //Use this or edit how you want, just give me //some credit! function jsScrollbar (o, s, a, ev) { var self = this; this.reset = function () {
www.eeworm.com/read/296686/8081223

py spinbutton.py

# 11/30/2003 - Jeff Grimmett (grimmtooth@softhome.net) # # o EVT_SPIN events (or something about them) freezes up the app. # import wx #-----------------------------------------------------
www.eeworm.com/read/296686/8081431

py progressdialog.py

# 11/21/2003 - Jeff Grimmett (grimmtooth@softhome.net) # # o Updated for wx namespace # # 11/30/2003 - Jeff Grimmett (grimmtooth@softhome.net) # # o wx.ProgressDialog appears to be broken. No a
www.eeworm.com/read/296686/8081468

py griddragable.py

import wx import wx.grid as gridlib import wx.lib.gridmovers as gridmovers #--------------------------------------------------------------------------- class CustomDataTab
www.eeworm.com/read/296686/8081661

py main.py

#!/bin/env python #---------------------------------------------------------------------------- # Name: Main.py # Purpose: Testing lots of stuff, controls, window types, etc. # # Aut
www.eeworm.com/read/296686/8081678

py gauge.py

import wx #---------------------------------------------------------------------- class TestPanel(wx.Panel): def __init__(self, parent, log): wx.Panel.__init__(self, parent, -1)
www.eeworm.com/read/296686/8081695

py multisash.py

import wx import wx.lib.multisash as sash import wx.stc as stc #--------------------------------------------------------------------------- sampleText="""\ You can drag
www.eeworm.com/read/296686/8081752

py frame.py

import wx #--------------------------------------------------------------------------- class MyFrame(wx.Frame): def __init__( self, parent, ID, title, pos=wx.DefaultPosition
www.eeworm.com/read/296686/8081783

py stockbuttons.py

import wx #---------------------------------------------------------------------- stockIDs = [ wx.ID_ABOUT, wx.ID_ADD, wx.ID_APPLY, wx.ID_BOLD, wx.ID_CANCEL, w
www.eeworm.com/read/296686/8081801

py filehistory.py

import os import wx #---------------------------------------------------------------------- text = """\ Right-click on the panel above the line to get a menu. This menu will be managed