|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::MDIParentFrame Class Reference#include <MDIParentFrame.h>
Inheritance diagram for acdk::wx::MDIParentFrame:
List of all members.
Detailed Description
see wxMDIParentFrame
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.7
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::MDIParentFrame::MDIParentFrame |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RString) |
title, |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = DefaultFrameStyle | Vscroll | Hscroll, |
|
|
IN(RString) |
name = frame |
|
) |
[inline] |
|
Member Function Documentation
virtual void acdk::wx::MDIParentFrame::activateNext |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::wx::MDIParentFrame::activatePrevious |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::wx::MDIParentFrame::arrangeIcons |
( |
|
) |
[inline, virtual] |
|
virtual void acdk::wx::MDIParentFrame::cascade |
( |
|
) |
[inline, virtual] |
|
RMDIChildFrame acdk::wx::MDIParentFrame::getActiveChild |
( |
|
) |
const [inline] |
|
void acdk::wx::MDIParentFrame::getClientSize |
( |
OUT(int) |
width, |
|
|
OUT(int) |
height |
|
) |
const [inline] |
|
RWindow acdk::wx::MDIParentFrame::getToolBar |
( |
|
) |
const [inline] |
|
void acdk::wx::MDIParentFrame::setToolBar |
( |
IN(RToolBar) |
toolbar |
) |
[inline] |
|
void acdk::wx::MDIParentFrame::setWindowMenu |
( |
IN(RMenu) |
menu |
) |
[inline] |
|
virtual void acdk::wx::MDIParentFrame::tile |
( |
|
) |
[inline, virtual] |
|
|
|