OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TFrameWindow, a TWindow with additional features for frames, such as client window, menus, icons, etc. More...
#include <owl/pch.h>
#include <stdio.h>
#include <owl/docking.h>
#include <owl/framewin.h>
#include <owl/applicat.h>
#include <owl/menu.h>
#include <owl/uimetric.h>
#include <owl/bardescr.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | WM_SETICON 0x0080 |
Functions | |
owl::DIAG_DECLARE_GROUP (OwlCmd) | |
owl::IMPLEMENT_STREAMABLE1 (TFrameWindow, TWindow) | |
Variables | |
owl::EV_WM_QUERYDRAGICON | |
owl::EV_WM_INITMENUPOPUP | |
owl::EV_WM_QUERYNEWPALETTE | |
owl::EV_WM_PALETTECHANGED | |
Implementation of class TFrameWindow, a TWindow with additional features for frames, such as client window, menus, icons, etc.
Definition in file framewin.cpp.
#define WM_SETICON 0x0080 |
Definition at line 26 of file framewin.cpp.