代码搜索结果
找到约 129,825 项符合
Control 的代码
control.h
/////////////////////////////////////////////////////////////////////////////
// Name: control.h
// Purpose:
// Author: Robert Roebling
// Id: $Id: control.h,v 1.34 2006/08/30 05:
control.tex
\section{\class{wxControl}}\label{wxcontrol}
This is the base class for a control or ``widget''.
A control is generally a small window which processes user input and/or
displays one or more item of
control.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: src/mac/carbon/control.cpp
// Purpose: wxControl class
// Author: Stefan Csomor
// Modified by:
/
control.cpp
/////////////////////////////////////////////////////////////////////////////
// Name: src/mac/classic/control.cpp
// Purpose: wxControl class
// Author: Stefan Csomor
// Modified by:
control.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/control.h
// Purpose: wxControl class
// Author: Julian Smart
// Modified by:
// Created:
control.h
/////////////////////////////////////////////////////////////////////////////
// Name: control.h
// Purpose:
// Author: Robert Roebling
// Id: $Id: control.h,v 1.34 2006/08/30 05:
commit-access-control.cfg.example
# This is a sample configuration file for commit-access-control.pl.
#
# $Id: commit-access-control.cfg.example 5288 2003-03-12 05:56:21Z kfogel $
#
# This file uses the Windows ini style, where th
commit-access-control.pl.in
#!/usr/bin/env perl
# ====================================================================
# commit-access-control.pl: check if the user that submitted the
# transaction TXN-NAME has the appropri
control.h
/////////////////////////////////////////////////////////////////////////////
// Name: control.h
// Purpose: wxControl class
// Author: Stefan Csomor
// Modified by:
// Created: 19
control.h
#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/control.h"
#else
#include "wx/mac/carbon/control.h"
#endif