User Tools

Site Tools



gui_api

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
Next revisionBoth sides next revision
gui_api [2018/11/23 15:03] fxfiregui_api [2019/11/26 07:55] madaopvp
Line 128: Line 128:
     *Returns: //number// witdth     *Returns: //number// witdth
  
-  ***''GUI:SetNextWindowPos( //number// X, //number// Y, __[[gui_api#SetCondflags|SetCondflags]] flags__)''**+  ***''GUI:SetNextWindowPos( //number// X, //number// Y, __[[gui_api#SetCondflags|SetCondflags]] flags__, __//number// pivotX__, __//number// pivotY__)''**
     *set next window position. call before Begin()     *set next window position. call before Begin()
  
Line 240: Line 240:
     *size (also height in pixels) of current font with current scale applied     *size (also height in pixels) of current font with current scale applied
  
-  ***''GUI:GetWindowFontSize( //number// scale)''**+  ***''GUI:SetWindowFontSize( //number// scale)''**
     *per-window font scale. Adjust IO.FontGlobalScale if you want to scale all windows     *per-window font scale. Adjust IO.FontGlobalScale if you want to scale all windows
  
Line 285: Line 285:
  
   ***''GUI:Columns( //number// count, __//string// name__, __//bool// border__ )''**   ***''GUI:Columns( //number// count, __//string// name__, __//bool// border__ )''**
-    *setup number of columns. use an identifier to distinguish multiple column sets. close with Columns(1).+    *setup number of columns. use an identifier to distinguish multiple column sets. **close with Columns(1)**.
  
   ***''GUI:NextColumn( )''**   ***''GUI:NextColumn( )''**
Line 874: Line 874:
   * GUI.InputTextFlags_NoUndoRedo   * GUI.InputTextFlags_NoUndoRedo
   * GUI.InputTextFlags_CharsScientific   * GUI.InputTextFlags_CharsScientific
 +  * GUI.InputTextFlags_Password
  
  
gui_api.txt · Last modified: 2023/04/21 07:34 by kali