Page 1 of 1

Customizing NEURON's appearance

Posted: Mon Apr 07, 2008 11:42 pm
by ted
Here are a few customizations that I have found useful under MSWin.

1. Make the NEURON Main Menu toolbar line up with the top left corner of the screen under MSWin.

In lib\hoc\stdrun.hoc find proc nrnmainmenu(). Look in this proc for

Code: Select all

    xpanel("NEURON Main Menu")
        nrnmainmenu_.filemenu()
        editmenu()
        buildmenu()
        toolmenu()
        graphmenu()
        vectormenu()
        windowmenu()
    xpanel(0,25)
Change xpanel(0,25) to xpanel(0,0).


More customizations to follow!