next up previous contents
Nächste Seite: j_ setshortcut Aufwärts: Functions Vorherige Seite: j_ setresizable   Inhalt


j_ setrows


Synopsis
void j_setrows ( int obj , int rows );

Argumente

obj : int
rows : int

Beschreibung

Setzt die Anzahl Reihen von obj auf rows.

Zielkomponenten

Textarea, Gridlayout

Beispiel

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

j_textarea.eps



Merten Joost 2003-02-26