        The GUI functions are part of this BitchX documentation project
        so it may be difficult to find which functions are intended for
        GUI use.  So here is a list:

                Commands:

                        MENU(5)
                        MENUITEM(5)
                        SUBMENU(5)
                        POPUPMENU(5)
                        POPUPMSG(5)
                        PMPASTE(5)
                        FONTDIALOG(5)
                        FILEDIALOG(5)
                        PROPERTIES(5)

                Functions:

                        GUI(6)
                        LASTCLICKLINE(6)
                        LASTCLICKX(6)
                        LASTCLICKY(6)
			MENUCONTROL(6)
                        WINITEM(6) (Not entirely GUI specific)

                Keybindings:

                        RCLICK (right mouse click)
                        LCLICK (left mouse click)
                        MCLICK (middle mouse click)
                        STATUSRCLICK (right mouse click on status bar)
                        STATUSLCLICK (left mouse clickon status bar)
                        STATUSMCLICK (middle mouse click on status bar)

                Bindings:

                        PASTE_TO_INPUT(4)

                Window commands:

                        WINDOW_MENU(4)
                        WINDOW_FONT(4)
                        WINDOW_SETWINDOWPOS(4)

        Some functions have added functionality in the GUI versions. 
        For instance /window show not only makes that window the current
        foreground window but it also raises the physically window to 
        the front of the Z order.  Don't be surprised if you run into
        similar behavior with other commands.  I'll have to double 
        check the source code to see if there are any other commands
        which have similar behaviour.  

        As I add more functionality I will add more documentation.

        Thanks!

        Brian Smith (NuKe)
