search for: leftpanel

Displaying 1 result from an estimated 1 matches for "leftpanel".

2009 Jun 25
1
How do I define the method for gcheckboxgroup in gWidgets?
...he values, I can't get it to return the indices, which are probably what I need in this case. A demo script is at the bottom and the error is just below. > tmp <- gcheckboxgroup(stuff, handler = report.which, index = TRUE, + checked = c(TRUE, FALSE, FALSE, FALSE, FALSE), container = leftPanel) > add(tmp, value = 1, expand = TRUE) Error in function (classes, fdef, mtable) : unable to find an inherited method for function ".add", for signature "gCheckboxgroupRGtk", "guiWidgetsToolkitRGtk2", "numeric" This error suggests that I don't have...