|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::ide::BarInfo Class Reference#include <FrameLayout.h>
Inheritance diagram for acdk::wx::ide::BarInfo:
List of all members.
Member Function Documentation
RWindow acdk::wx::ide::BarInfo::getBarWindow |
( |
|
) |
[inline] |
|
|
the actual window object, NULL if no window is attached to the control bar (possible!)
|
RRect acdk::wx::ide::BarInfo::getBounds |
( |
|
) |
[inline] |
|
RRect acdk::wx::ide::BarInfo::getBoundsInParent |
( |
|
) |
[inline] |
|
RString acdk::wx::ide::BarInfo::getName |
( |
|
) |
[inline, virtual] |
|
int acdk::wx::ide::BarInfo::getState |
( |
|
) |
[inline] |
|
bool acdk::wx::ide::BarInfo::isExpanded |
( |
|
) |
const [inline] |
|
bool acdk::wx::ide::BarInfo::isFixed |
( |
|
) |
const [inline] |
|
void acdk::wx::ide::BarInfo::setBarWindow |
( |
IN(RWindow) |
window |
) |
[inline] |
|
void acdk::wx::ide::BarInfo::setBounds |
( |
IN(RRect) |
rect |
) |
[inline] |
|
void acdk::wx::ide::BarInfo::setBoundsInParent |
( |
IN(RRect) |
rect |
) |
[inline] |
|
void acdk::wx::ide::BarInfo::setName |
( |
IN(RString) |
name |
) |
[inline] |
|
void acdk::wx::ide::BarInfo::setState |
( |
int |
state |
) |
[inline] |
|
|
|