ReactOS
0.4.15-dev-1618-g9c8ed68
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | ID_TIMER1 1 |
#define | ID_TIMER2 2 |
#define | ID_TIMER3 3 |
Functions | |
BOOL | ShowHideWindow (HWND hwnd) |
BOOL | FloatToolbarCreateToolsGui (PMAIN_WND_INFO Info) |
VOID | FloatWindowPaintColorPicker (HWND hColorPicker) |
VOID | FloatWindowPaintHueSlider (HWND hHueSlider) |
BOOL | FloatToolbarCreateColorsGui (PMAIN_WND_INFO Info) |
BOOL | FloatToolbarCreateHistoryGui (PMAIN_WND_INFO Info) |
static VOID | DoTimer (PFLT_WND FltInfo, UINT_PTR idTimer) |
LRESULT CALLBACK | FloatToolbarWndProc (HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam) |
BOOL | InitFloatWndClass (VOID) |
VOID | UninitFloatWndImpl (VOID) |
Variables | |
static const TCHAR | szFloatWndClass [] = TEXT("ImageSoftFloatWndClass") |
TBBUTTON | ToolsButtons [] |
TBBUTTON | HistoryButtons [] |
#define ID_TIMER1 1 |
Definition at line 5 of file floatwindow.c.
#define ID_TIMER2 2 |
Definition at line 6 of file floatwindow.c.
#define ID_TIMER3 3 |
Definition at line 7 of file floatwindow.c.
Definition at line 345 of file floatwindow.c.
Referenced by FloatToolbarWndProc().
BOOL FloatToolbarCreateColorsGui | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 170 of file floatwindow.c.
Referenced by MainWndCreateFloatWindows().
BOOL FloatToolbarCreateHistoryGui | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 278 of file floatwindow.c.
Referenced by MainWndCreateFloatWindows().
BOOL FloatToolbarCreateToolsGui | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 55 of file floatwindow.c.
Referenced by MainWndCreateFloatWindows().
Definition at line 454 of file floatwindow.c.
Referenced by InitFloatWndClass().
Definition at line 115 of file floatwindow.c.
Referenced by FloatToolbarCreateColorsGui().
Definition at line 142 of file floatwindow.c.
Referenced by FloatToolbarCreateColorsGui().
Definition at line 604 of file floatwindow.c.
Referenced by _tWinMain().
Definition at line 45 of file floatwindow.c.
Referenced by FloatToolbarWndProc(), MainWndCommand(), and MainWndCreateFloatWindows().
TBBUTTON HistoryButtons[] |
Definition at line 35 of file floatwindow.c.
Referenced by FloatToolbarCreateHistoryGui().
Definition at line 3 of file floatwindow.c.
Referenced by InitFloatWndClass(), and UninitFloatWndImpl().
TBBUTTON ToolsButtons[] |
Definition at line 9 of file floatwindow.c.
Referenced by FloatToolbarCreateHistoryGui(), and FloatToolbarCreateToolsGui().