Skip to content

Menus - best practices?

6 messages · Noah Silverman, Rich Shepard, Peter Dalgaard +2 more

#
On Fri, 18 May 2012, Noah Silverman wrote:

            
Noah,

   ncurses will do all you want in preparing, extending, and tuning a
text-based UI.

Rich
#
On May 19, 2012, at 01:45 , Noah Silverman wrote:

            
"Best practice" is a bit contentious, but several people have found that the tcltk package offers a path of low resistance. Just do library(tcltk) and e.g. demo(tkdensity) or demo(tkttest) to see whether it is of use to you (study the code for the demo).

In the Windows GUI, there are also features to add items to the menubar, using winMenuAdd and friends. These aren't portable to other architectures, though.

  
    
#
On Sat, May 19, 2012 at 9:31 AM, peter dalgaard <pdalgd at gmail.com> wrote:
Additionally check gWidgets.

Liviu
3 days later
#
The tkexamp function in the TeachingDemos package can be used to
create a tcltk based GUI for your own functions.
On Fri, May 18, 2012 at 5:45 PM, Noah Silverman <noahsilverman at ucla.edu> wrote: