OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of Pane Splitter classes. More...
#include <owl/pch.h>
#include <owl/contain.h>
#include <owl/layoutwi.h>
#include <owl/panespli.h>
#include <owl/uihelper.h>
#include <owl/dc.h>
#include <owl/uimetric.h>
#include <owl/template.h>
#include <math.h>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | SPLITTER(x) TYPESAFE_DOWNCAST(x,TSplitter) |
#define | LAYOUTWINDOW(x) TYPESAFE_DOWNCAST(x,TLayoutWindow) |
Implementation of Pane Splitter classes.
Definition in file panespli.cpp.
#define LAYOUTWINDOW | ( | x | ) | TYPESAFE_DOWNCAST(x,TLayoutWindow) |
Definition at line 29 of file panespli.cpp.
#define SPLITTER | ( | x | ) | TYPESAFE_DOWNCAST(x,TSplitter) |
Definition at line 28 of file panespli.cpp.