C-Menu 0.2.9
A User Interface Toolkit
Loading...
Searching...
No Matches
Text Struct Reference

structure for form fields More...

#include <form.h>

Collaboration diagram for Text:
[legend]

Data Fields

int line
int col
char str [SCR_COLS]
int len

Detailed Description

structure for form fields

Definition at line 101 of file form.h.

Field Documentation

◆ col

int Text::col

the column number on the form window where this text string should be displayed

Definition at line 104 of file form.h.

Referenced by form_display_screen(), and form_parse_desc().

◆ len

int Text::len

the length of the text string, used for display and formatting purposes

Definition at line 108 of file form.h.

Referenced by form_parse_desc().

◆ line

int Text::line

the line number on the form window where this text string should be displayed

Definition at line 102 of file form.h.

Referenced by form_display_screen(), and form_parse_desc().

◆ str

char Text::str[SCR_COLS]

the text string to be displayed on the form window

Definition at line 106 of file form.h.

Referenced by form_display_screen(), and form_parse_desc().


The documentation for this struct was generated from the following file: