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,20 @@
Synopsis:
$menucontrol(<menuname> <refnum> <text|check> <param>)
Technical:
This function modifies shared menus on the fly. Either changing
the item text or the check status. The menuname is the name of the
menu where the item you wish to change is located. The refnum is
the refnum you passed when creating the menuitem. The third
parameter is either "check" or "text" depending whether you want
to change the menu's check status or text. If you choose "text"
param is the new menu item text. If you choose check then param
is either 1 or 0. Where 1 is check active and 0 is check inactive.
Returns:
0 - on failure
1 - on success
See Also:
menu(4) menuitem, submenu