![]() |
Clapkit
|
#include "ckApp.h"
#include "ckControl.h"
#include "ckObject.h"
#include <MacWindows.h>
#include <cstring>
#include <vector>
Go to the source code of this file.
Classes | |
struct | CKWindowInitParams |
Initialization parameters for a CKWindow. More... | |
class | CKWindow |
Defines a window. Window type (modal, document) is determined by CKWindowInitParams and CKWindowType. More... | |
Enumerations | |
enum class | CKWindowType { CKWindowType::Standard = 0 , CKWindowType::StandardResizable = 1 , CKWindowType::Modal = 2 , CKWindowType::Floating = 3 } |
Defines the type of the window. More... | |