Initial import of the ircii-pana-1.1-final source tree.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
18
bitchx-docs/5_Programming/submenu
Normal file
18
bitchx-docs/5_Programming/submenu
Normal file
@@ -0,0 +1,18 @@
|
||||
Synopsis:
|
||||
submenu <parent menu name> <new menu name> <options> "Submenu Text"
|
||||
|
||||
Description:
|
||||
SUBMENU appends a new submenu to the parent menu given. A new
|
||||
menu with the new menu name given is created. Possible options:
|
||||
-s = shared
|
||||
-r = right (items appear on the right of the menubar - unimplemented)
|
||||
-b = break (greates a vertical break)
|
||||
-f = framed (PM only - thin line around text)
|
||||
Submenu text is the text that appears on the menu which spawns the new
|
||||
menu. If a ~ is placed before a charater in the text an accellerator
|
||||
is created for that character. (i.e. ALT-character will activate that
|
||||
submenu)
|
||||
|
||||
See Also:
|
||||
menu(5); menuitem(5); popupmenu(5)
|
||||
|
||||
Reference in New Issue
Block a user