Class Input_

(back to index)

Abstract base class for text input/output widgets

Inherits from Widget

Subclasses: Input  Output  

Property index

cursor_colorsizetextfontvalue
maximum_sizetextcolortextsize

Description

This is a virtual base class below Input.

This class contains many text editing functions; read the Fltk documentation of Fl_Input_ if you're curious.

Detailed reference

value: string

The string value of the field.

size: readonly integer

The length of the string contents of the field.

maximum_size: integer

The maximum length of the field in characters.

textfont: Font

The text font for the field.

textsize: integer

The text font size for the field.

textcolor: Color

The text color for the field.

cursor_color: Color

The color of the insertion cursor.


doctool generated at Sun Aug 5 20:52:29 2001