next up previous contents
Nächste Seite: j_ setcurpos Aufwärts: Functions Vorherige Seite: j_ setcolor   Inhalt


j_ setcolumns


Synopsis
void j_setcolumns ( int obj , int columns );

Argumente

obj : int
columns : int

Beschreibung

Setzt die Anzahl Spalten von obj auf columns.

Zielkomponenten

Textarea, Textfield, Gridlayout

Beispiel

:
text = j_text(frame,10,4);
j_setcolumns(text,30);
:

j_textarea.eps



Merten Joost 2003-02-26