wxWindow
wxWindow is the base class for all windows and represents any visible object on screen. All controls, top level windows and so on are windows. ...
more hits from: http://docs.wxwidgets.org/stable/wx_wxwindow.html - 151 KB
wxWindow
wxWindow. wxWindow is the base class for all windows. Any children of the window will be deleted automatically by the destructor before the window itself is deleted. ...
more hits from: http://www.cs.cofc.edu/~jimmy/wxPython/wx267.htm - 93 KB
wxWindow.h
// wxWindow.h // This file was automatically generated // by extractxml.rb, part of the wxRuby project // Do not make changes directly to this file! ...
more hits from: http://wxruby.rubyforge.org/svn/tags/wxruby2/0.0.36/swig/classes/include/wxWindow.h - 32 KB
ColligereExtensionHelpers.cpp - colligere - Google Code
wxWindow *col::ExtensionGuiHelpers::FindWindow ( const std::string &rXrcId, ... if ( wxWindow *win = wxWindow::FindWindowById ( XRCID ( rXrcId.c_str() ), parent ) ...
more hits from: http://code.google.com/p/colligere/source/browse/trunk/src...xtensionHelpers.cpp?r=156 - 187 KB
Audacity: LWSlider Class Reference
LWSlider (wxWindow *parent, wxString name, const wxPoint &pos, const wxSize &size, int ... Init (wxWindow *parent, wxString name, const wxPoint &pos, const wxSize &size, float ...
more hits from: http://audacity.sourceforge.net/dox/classLWSlider.html - 55 KB
xmlres.h - wxmax - Google Code
bool LoadObject(wxObject *instance, wxWindow *parent, const wxString& name, ... bool AttachUnknownControl(const wxString& name, wxWindow *control, ...
more hits from: http://code.google.com/p/wxmax/source/browse/trunk/wx.mod/...mlres.h?spec=svn571&r=571 - 110 KB
wxWidgets
Unlike other cross-platform toolkits, wxWidgets gives its applications a truly ... We are pleased to announce the first release in the 2.9 development series. ...
more hits from: http://www.wxwindows.org/ - 29 KB
Keybinder: wxBinderEvtHandler Class Reference
This is a wxEvtHandler which can be attached to any wxWindow-derived class. ... This is a wxEvtHandler which can be attached to any wxWindow-derived class. ...
more hits from: http://wxcode.sourceforge.net/docs/keybinder/classwxBinderEvtHandler.html - 14 KB
Window deletion overview
This in turn generates an EVT_CLOSE event: see wxWindow::OnCloseWindow. ... The wxCloseEvent handler should only call wxWindow::Destroy to delete the window, and not ...
more hits from: http://www.cs.cofc.edu/~jimmy/wxPython/wx305.htm - 7 KB
Scrolling overview
The base class wxWindow in fact doesn't have any default functionality to handle scroll events. ... For this, you would derive from wxWindow and implement scrolling yourself. ...
more hits from: http://www.freiburg.linux.de/~wxxt/wxHTML/wxwin436.htm - 5 KB