R/gdfnotebook.R

setClass("gDfNotebooktcltk",
         representation = representation(
           gnotebook="guiWidget"
           ),
         contains="gNotebooktcltk"
         )

setMethod(".gdfnotebook",
          signature(toolkit="guiWidgetsToolkittcltk"),
          function(toolkit,
                   items = NULL,
                   container = NULL,
                   ... # passed to Group, gnotebook = nb,
                                        # notebook = nb$notebook)
    ) {

            force(toolkit)

            return(glabel("gdfnotebook not available", container=container)@widget)
  
          })

##################################################
##
## gWidgetMethods (inherits others from gnotebook
## object is name of R object *or* file

## REWRITE me to dispatch on value. This first part is ugly and broken
setMethod(".add",
          signature(toolkit="guiWidgetsToolkittcltk",obj="gDfNotebooktcltk"),
          function(obj, toolkit, value, ...) {
          })
          

Try the gWidgetstcltk package in your browser

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

gWidgetstcltk documentation built on May 2, 2019, 4:58 p.m.