diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-05 01:03:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-05 01:03:37 -0400 |
| commit | 60f3c1b24f32de0a16c488718980b87fe7c3b55e (patch) | |
| tree | c41cca13764b661df2e03f05adcad77f9999a269 /dialog.go | |
| parent | 89ab55cfbd63b222a7f032e56f6e87e726c1176b (diff) | |
Verified resize differences on MsgBox() with a parent.
Diffstat (limited to 'dialog.go')
| -rw-r--r-- | dialog.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ import ( // If parent is not nil, the message box is modal to that Window only. // Attempts to interact with parent will be blocked, but all other Windows in the application can still be used properly. // The message box will also stay above parent. -// As with parent == nil, resizing is implementation-defined, but will work properly if allowed. [TODO verify] +// As with parent == nil, resizing is implementation-defined, but will work properly if allowed. // If parent has not yet been created, MsgBox() panics. [TODO check what happens if hidden] func MsgBox(parent *Window, primaryText string, secondaryText string) { // TODO implement panic after resolving above TODO |
