File: data.classes

package info (click to toggle)
helpviewer.app 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,940 kB
  • sloc: objc: 2,416; makefile: 12
file content (37 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
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
{
    "## Comment" = "Do NOT change this file, Gorm maintains it";
    Controller = {
	Actions = (
	    "openFile:",
	    "search:",
	    "index:",
	    "back:",
	    "bookshelf:",
	    "print:"
	);
	Outlets = (
	    query,
	    search,
	    index,
	    back,
	    bookshelf,
	    textview,
	    tocview,
	    window,
	    infoMenu,
	    helpMenu,
	    servicesMenu
	);
	Super = NSObject;
    };
    FirstResponder = {
	Actions = (
	    "back:",
	    "bookshelf:",
	    "index:",
	    "openFile:",
	    "search:"
	);
	Super = NSObject;
    };
}