Output Class Reference

Inherits Input.

Inherited by MultiLineOutput, and WordwrapOutput.

List of all members.

Public Member Functions

 Output (int x, int y, int w, int h, const char *l=0)
int handle (int)

Static Public Attributes

NamedStyledefault_style


Detailed Description

text.gif

This widget displays a piece of text. When you set the value(), it does a strcpy() to it's own storage, which is useful for program-generated values. You can also call static_value() if you know the original text will not be deleted. The text may contain any characters except nul. Any control characters less than 32 will display in ^X notation. Other characters are drawn without any changes.

The user may select portions of the text using the mouse and paste the contents into other fields or programs.


Member Data Documentation

NamedStyle * Output::default_style [static]
 

Output has it's own style so the color can be set to gray like Motif-style programs want.

Reimplemented from Input.


The documentation for this class was generated from the following files:
Sun Jan 7 00:55:18 2007. FLTK ©2006 Bill Spitzak and others.
Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.