From 2fb7056be4e26a5eecc365cd2608a8e8d552807f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Mar 2014 12:14:24 -0400 Subject: Standardized message boxes so they appear similarly on all platforms. This shafts Windows because primary/secondary text message boxes were only added in Windows Vista, but at least MSDN provides discourse. --- todo.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'todo.md') diff --git a/todo.md b/todo.md index 8bb383a..5f7a2bb 100644 --- a/todo.md +++ b/todo.md @@ -22,9 +22,6 @@ so I don't forget: - should message box text be selectable on all platforms or only on those that make it the default? - Listbox/Combobox.Index(n) - Index(n) is the name used by reflect.Value; use a different one? -- message boxes need cleanup: - - Windows: title: titlebar; text: message box text; no such thing as secondary text - - GTK+ AND Cocoa: title: message box text; text: secondary text; nothing: titlebar - change sysData.make() so it does not take the initial window text as an argument and instead have the respective Control/Window.make() call sysData.setText() expressly; this would allow me to remove the "no such concept of text" checks from the GTK+ and Mac OS X backends important things: -- cgit v1.2.3