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

status.c File Reference
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "wine/unicode.h"
#include "wingdi.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "comctl32.h"
#include "uxtheme.h"
#include "vssym32.h"
#include "wine/debug.h"

Go to the source code of this file.

Data Structures

struct  STATUSWINDOWPART
struct  STATUS_INFO

Defines

#define HORZ_BORDER   0
#define VERT_BORDER   2
#define HORZ_GAP   2

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (statusbar)
static void STATUSBAR_SetPartBounds (STATUS_INFO *infoPtr)
static LRESULT STATUSBAR_NotifyFormat (STATUS_INFO *infoPtr, HWND from, INT cmd)
static LPCSTR debugstr_t (LPCWSTR text, BOOL isW)
static UINT STATUSBAR_ComputeHeight (STATUS_INFO *infoPtr)
static void STATUSBAR_DrawSizeGrip (HTHEME theme, HDC hdc, LPRECT lpRect)
static void STATUSBAR_DrawPart (const STATUS_INFO *infoPtr, HDC hdc, const STATUSWINDOWPART *part, int itemID)
static void STATUSBAR_RefreshPart (const STATUS_INFO *infoPtr, HDC hdc, const STATUSWINDOWPART *part, int itemID)
static LRESULT STATUSBAR_Refresh (STATUS_INFO *infoPtr, HDC hdc)
static int STATUSBAR_InternalHitTest (const STATUS_INFO *infoPtr, const POINT *pt)
static LRESULT STATUSBAR_Relay2Tip (const STATUS_INFO *infoPtr, UINT uMsg, WPARAM wParam, LPARAM lParam)
static BOOL STATUSBAR_GetBorders (const STATUS_INFO *infoPtr, INT out[])
static BOOL STATUSBAR_SetBorders (STATUS_INFO *infoPtr, const INT in[])
static HICON STATUSBAR_GetIcon (const STATUS_INFO *infoPtr, INT nPart)
static INT STATUSBAR_GetParts (const STATUS_INFO *infoPtr, INT num_parts, INT parts[])
static BOOL STATUSBAR_GetRect (const STATUS_INFO *infoPtr, INT nPart, LPRECT rect)
static LRESULT STATUSBAR_GetTextA (STATUS_INFO *infoPtr, INT nPart, LPSTR buf)
static LRESULT STATUSBAR_GetTextW (STATUS_INFO *infoPtr, INT nPart, LPWSTR buf)
static LRESULT STATUSBAR_GetTextLength (STATUS_INFO *infoPtr, INT nPart)
static LRESULT STATUSBAR_GetTipTextA (const STATUS_INFO *infoPtr, INT id, LPSTR tip, INT size)
static LRESULT STATUSBAR_GetTipTextW (const STATUS_INFO *infoPtr, INT id, LPWSTR tip, INT size)
static COLORREF STATUSBAR_SetBkColor (STATUS_INFO *infoPtr, COLORREF color)
static BOOL STATUSBAR_SetIcon (STATUS_INFO *infoPtr, INT nPart, HICON hIcon)
static BOOL STATUSBAR_SetMinHeight (STATUS_INFO *infoPtr, INT height)
static BOOL STATUSBAR_SetParts (STATUS_INFO *infoPtr, INT count, LPINT parts)
static BOOL STATUSBAR_SetTextT (STATUS_INFO *infoPtr, INT nPart, WORD style, LPWSTR text, BOOL isW)
static LRESULT STATUSBAR_SetTipTextA (const STATUS_INFO *infoPtr, INT id, LPSTR text)
static LRESULT STATUSBAR_SetTipTextW (const STATUS_INFO *infoPtr, INT id, LPWSTR text)
static LRESULT STATUSBAR_SetUnicodeFormat (STATUS_INFO *infoPtr, BOOL bUnicode)
static BOOL STATUSBAR_Simple (STATUS_INFO *infoPtr, BOOL simple)
static LRESULT STATUSBAR_WMDestroy (STATUS_INFO *infoPtr)
static LRESULT STATUSBAR_WMCreate (HWND hwnd, const CREATESTRUCTA *lpCreate)
static INT STATUSBAR_WMGetText (const STATUS_INFO *infoPtr, INT size, LPWSTR buf)
static BOOL STATUSBAR_WMNCHitTest (const STATUS_INFO *infoPtr, INT x, INT y)
static LRESULT STATUSBAR_WMPaint (STATUS_INFO *infoPtr, HDC hdc)
static LRESULT STATUSBAR_WMSetFont (STATUS_INFO *infoPtr, HFONT font, BOOL redraw)
static BOOL STATUSBAR_WMSetText (const STATUS_INFO *infoPtr, LPCSTR text)
static BOOL STATUSBAR_WMSize (STATUS_INFO *infoPtr, WORD flags)
static LRESULT theme_changed (const STATUS_INFO *infoPtr)
static LRESULT STATUSBAR_SendMouseNotify (const STATUS_INFO *infoPtr, UINT code, UINT msg, WPARAM wParam, LPARAM lParam)
static LRESULT WINAPI StatusWindowProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
void STATUS_Register (void)
void STATUS_Unregister (void)

Variables

static const WCHAR themeClass [] = { 'S','t','a','t','u','s',0 }

Generated on Sat May 26 2012 05:05:59 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.