#include <sbGtkWindowMoveService.h>
Public Member Functions | |
sbGtkWindowContext (sbIWindowMoveListener *aListener, PRInt32 aPreviousX, PRInt32 aPreviousY, PRInt32 aConfigureHandlerID, PRInt32 aDestroyHandlerID) | |
virtual | ~sbGtkWindowContext () |
nsresult | OnFrameEvent (GdkEvent *aEvent) |
nsresult | OnWindowDestroyed () |
nsresult | GetSignalHandlerIDs (PRInt32 *aOutConfigureHandlerID, PRInt32 *aOutDestroyHandlerID) |
Definition at line 43 of file sbGtkWindowMoveService.h.
sbGtkWindowContext::sbGtkWindowContext | ( | sbIWindowMoveListener * | aListener, |
PRInt32 | aPreviousX, | ||
PRInt32 | aPreviousY, | ||
PRInt32 | aConfigureHandlerID, | ||
PRInt32 | aDestroyHandlerID | ||
) |
Definition at line 63 of file sbGtkWindowMoveService.cpp.
|
virtual |
Definition at line 81 of file sbGtkWindowMoveService.cpp.
nsresult sbGtkWindowContext::GetSignalHandlerIDs | ( | PRInt32 * | aOutConfigureHandlerID, |
PRInt32 * | aOutDestroyHandlerID | ||
) |
Definition at line 138 of file sbGtkWindowMoveService.cpp.
nsresult sbGtkWindowContext::OnFrameEvent | ( | GdkEvent * | aEvent | ) |
Definition at line 86 of file sbGtkWindowMoveService.cpp.
nsresult sbGtkWindowContext::OnWindowDestroyed | ( | ) |
Definition at line 124 of file sbGtkWindowMoveService.cpp.