1{
2    "## Comment" = "Do NOT change this file, Gorm maintains it";
3    FirstResponder = {
4	Actions = (
5	    "size:",
6	    "reset:",
7	    "show:"
8	);
9	Super = NSObject;
10    };
11    GSToolbarCustomizationPalette = {
12	Actions = (
13	    "show:",
14	    "reset:",
15	    "size:"
16	);
17	Outlets = (
18	    "_customizationWindow",
19	    "_customizationView",
20	    "_defaultTemplateView",
21	    "_sizeCheckBox",
22	    "_displayPopup",
23	    "_doneButton"
24	);
25	Super = NSObject;
26    };
27    GSToolbarCustomizationView = {
28	Actions = (
29	);
30	Outlets = (
31	);
32	Super = NSView;
33    };
34}