R/aabClasses.R

### these classes need to be defined before their subclasses. Alphabetical doesn't cut
### is so they go here.

### this must come after aaaGenerics, as there gComponentRGtk is defined
setClass("gEditRGtk",
         contains="gComponentRGtk",
         prototype=prototype(new("gComponentRGtk"))
         )
setClass("gGroupRGtk",
         contains="gContainerRGtk",
         prototype=prototype(new("gContainerRGtk"))
         )

setClass("gNotebookRGtk",
         contains="gComponentRGtk"
         )

Try the gWidgetsRGtk2 package in your browser

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

gWidgetsRGtk2 documentation built on May 2, 2019, 5:58 a.m.