File: atkManuals.R

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (25 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (8)
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
atkComponentAddFocusHandler <- atkObjectConnectPropertyChangeHandler <-
function(object, handler)
{
	.notimplemented("does not have user data for the handler")
}
atkAddFocusTracker <-
function(focus.tracker)
{
    .notimplemented("does not have user data for the tracker")
}
atkFocusTrackerInit <-
function(add.function)
{
	.notimplemented("does not have user data for init function. Besides, it's only for ATK implementations")
}
atkAddGlobalEventListener <-
function(listener, event.type)
{
    .notimplemented("does not have user data for the listener")
}
atkStreamableContentGetStream <-
function (object, mime.type) 
{
	.notimplemented("is not yet written. It will support retrieving an R connection from AtkStreamableContent")
}