File: local.cat

package info (click to toggle)
xbae 4.60.2-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,452 kB
  • ctags: 2,046
  • sloc: ansic: 21,858; sh: 8,195; makefile: 577; tcl: 1
file content (33 lines) | stat: -rw-r--r-- 820 bytes parent folder | download | duplicates (7)
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
!
! Builder Xcessory 5.0 Catalog File
!
DocName = "Xbae Widgets";

Group xbae_widgets : Language != "JAVA" {
    DocName = "Xbae Widgets";
    DefaultState = Open;
    Items {
        XbaeMatrix {
            DocName = "XbaeMatrix";
            Class = "XbaeMatrixClass";
            PixmapFile = "XbaeMatrix";
            CollectionFile = "XbaeMatrix";
            Exported;
        };
        XbaeCaption {
            DocName = "XbaeCaption";
            Class = "XbaeCaptionClass";
            PixmapFile = "XbaeCaption";
            CollectionFile = "XbaeCaption";
            Exported;
        };
        XbaeInput {
            DocName = "XbaeInput";
            Class = "XbaeInputClass";
            PixmapFile = "XbaeInput";
            CollectionFile = "XbaeInput";
            Exported;
        };

    };
};