en:code:windows:messagebox
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:code:windows:messagebox [2011/04/20 20:31] – created jmgr | en:code:windows:messagebox [2021/02/13 11:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| - parameters - (object) window parameters | - parameters - (object) window parameters | ||
| * title - (string) the window' | * title - (string) the window' | ||
| - | * position - ([[code: | + | * position - ([[en:code: |
| * opacity - (float) the window' | * opacity - (float) the window' | ||
| * enabled - (boolean) the window' | * enabled - (boolean) the window' | ||
| 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: | + | - point - ([[en:code: |
| === Returns === | === Returns === | ||
| Line 150: | Line 150: | ||
| === Returns === | === Returns === | ||
| - | * ([[code: | + | * ([[en:code: |
| ==== opacity ==== | ==== opacity ==== | ||
| Line 354: | Line 354: | ||
| ==== position ==== | ==== position ==== | ||
| - | The window' | + | The window' |
| ==== opacity ==== | ==== opacity ==== | ||
en/code/windows/messagebox.1303331504.txt.gz · Last modified: (external edit)
