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

Manual: MENUBUTTON 4 1993


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

NAME

menubutton -- menubutton widget

SYNOPSIS


The menubutton is a specialization of the button widgets. It allows for attaching a menu that will be displayed when pressing the button.


slide: SYNOPSIS

INTERFACE


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

sources/java/hush.dv.widgets.menubutton

menubutton(char* p, char* options = ""); menubutton(widget* w, char* p, char* options = ""); void text(char* s); void bitmap(char* s); void menu(class menu* m); };

slide: INTERFACE

OPTIONS


  -heigth <number>
  -menu <pathname>
  -state <normal|active|disabled>
  -width <number>
  

slide: OPTIONS

STANDARD OPTIONS


activebackground, activeforeground, anchor, background, borderwidth, cursor, disabledforeground, font, foreground, padx, pady, relief, text, textvariable, underline,


slide: STANDARD OPTIONS

REMARK


The menubutton must be used to pack menus in a menubar.


slide: REMARK

LIBRARY


hush -- file <widgets/menubutton.h>


slide: LIBRARY

KEYWORDS

widget(4)

SEE ALSO

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