#include <sbGtkWindowMoveService.h>
Public Member Functions | |
| sbGtkWindowMoveService () | |
| virtual | ~sbGtkWindowMoveService () |
| NS_DECL_ISUPPORTS NS_DECL_SBIWINDOWMOVESERVICE nsresult | OnWindowFrameCallback (GtkWindow *aWindow, GdkEvent *aEvent) |
| nsresult | OnWindowDestroyed (GtkWindow *aWindow) |
Public Member Functions inherited from sbIWindowMoveService | |
| void | startWatchingWindow (in nsISupports aWindow, in sbIWindowMoveListener aListener) |
| void | stopWatchingWindow (in nsISupports aWindow, in sbIWindowMoveListener aListener) |
Definition at line 102 of file sbGtkWindowMoveService.h.
| sbGtkWindowMoveService::sbGtkWindowMoveService | ( | ) |
Definition at line 187 of file sbGtkWindowMoveService.cpp.
|
virtual |
Definition at line 191 of file sbGtkWindowMoveService.cpp.
| nsresult sbGtkWindowMoveService::OnWindowDestroyed | ( | GtkWindow * | aWindow | ) |
Definition at line 218 of file sbGtkWindowMoveService.cpp.
| nsresult sbGtkWindowMoveService::OnWindowFrameCallback | ( | GtkWindow * | aWindow, |
| GdkEvent * | aEvent | ||
| ) |
Definition at line 196 of file sbGtkWindowMoveService.cpp.