ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

static.c File Reference
#include <user32.h>
#include <wine/debug.h>

Go to the source code of this file.

Defines

#define HFONT_GWL_OFFSET   0
#define HICON_GWL_OFFSET   (sizeof(HFONT))
#define UISTATE_GWL_OFFSET   (HICON_GWL_OFFSET+sizeof(HICON))
#define STATIC_EXTRA_BYTES   (UISTATE_GWL_OFFSET + sizeof(LONG))

Typedefs

typedef void(* pfPaint )(HWND hwnd, HDC hdc, DWORD style)

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (static)
static void STATIC_PaintOwnerDrawfn (HWND hwnd, HDC hdc, DWORD style)
static void STATIC_PaintTextfn (HWND hwnd, HDC hdc, DWORD style)
static void STATIC_PaintRectfn (HWND hwnd, HDC hdc, DWORD style)
static void STATIC_PaintIconfn (HWND hwnd, HDC hdc, DWORD style)
static void STATIC_PaintBitmapfn (HWND hwnd, HDC hdc, DWORD style)
static void STATIC_PaintEnhMetafn (HWND hwnd, HDC hdc, DWORD style)
static void STATIC_PaintEtchedfn (HWND hwnd, HDC hdc, DWORD style)
static HICON STATIC_SetIcon (HWND hwnd, HICON hicon, DWORD style)
static HBITMAP STATIC_SetBitmap (HWND hwnd, HBITMAP hBitmap, DWORD style)
static HENHMETAFILE STATIC_SetEnhMetaFile (HWND hwnd, HENHMETAFILE hEnhMetaFile, DWORD style)
static HANDLE STATIC_GetImage (HWND hwnd, WPARAM wParam, DWORD style)
static HICON STATIC_LoadIconA (HINSTANCE hInstance, LPCSTR name, DWORD style)
static HICON STATIC_LoadIconW (HINSTANCE hInstance, LPCWSTR name, DWORD style)
static VOID STATIC_TryPaintFcn (HWND hwnd, LONG full_style)
static HBRUSH STATIC_SendWmCtlColorStatic (HWND hwnd, HDC hdc)
static VOID STATIC_InitColours (void)
static BOOL hasTextStyle (DWORD style)
LRESULT WINAPI StaticWndProc_common (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicode)
LRESULT WINAPI StaticWndProcA (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
LRESULT WINAPI StaticWndProcW (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)

Variables

static COLORREF color_3dshadow
static COLORREF color_3ddkshadow
static COLORREF color_3dhighlight
static const pfPaint staticPaintFunc [SS_TYPEMASK+1]
static const WCHAR staticW [] = {'S','t','a','t','i','c',0}
struct builtin_class_descr STATIC_builtin_class

Generated on Thu May 24 2012 06:12:19 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.