de:doku:plugin-api-event-windowresized

Event_WindowResized

Dieses Event wird nach einer Größenveränderung eines GRT-Hauptfensters an das Plugin gesendet.

Das Event ist kann im Plugin-Manifest aktiviert/deaktiviert werden.

Values

  • (integer) windowhandle - Fensterhandle des aktuellen GRT-Hauptfensters
  • (integer) left - Fensterposition links auf dem Bildschirm
  • (integer) top - Fensterposition oben auf dem Bildschirm
  • (integer) width - Breite des Fensters
  • (integer) height - Höhe des Fensters

JSON-Source (Beispiel)

{
  "Event_WindowResized":{
    "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.

  • de/doku/plugin-api-event-windowresized.txt
  • Last modified: 2021/05/30 03:33
  • (external edit)