forked from cran/RGtk2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
52 lines (39 loc) · 1.01 KB
/
NAMESPACE
File metadata and controls
52 lines (39 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
exportPattern("^[^\\.]")
export(.RGtkCall)
#useDynLib(RGtk2)
importFrom(utils, unzip, menu, download.file)
importFrom(methods, new)
S3method(dimnames, RGtkDataFrame)
S3method("dimnames<-", RGtkDataFrame)
S3method(dim, RGtkDataFrame)
S3method("[<-", RGtkDataFrame)
S3method("[", RGtkDataFrame)
S3method("as.data.frame", RGtkDataFrame)
S3method(names, GObject)
S3method(names, GtkObject)
S3method("[", GObject)
S3method("[<-", GObject)
S3method("$", GObject)
S3method("$<-", GObject)
S3method("[[<-", GObject)
S3method("[[", GObject)
S3method(print, CallbackID)
S3method("==", RGtkObject)
S3method("[[", RGtkObject)
S3method("$", RGtkObject)
S3method("[[", GtkContainer)
S3method("[", flags)
S3method("[", enums)
S3method("==", enum)
S3method(print, enum)
S3method(print, flag)
S3method(print, enums)
S3method(print, flags)
S3method("$", "<invalid>")
S3method("!", flag)
S3method("&", flag)
S3method("|", flag)
S3method(print, GType)
S3method(giocon, GIOStream)
S3method(giocon, GInputStream)
S3method(giocon, GOutputStream)