User Tools

Site Tools


fr:scriptapi:class:display:info

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
fr:scriptapi:class:display:info [2023/04/11 13:54] oldsnakefr:scriptapi:class:display:info [2023/04/11 13:56] (current) oldsnake
Line 15: Line 15:
          
 </code> </code>
- 
- 
- 
-====== SetWindowTitle ====== 
- 
-Paramètre le titre de la fenêtre de l'application. 
- 
-==== Syntaxe ==== 
- 
-<code cpp>void SetWindowTitle(const String& fTitle)</code> 
- 
-==== Arguments ==== 
- 
-    * **fTitle** (String): Titre de la fenêtre. 
- 
-==== Exemple ==== 
- 
-<code cpp[enable_line_numbers="true",highlight_lines_extra="3"]> 
-    Display@ _hDisplay = GetDisplay(); 
-     
-    _hDisplay.SetWindowTitle("Titre personnalisé"); 
-</code> 
- 
- 
- 
-====== GetWindowTitle ====== 
- 
-Retourne le titre actuel de la fenêtre de l'application. 
- 
-==== Syntaxe ==== 
- 
-<code cpp>String GetWindowTitle()</code> 
- 
-==== Retour ==== 
- 
-    * (String): Titre de la fenêtre.  
- 
-==== Exemple ==== 
- 
-<code cpp [enable_line_numbers="true",highlight_lines_extra="3"]> 
-    Display@ _hDisplay = GetDisplay(); 
-     
-    LOG("Le Titre de la fenêtre est: {}", _hDisplay.GetWindowTitle()); 
-</code> 
- 
  
  
fr/scriptapi/class/display/info.1681214097.txt.gz · Last modified: 2023/04/11 13:54 by oldsnake

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki