OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
panespli.cpp File Reference

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)
 

Detailed Description

Implementation of Pane Splitter classes.

Definition in file panespli.cpp.

Macro Definition Documentation

◆ LAYOUTWINDOW

#define LAYOUTWINDOW ( x)    TYPESAFE_DOWNCAST(x,TLayoutWindow)

Definition at line 29 of file panespli.cpp.

◆ SPLITTER

#define SPLITTER ( x)    TYPESAFE_DOWNCAST(x,TSplitter)

Definition at line 28 of file panespli.cpp.