WindowResizeHook.h File Reference

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>
Include dependency graph for WindowResizeHook.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Service for setting min/max limit callbacks to a window position and size - Prototypes.

Definition in file WindowResizeHook.h.

Macro Definition Documentation

#define PRUSTRING_DEFINED

Definition at line 39 of file WindowResizeHook.h.

#define SONGBIRD_WINDOWRESIZEHOOK_CID
Value:
{ /* 147cfe40-cbbf-43e9-9225-b5caf9fe2955 */ \
0x147cfe40, \
0xcbbf, \
0x43e9, \
{0x92, 0x25, 0xb5, 0xca, 0xf9, 0xfe, 0x29, 0x55} \
}

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.

Function Documentation

LRESULT CALLBACK ResizeHook ( int  code,
WPARAM  wParam,
LPARAM  lParam 
)

Here is the caller graph for this function: