OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
glyphbtn.cpp File Reference

Implementation of TGlyphButton. More...

#include <owl/pch.h>
#include <owl/glyphbtn.h>
#include <owl/uihelper.h>
#include <owl/celarray.h>
#include <owl/gdiobjec.h>
#include <owl/color.h>
#include <owl/system.h>
#include <owl/theme.h>
#include <owl/commctrl.h>
#include <owl/glyphbtn.rh>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

 owl::DIAG_DECLARE_GROUP (OwlControl)
 
 owl::EV_MESSAGE (BM_SETSTATE, BmSetState)
 
 owl::EV_MESSAGE (BM_GETSTATE, BmGetState)
 
 owl::EV_MESSAGE (BM_SETSTYLE, BmSetStyle)
 
LRESULT CALLBACK owl::BButtonProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
 

Variables

const int owl::LayoutMargin = 4
 
const int owl::FaceToFocusRectDelta = 1
 
const int owl::BUTTONSTATE_PUSHED = 0x0004
 
const int owl::BUTTONSTATE_FOCUS = 0x0008
 
const int owl::BUTTONSTATE_HOT = 0x0010
 
const uint32 owl::BUTTONSTYLE_MASK = 0x000000FFL
 
const long owl::RopDSPDxax = 0x00E20746L
 
 owl::EV_WM_GETFONT
 
 owl::EV_WM_SETFONT
 
 owl::EV_WM_KEYUP
 
 owl::EV_WM_ENABLE
 
 owl::EV_WM_CANCELMODE
 
 owl::EV_WM_MOUSELEAVE
 

Detailed Description

Implementation of TGlyphButton.

Definition in file glyphbtn.cpp.