AIControlBar.h File Reference
#include "AITypes.h"
#include "IAIUnicodeString.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Detailed Description
Define Documentation
#define kAIControlBarSuite "AI Control Bar Suite" |
#define kAIControlBarSuiteVersion kAIControlBarSuiteVersion2 |
#define kAIControlBarSuiteVersion2 AIAPI_VERSION(2) |
#define kAIControlBarVersion kAIControlBarSuiteVersion |
Typedef Documentation
Reference to a control-bar object.
Prototype of a function to be called when the size of a Control Bar has changed.
- Parameters:
-
| inControlBar | The control-bar object. |
A developer-defined data object associated with a control bar.
Prototype of a function to be called when the visibility of a Control Bar has changed.
- Parameters:
-
| inControlBar | The control-bar object. |
| isVisible | The new visibility state of the Control Bar, true if visible |