Tue Jun 24 19:21:21 EDT 2008 Malebria <malebria@...>
* Some improvements in MessageDialog documentation
hunk ./gtk/Graphics/UI/Gtk/Windows/MessageDialog.chs.pp 40
---
+
hunk ./gtk/Graphics/UI/Gtk/Windows/MessageDialog.chs.pp 138
--- user may want to see. When the user clicks a button a "response" signal
+-- user may want to see. When the user clicks a button a \"response\" signal
hunk ./gtk/Graphics/UI/Gtk/Windows/MessageDialog.chs.pp 142
-messageDialogNew :: Maybe Window -> [DialogFlags] -> MessageType ->
- ButtonsType -> String -> IO MessageDialog
+messageDialogNew
+ :: Maybe Window -- ^ Transient parent of the dialog (or none)
+ -> [DialogFlags]
+ -> MessageType
+ -> ButtonsType
+ -> String -- ^ The text of the message
+ -> IO MessageDialog
hunk ./gtk/Graphics/UI/Gtk/Windows/MessageDialog.chs.pp 177
--- a button a "response" signal is emitted with response IDs from
+-- a button a \"response\" signal is emitted with response IDs from
hunk ./gtk/Graphics/UI/Gtk/Windows/MessageDialog.chs.pp 182
-messageDialogNewWithMarkup :: Maybe Window -> [DialogFlags] -> [_$_]
- MessageType -> ButtonsType -> Markup ->
- IO MessageDialog
+messageDialogNewWithMarkup
+ :: Maybe Window -- ^ Transient parent of the dialog (or none)
+ -> [DialogFlags]
+ -> MessageType
+ -> ButtonsType
+ -> Markup -- ^ The text of the message
+ -> IO MessageDialog
|