26 #include "nsISupports.idl"
42 [scriptable,
uuid(4D11C61E-8623-4b1b-B7CB-094B5E774609)]
54 void onResize( in PRInt32 x, in PRInt32
y, in PRInt32 w, in PRInt32 h);
64 [scriptable,
uuid(D44A410E-70A1-4932-8F5A-B1D644356401)]
void resetCallback(in sbIWindowResizeHookCallback cb)
Remove window resize hook callback This method removes the WindowResizeHookCallback object from the s...
void setCallback(in nsISupports window, in sbIWindowResizeHookCallback cb)
Set window resize hook callback This method assigns a WindowResizeHook Callback object to the specifi...
WindowResizeHook callback interface This interface describes a callback for the WindowResizeHook serv...
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 o...
WindowResizeHook service interface This is an interface to the WindowResizeHook service, used to used to register callback notifications of window resizing events.