User Tools

Site Tools


fr:scriptapi:class:display:setwindowresizable

This is an old revision of the document!


SetWindowResizable

Paramètre si oui ou non la fenêtre peut être redimensionnée avec la souris.

Syntaxe

void SetWindowResizable(bool fResizable)

Arguments

  • fResizable (bool): True si la fenêtre peut être redimensionnée ou false si sa taille est fixe et ne peut être modifiée avec la souris.

Exemple

  1. Display@ _hDisplay = GetDisplay();
  2.  
  3. _hDisplay.SetWindowResizable(true);
fr/scriptapi/class/display/setwindowresizable.1681211736.txt.gz · Last modified: 2023/04/11 13:15 by oldsnake

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki