User Tools

Site Tools


en:code:windows:messagebox

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
en:code:windows:messagebox [2011/04/20 20:59] – [MessageBox] jmgren:code:windows:messagebox [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 42: Line 42:
 var myObject = new MessageBox({ var myObject = new MessageBox({
  title: "Press yes or no",  title: "Press yes or no",
- icon: MessageBox.Warning+ icon: MessageBox.Warning,
  buttons: MessageBox.Yes | MessageBox.No  buttons: MessageBox.Yes | MessageBox.No
 }); });
Line 72: Line 72:
  
 === Arguments === === Arguments ===
-  - point - ([[code:core:point|Point]]) the window's position+  - point - ([[en:code:core:point|Point]]) the window's position
  
 === Returns === === Returns ===
Line 150: Line 150:
  
 === Returns === === Returns ===
-  * ([[code:core:point|Point]]) the window's position+  * ([[en:code:core:point|Point]]) the window's position
  
 ==== opacity ==== ==== opacity ====
Line 354: Line 354:
  
 ==== position ==== ==== position ====
-The window's position. ([[code:core:point|Point]])+The window's position. ([[en:code:core:point|Point]])
  
 ==== opacity ==== ==== opacity ====
en/code/windows/messagebox.1303333154.txt.gz · Last modified: 2021/02/13 11:23 (external edit)