Mutabor Panel. Mehr ...
#include "wx/wxprec.h"#include "wx/object.h"#include "wx/font.h"#include "wx/colour.h"#include "wx/settings.h"#include "wx/log.h"#include "wx/panel.h"#include "wx/containr.h"
gehe zum Quellcode dieser Datei
Funktionen | |
| IMPLEMENT_DYNAMIC_CLASS (MutPanel, wxControl) BEGIN_EVENT_TABLE(MutPanel | |
| wxControl | EVT_SIZE (MutPanel::OnSize) WX_EVENT_TABLE_CONTROL_CONTAINER(MutPanel) END_EVENT_TABLE() WX_DELEGATE_TO_CONTROL_CONTAINER(MutPanel |
Mutabor Panel.
Panel based on wxControl and wxPanel Most code comes from wxPanel and has been rewritten in order to be a subclass of wxControl.
Note: License change towards (L)GPL is explicitly allowed for wxWindows license.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.3 2011-02-20 22:35:58 keinstein updated license information; some file headers have to be revised, though
Definiert in Datei Panel.cpp.
1.7.4