Service for setting min/max limit callbacks to a window position and size - Prototypes. More...
#include <string>
#include "nscore.h"
#include "IWindowResizeHook.h"
#include "../NativeWindowFromNode.h"
#include <list>
Go to the source code of this file.
Classes | |
class | CWindowResizeHookItem |
class | CWindowResizeHook |
Macros | |
#define | PRUSTRING_DEFINED |
#define | SONGBIRD_WINDOWRESIZEHOOK_CONTRACTID "@songbirdnest.com/Songbird/WindowResizeHook;1" |
#define | SONGBIRD_WINDOWRESIZEHOOK_CLASSNAME "Songbird Window Resize Hook Interface" |
#define | SONGBIRD_WINDOWRESIZEHOOK_CID |
Functions | |
LRESULT CALLBACK | ResizeHook (int code, WPARAM wParam, LPARAM lParam) |
Service for setting min/max limit callbacks to a window position and size - Prototypes.
Definition in file WindowResizeHook.h.
#define PRUSTRING_DEFINED |
Definition at line 39 of file WindowResizeHook.h.
#define SONGBIRD_WINDOWRESIZEHOOK_CID |
Definition at line 57 of file WindowResizeHook.h.
#define SONGBIRD_WINDOWRESIZEHOOK_CLASSNAME "Songbird Window Resize Hook Interface" |
Definition at line 55 of file WindowResizeHook.h.
#define SONGBIRD_WINDOWRESIZEHOOK_CONTRACTID "@songbirdnest.com/Songbird/WindowResizeHook;1" |
Definition at line 53 of file WindowResizeHook.h.
LRESULT CALLBACK ResizeHook | ( | int | code, |
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |