Customizing NEURON's appearance

A collection of noteworthy items selected by our moderators from discussions about making and using models with NEURON.

Moderators: ted, wwlytton, tom_morse

Post Reply
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Customizing NEURON's appearance

Post 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!
Post Reply