9#if !defined(OWL_RESOURCE_H)
10# define OWL_RESOURCE_H
13#if defined(BI_HAS_PRAGMA_ONCE)
46# if !defined(DLGTEMPLATEEX_DEFINED)
62# define DLGTEMPLATEEX_DEFINED
69# if !defined(TOOLBARTEMPLATE_DEFINED)
77# define TOOLBARTEMPLATE_DEFINED
94 int GetHeight()
const;
134 bool IsDialogEx()
const;
137 DWORD GetSize()
const;
156 TDlgResText
which = drtCaption)
const;
TBitmap is the GDI bitmap class derived from TGdiObject.
TResource< DLGTEMPLATEEX, static_cast< int >(RtNewDialog)> * NewResource
TResource< DLGTEMPLATE, static_cast< int >(RtDialog)> * OldResource
TDlgResText
Enumeration of various strings stored with a dialog resource.
@ drtClassName
Class name of dialog.
@ drtMenuName
String of menu resource used by dialog.
Derived from TWindow, TGadgetWindow maintains a list of tiled gadgets for a window and lets you dynam...
TRect is a mathematical class derived from tagRect.
TResource simplifies access to a resource by encapsulating the find, load, lock and free steps for ac...
Definition of base most abstract GDI object class, and associated exception class.
TAutoDelete
Flag for Handle ctors to control Handle deletion in dtor.
Object Windows Library (OWLNext Core)
Structure describing the binary layout of toolbar resources.
ushort width
Width of each bitmap glyph.
ushort version
Resource version.
ushort ids[1]
Array of ids of glyphs+separators.
ushort height
Height of each bitmap glyph.
ushort count
Number of glyphs.
Classes for window system structure and type encapsulation.
Includes windowing system headers, with necessary macros defined.