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:
Kevin Easton
2008-02-25 09:25:32 +00:00
commit 28febcfea9
1429 changed files with 250653 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
Synopsis:
menuitem <menu name> <options> <optional refnum> "Menu Text" { code }
Description:
MENUITEM Appends a menuitem to the end of the specified menu.
The possible options are:
-f = framed (PM only - draws a thin line around the text)
-s = static (unselectable)
-d = default (PM only - conditional cascade menus)
-b = break (starts a new vertical line)
The optional refnum is used for setting checks on menuitems.
The menu text is what shows up on the menu. If you put "separator"
instead of menu text a horizontal break will be created. Place
a ~ before a character in the menu text to make an accellerator out
of that key. (i.e. ALT-character will select that menu item)
Code is a code fragment to be executed when this menu item
is selected.
See Also:
menu(5) submenu(5) popupmenu(5)