en:doku:plugin-api-event-windowmoved

Event_WindowMoved

This event is sent to the plugin after moving a GRT main window.

The event can be activated/deactivated in the plugin manifest.

Values

  • (integer) windowhandle - Windowhandle of the current GRT main window
  • (integer) left - window position left on the screen
  • (integer) top - window position at the top of the screen
  • (integer) width - Window width
  • (integer) height - Height of the window

JSON source (example)

{
  "Event_WindowMoved":{
    "windowhandle":531876,
    "left":944,
    "top":108,
    "width":1871,
    "height":1118
  }
}

This website uses only functional necessary cookies.

By clicking on OK, you agree with storing that cookies on your computer for the time of your session.
If you do not agree please leave the website.

Show information about the used cookies.

Show our policies.

  • en/doku/plugin-api-event-windowmoved.txt
  • Last modified: 2021/05/30 03:34
  • (external edit)