fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

fl_ask.H File Reference

#include "Enumerations.H"
Include dependency graph for fl_ask.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define __fl_attr(x)

Enumerations

enum  {
  FL_BEEP_DEFAULT = 0, FL_BEEP_MESSAGE, FL_BEEP_ERROR, FL_BEEP_QUESTION,
  FL_BEEP_PASSWORD, FL_BEEP_NOTIFICATION
}

Functions

FL_EXPORT void fl_beep (int type=FL_BEEP_DEFAULT)
FL_EXPORT void fl_message (const char *,...) __fl_attr((__format__(__printf__
FL_EXPORT void FL_EXPORT void fl_alert (const char *,...) __fl_attr((__format__(__printf__
FL_EXPORT void FL_EXPORT void
FL_EXPORT int 
fl_ask (const char *,...) __fl_attr((__format__(__printf__
FL_EXPORT int fl_choice (const char *q, const char *b0, const char *b1, const char *b2,...) __fl_attr((__format__(__printf__
FL_EXPORT int FL_EXPORT const
char * 
fl_input (const char *label, const char *deflt=0,...) __fl_attr((__format__(__printf__
FL_EXPORT int FL_EXPORT const
char FL_EXPORT const char * 
fl_password (const char *label, const char *deflt=0,...) __fl_attr((__format__(__printf__
FL_EXPORT int FL_EXPORT const
char FL_EXPORT const char
FL_EXPORT Fl_Widget
fl_message_icon ()
void fl_message_font (Fl_Font f, Fl_Fontsize s)

Variables

FL_EXPORT void FL_EXPORT void
FL_EXPORT int 
__deprecated__
FL_EXPORT Fl_Font fl_message_font_
FL_EXPORT Fl_Fontsize fl_message_size_
FL_EXPORT const char * fl_no
 string pointer used in common dialogs, you can change it to a foreign language
FL_EXPORT const char * fl_yes
 string pointer used in common dialogs, you can change it to a foreign language
FL_EXPORT const char * fl_ok
 string pointer used in common dialogs, you can change it to a foreign language
FL_EXPORT const char * fl_cancel
 string pointer used in common dialogs, you can change it to a foreign language
FL_EXPORT const char * fl_close
 string pointer used in common dialogs, you can change it to a foreign language

Define Documentation

#define __fl_attr (   x)

Definition at line 47 of file fl_ask.H.


Enumeration Type Documentation

anonymous enum [related]

Different system beeps available.(int)

Enumerator:
FL_BEEP_DEFAULT 
FL_BEEP_MESSAGE 
FL_BEEP_ERROR 
FL_BEEP_QUESTION 
FL_BEEP_PASSWORD 
FL_BEEP_NOTIFICATION 

Definition at line 35 of file fl_ask.H.


Function Documentation

FL_EXPORT void FL_EXPORT void FL_EXPORT int fl_ask ( const char *  ,
  ... 
)
FL_EXPORT int fl_choice ( const char *  q,
const char *  b0,
const char *  b1,
const char *  b2,
  ... 
)
FL_EXPORT int FL_EXPORT const char* fl_input ( const char *  label,
const char *  deflt = 0,
  ... 
)
void fl_message_font ( Fl_Font  f,
Fl_Fontsize  s 
) [inline]

Definition at line 64 of file fl_ask.H.

References f.

Referenced by fl_set_goodies_font().

FL_EXPORT int FL_EXPORT const char FL_EXPORT const char* fl_password ( const char *  label,
const char *  deflt = 0,
  ... 
)

Variable Documentation

FL_EXPORT void FL_EXPORT void FL_EXPORT int __deprecated__

Definition at line 56 of file fl_ask.H.

Definition at line 57 of file fl_ask.cxx.

Referenced by resizeform().

Definition at line 58 of file fl_ask.cxx.

Referenced by resizeform().