bioCMWidget-class {gtkWidgets} | R Documentation |
A bioCMWidget object contains a mane bar on the top that has menu item. Functions are also provided to allow users to add new menu items
Objects can be created by calls of the form new("bioCMWidget",
title, fileMenu)
or use a creater bioCMWidget(title, fileMenu).
menuEnv
:"environment"
an
environment object that serves as the storage for all the objects
that will be ceatedsignature(object = "bioCMWidget")
: a function
to allow users to add new menu items to the widgetsignature(object = "bioCMWidget")
: a function to
allow users to access the environment where new objects will be storedsignature(object = "bioCMWidget")
: a
function to allow users to remove menu items from the widgetsignature(object = "bioCMWidget")
: a function that
makes the mune widget visiblesignature(object = "bioCMWidget")
: a
function that inserts the argument passed (a gtkWidget) into the
gtkBox associated with a bioCMWidget and displays the contents of
the widget passed. Only one widget can be inserted and the
existing one will be destroyed/replacedsignature(object = "bioCMWidget")
: a
function that destroys the gtkWidget that is in the
gtkBox associated with a bioCMWidgetJianhua Zhang
Programming with Data
if(interactive()){ mWidget <- bioCMWidget("BioC RGtk Widget") show(mWidget) }