| Did you know ... | Search Documentation: |
| menu_bar->append |
|popup]<-buttons
with the following attributes:
button <-popupSet to the popup dialog_item <-labeldialog_item <-labelbutton <-fontSet to dialog_item <-label_fontgraphical <-penSet to graphical <-penbutton <-radiusSet tp menu_bar <-radius
The dialog_item<-label_font, graphical<-pen
and menu_bar<-radius of the button are
<-look
equals open_look. Because an OpenLook menu-bar really is a row of
buttons.
If the alignment argument is right, this
button is flushed to the right if the menu-bar is resized to be wider
than the space required by the buttons. Motif and Windows 95
look-and-feel normally flush the help menu to the right:
..., new(MB, menu_bar), send(MB, append, new(F, popup(file))), send(MB, append, new(H, popup(help)), right), ...,
->delete ->clear