Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

msgboxes.h File Reference

Routines for the basic desktop management. More...


Functions

void printnomem (void)
void indicate (char *message)
 indicate. More...

void infobox (char *text, char *prompt)
 infobox. More...

int true_box (char *message, char *prompt)
 true_box. More...


Detailed Description

Routines for the basic desktop management.

Author:
Igor Bujna
Date:
Pá čec 26 09:59:28 CEST 2002
Version:
1.03

Function Documentation

void indicate char *    message
 

indicate.

Parameters:
message  Print this message
Returns:
void
This routines is for printing this messages ``messages''.

void infobox char *    text,
char *    prompt
 

infobox.

Parameters:
text  Print this text
prompt  Print this help text
Returns:
void
This routines is for printing window with text. The given text is ``text'' and ``prompt'' is the help text.

void printnomem void   
 

int true_box char *    message,
char *    prompt
 

true_box.

Parameters:
message  Print this message
prompt  Print this help text
Returns:
int TRUE or FALSE
This routines is for printing window with text and waiting for your key press. If you press ``Y'' or ``y'' return is ``TRUE''. If you press ``N'' or ``n'' return is ``FALSE''. The given text is ``text'' and ``prompt'' is the help text.


Generated on Wed Apr 2 06:51:17 2003 for TFCC by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001