The DejaVU Framework -- hush 3.1
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?

Manual: ENTRY 4 1994


[.] [man] man1 man2 man3 man4 man5 man6 man7 man8 man9 manl mann ?

NAME

entry - to create an entry widget

SYNOPSIS


An entry widget may be used to display text or allow the user to type a short text.


slide: SYNOPSIS

INTERFACE


  interface entry : widget {                   
<widgets/entry.h>

sources/java/hush.dv.widgets.entry

entry(); entry(char* p, char* options = ""); entry(widget* w,char* p, char* options = ""); void insert(char* s);
insert text

void del();
delete

};

slide: INTERFACE

OPTIONS


  -state <normal|disabled>
  -width <number>  - in characters
  

slide: OPTIONS

DESCRIPTION


When a handler is attached to the entry widget it is activated whenever the user double clicks on the widget or presses the return key. The contents of the entry are added as an argument when calling the handler.


slide: DESCRIPTION

LIBRARY


widget - file <widgets/entry.h>


slide: LIBRARY

KEYWORDS

widget, action, event

SEE ALSO

entry(n)
[.] Papers Tutorials Examples Manuals Interfaces Sources Packages Resources ?
Hush Online Technology
hush@cs.vu.nl
09/24/99