![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <classes.hpp>
#include <forms.hpp>
#include <windows.h>
#include <messages.hpp>
Go to the source code of this file.
Classes | |
class | GlassExtender |
struct | GlassExtender::_MARGINS |
struct | GlassExtender::_DTTOPTS |
Macros | |
#define | DTT_TEXTCOLOR 0x00000001L |
#define | DTT_BORDERCOLOR 0x00000002L |
#define | DTT_SHADOWCOLOR 0x00000004L |
#define | DTT_SHADOWTYPE 0x00000008L |
#define | DTT_SHADOWOFFSET 0x00000010L |
#define | DTT_BORDERSIZE 0x00000020L |
#define | DTT_FONTPROP 0x00000040L |
#define | DTT_COLORPROP 0x00000080L |
#define | DTT_STATEID 0x00000100L |
#define | DTT_CALCRECT 0x00000200L |
#define | DTT_APPLYOVERLAY 0x00000400L |
#define | DTT_GLOWSIZE 0x00000800L |
#define | DTT_CALLBACK 0x00001000L |
#define | DTT_COMPOSITED 0x00002000L |
Variables | |
const int | WM_DWMCOMPOSITIONCHANGED = 0x031E |
#define DTT_APPLYOVERLAY 0x00000400L |
Definition at line 67 of file GlassExtender.h.
#define DTT_BORDERCOLOR 0x00000002L |
Definition at line 58 of file GlassExtender.h.
#define DTT_BORDERSIZE 0x00000020L |
Definition at line 62 of file GlassExtender.h.
#define DTT_CALCRECT 0x00000200L |
Definition at line 66 of file GlassExtender.h.
#define DTT_CALLBACK 0x00001000L |
Definition at line 69 of file GlassExtender.h.
#define DTT_COLORPROP 0x00000080L |
Definition at line 64 of file GlassExtender.h.
#define DTT_COMPOSITED 0x00002000L |
Definition at line 70 of file GlassExtender.h.
#define DTT_FONTPROP 0x00000040L |
Definition at line 63 of file GlassExtender.h.
#define DTT_GLOWSIZE 0x00000800L |
Definition at line 68 of file GlassExtender.h.
Referenced by GlassExtender::drawGlowText().
#define DTT_SHADOWCOLOR 0x00000004L |
Definition at line 59 of file GlassExtender.h.
#define DTT_SHADOWOFFSET 0x00000010L |
Definition at line 61 of file GlassExtender.h.
#define DTT_SHADOWTYPE 0x00000008L |
Definition at line 60 of file GlassExtender.h.
#define DTT_STATEID 0x00000100L |
Definition at line 65 of file GlassExtender.h.
Referenced by GlassExtender::drawGlowText().
#define DTT_TEXTCOLOR 0x00000001L |
Definition at line 57 of file GlassExtender.h.
Referenced by GlassExtender::drawGlowText().
const int WM_DWMCOMPOSITIONCHANGED = 0x031E |
Definition at line 18 of file GlassExtender.h.