|
|
1.1 ! root 1: .ds ZZ DEVELOPMENT PACKAGE ! 2: .TH MSGBOX 3R "630 MTG" ! 3: .XE "msgbox()" ! 4: .SH NAME ! 5: msgbox \- put up a message in a box ! 6: .SH SYNOPSIS ! 7: .B int msgbox (s,...) ! 8: .br ! 9: .B char \(**s; ! 10: .SH DESCRIPTION ! 11: The ! 12: .I msgbox ! 13: function ! 14: puts up a message in a box that tracks with the mouse. ! 15: Its argument(s) are strings terminated by the argument (char *)0. ! 16: Each string is placed on a separate line in the message box and ! 17: is centered and displayed with the medium font. ! 18: The message box replaces the mouse cursor and follows the mouse ! 19: around the screen until a button is depressed. ! 20: .PP ! 21: If the first argument to ! 22: .I msgbox ! 23: is (char *)0, ! 24: a message box with the message "No Memory" ! 25: is displayed. ! 26: .PP ! 27: If there is no memory for displaying the given message, ! 28: .I msgbox ! 29: puts up a message box with the message "No Memory" and ! 30: returns the value 0. ! 31: Otherwise, it returns 1.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.