代码搜索:TestPanel
找到约 265 项符合「TestPanel」的源代码
代码结果 265
www.eeworm.com/read/296686/8081251
py staticbitmap.py
import wx
import images
USE_GENERIC = 0
if USE_GENERIC:
from wx.lib.stattext import GenStaticText as StaticText
from wx.lib.statbmp import GenStaticBitmap as StaticBitmap
else
www.eeworm.com/read/296686/8081733
py imagebrowser.py
#----------------------------------------------------------------------------
# Name: ImageBrowser.py
# Purpose: Image Selection dialog for wxPython demo
#
# Author: Lorne White
www.eeworm.com/read/296686/8082089
py imagefromstream.py
import cStringIO
import wx
from Main import opj
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
def __init__(self, parent, log):
www.eeworm.com/read/319671/13446878
c scrldemo.c
#include /* Needed if linking in external compiler; harmless otherwise */
#include
#include
#include "scroll.h"
#include "scrldemo.h"
int gCurrScrollBar, testPan
www.eeworm.com/read/157685/11672403
c scrldemo.c
#include /* Needed if linking in external compiler; harmless otherwise */
#include
#include
#include "scroll.h"
#include "scrldemo.h"
int gCurrScrollBar, testPan
www.eeworm.com/read/223570/14624051
c scrldemo.c
#include /* Needed if linking in external compiler; harmless otherwise */
#include
#include
#include "scroll.h"
#include "scrldemo.h"
int gCurrScrollBar, testPan
www.eeworm.com/read/393745/8267078
c scrldemo.c
#include /* Needed if linking in external compiler; harmless otherwise */
#include
#include
#include "scroll.h"
#include "scrldemo.h"
int gCurrScrollBar, testPan
www.eeworm.com/read/296686/8081820
py textctrl.py
import sys
import wx
#---------------------------------------------------------------------------
class TestPanel(wx.Panel):
def OnSetFocus(self, evt):
print "OnSetFocus"
www.eeworm.com/read/296686/8082186
py togglebutton.py
import wx
haveToggleBtn = 1
if wx.Platform == "__WXX11__":
haveToggleBtn = 0
#----------------------------------------------------------------------
class TestPanel(wx.Panel):
d
www.eeworm.com/read/460532/1560638
cs selectscreen.designer.cs
namespace USBXpress_TestPanel
{
partial class SelectScreen
{
///
/// Required designer variable.
///
private System.ComponentModel.I