sbIWindowResizeHookCallback Interface Reference

WindowResizeHook callback interface This interface describes a callback for the WindowResizeHook service, used to receive notifications of window resizing events. More...

List of all members.

Public Member Functions

void onResize (in PRInt32 x, in PRInt32 y, in PRInt32 w, in PRInt32 h)
 Window resize callback This method is called by the WindowResizeHook service to notify the callback object that the window being monitored has been resized.


Detailed Description

WindowResizeHook callback interface This interface describes a callback for the WindowResizeHook service, used to receive notifications of window resizing events.

See also:
sbIWindowResizeHook

Definition at line 43 of file IWindowResizeHook.idl.


Member Function Documentation

void sbIWindowResizeHookCallback::onResize ( in PRInt32  x,
in PRInt32  y,
in PRInt32  w,
in PRInt32  h 
)

Window resize callback This method is called by the WindowResizeHook service to notify the callback object that the window being monitored has been resized.

Parameters:
x The new x position of the window.
y The new y position of the window.
w The new width of the window.
h The new height of the window.


The documentation for this interface was generated from the following file:
Generated on Mon Aug 21 21:01:56 2006 for Songbird by  doxygen 1.4.7