R/RzVVMain.R

VVMain <-
  setRefClass("RzVVMain",
              fields = c("main"),
              contains = "RzVVCore",
              methods = list(
                initialize            = function(...) {
                  initFields(...)
                  callSuper(...)
                  
                  main <<- gtkVBox()
                  main$packStart(widget, expand=TRUE, fill=TRUE)
                }
              )
  )
VVMain$accessors("main")

Try the Rz package in your browser

Any scripts or data that you put into this service are public.

Rz documentation built on May 29, 2017, 11:06 a.m.