comparison src/request.h @ 8699:775bd10da7f2

[gaim-migrate @ 9452] I guess this comment is better... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 18 Apr 2004 15:44:52 +0000
parents 725413cc9fb9
children 92cbf9713795
comparison
equal deleted inserted replaced
8698:f36eee61c85f 8699:775bd10da7f2
1068 * @param primary The main point of the message. 1068 * @param primary The main point of the message.
1069 * @param secondary The secondary information. 1069 * @param secondary The secondary information.
1070 * @param default_value The default value. 1070 * @param default_value The default value.
1071 * @param multiline TRUE if the inputted text can span multiple lines. 1071 * @param multiline TRUE if the inputted text can span multiple lines.
1072 * @param masked TRUE if the inputted text should be masked in some way. 1072 * @param masked TRUE if the inputted text should be masked in some way.
1073 * @param hint bleh. 1073 * @param hint Optionally suggest how the input box should appear.
1074 * Use "html," for example, to allow the user to enter
1075 * HTML.
1074 * @param ok_text The text for the OK button. 1076 * @param ok_text The text for the OK button.
1075 * @param ok_cb The callback for the OK button. 1077 * @param ok_cb The callback for the OK button.
1076 * @param cancel_text The text for the cancel button. 1078 * @param cancel_text The text for the cancel button.
1077 * @param cancel_cb The callback for the cancel button. 1079 * @param cancel_cb The callback for the cancel button.
1078 * @param user_data The data to pass to the callback. 1080 * @param user_data The data to pass to the callback.