~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to inst/examples/gio-Extension-Points-2.R

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Implement an extension point
 
2
myExampleImplType <- gClass("MyExampleImpl", MY_TYPE_EXAMPLE)
 
3
gIoExtensionPointImplement ("my-extension-point",
 
4
                            myExampleImplType,
 
5
                            "my-example",
 
6
                            10);