bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cdkentry questions


From: Thomas Dickey
Subject: Re: cdkentry questions
Date: Wed, 6 Feb 2002 05:54:30 -0500
User-agent: Mutt/1.2.5i

On Tue, Feb 05, 2002 at 09:13:54PM -0800, Peter Jay Salzman wrote:
> today is the first day of my life that i played around with cdk.  looks
> great, but i have question.  how the heck does one get two cdkentry
> boxes on the screen at once?   i mean something like:
> 
>   CDKENTRY *Entry[2];
>   Entry[0] = newCDKEntry(cdkscreen, CENTER, CENTER, Title[0], "", A_NORMAL, 
> '_',
>       vMIXED, 40, 0, 256, TRUE, FALSE);
>   Entry[1] = newCDKEntry(cdkscreen, 0, 0, Title[1], "", A_NORMAL, '_',
>       vMIXED, 40, 0, 256, TRUE, FALSE);

there are a couple of sample programs in cdk that make more than one entry.
(I don't recall offhand if they're instantiated at the same time - perhaps
that's a limitation - but that's where I'd look first).

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]