mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@18933 72102866-910b-0410-8b05-ffd578937521
147 lines
3 KiB
Text
147 lines
3 KiB
Text
{
|
|
ScriptingInfoClass = STAppKitModule;
|
|
|
|
Classes =
|
|
(
|
|
NSActionCell,
|
|
NSAffineTransform,
|
|
NSApplication,
|
|
NSAttributedString,
|
|
NSBezierPath,
|
|
NSBitmapImageRep,
|
|
NSBox,
|
|
NSBrowser,
|
|
NSBrowserCell,
|
|
NSBundle,
|
|
NSButton,
|
|
NSButtonCell,
|
|
NSCachedImageRep,
|
|
NSCell,
|
|
NSClipView,
|
|
NSCoder,
|
|
NSColor,
|
|
NSColorList,
|
|
NSColorPanel,
|
|
NSColorPicker,
|
|
NSColorWell,
|
|
NSComboBox,
|
|
NSComboBoxCell,
|
|
NSControl,
|
|
NSCursor,
|
|
NSCustomImageRep,
|
|
NSDataLink,
|
|
NSDataLinkManager,
|
|
NSDataLinkPanel,
|
|
NSDocument,
|
|
NSDocumentController,
|
|
NSDrawer,
|
|
NSEPSImageRep,
|
|
NSEvent,
|
|
NSFileWrapper,
|
|
NSFont,
|
|
NSFontManager,
|
|
NSFontPanel,
|
|
NSForm,
|
|
NSFormCell,
|
|
NSGraphicsContext,
|
|
NSHelpManager,
|
|
NSHelpPanel,
|
|
NSImage,
|
|
NSImageCell,
|
|
NSImageRep,
|
|
NSImageView,
|
|
NSInputManager,
|
|
NSInputServer,
|
|
NSLayoutManager,
|
|
NSMatrix,
|
|
NSMenu,
|
|
NSMenuItem,
|
|
NSMenuItemCell,
|
|
NSMenuView,
|
|
NSMutableAttributedString,
|
|
NSMutableParagraphStyle,
|
|
NSNib,
|
|
NSNibConnector,
|
|
NSNibControlConnector,
|
|
NSNibOutletConnector,
|
|
NSOpenPanel,
|
|
NSOutlineView,
|
|
NSPageLayout,
|
|
NSPanel,
|
|
NSParagraphStyle,
|
|
NSPasteboard,
|
|
NSPopUpButton,
|
|
NSPopUpButtonCell,
|
|
NSPrintInfo,
|
|
NSPrintOperation,
|
|
NSPrintPanel,
|
|
NSPrinter,
|
|
NSProgressIndicator,
|
|
NSResponder,
|
|
NSRulerMarker,
|
|
NSRulerView,
|
|
NSSavePanel,
|
|
NSScreen,
|
|
NSScrollView,
|
|
NSScroller,
|
|
NSSecureTextField,
|
|
NSSecureTextFieldCell,
|
|
NSSelection,
|
|
/* NSSimpleHorizontalTypesetter,*/
|
|
NSSlider,
|
|
NSSliderCell,
|
|
NSSound,
|
|
NSSpellChecker,
|
|
NSSpellServer,
|
|
NSSplitView,
|
|
NSStepper,
|
|
NSStepperCell,
|
|
NSString,
|
|
NSTabView,
|
|
NSTabViewItem,
|
|
NSTableColumn,
|
|
NSTableHeaderCell,
|
|
NSTableHeaderView,
|
|
NSTableView,
|
|
NSText,
|
|
NSTextAttachment,
|
|
NSTextAttachmentCell,
|
|
NSTextContainer,
|
|
NSTextField,
|
|
NSTextFieldCell,
|
|
NSTextStorage,
|
|
NSTextTab,
|
|
NSTextView,
|
|
/* NSTypesetter,*/
|
|
NSView,
|
|
NSWindow,
|
|
NSWindowController,
|
|
NSWorkspace
|
|
|
|
/*
|
|
|
|
GMArchiver,
|
|
GMModel,
|
|
GMUnarchiver,
|
|
|
|
GSCustomView,
|
|
GSFontEnumerator,
|
|
GSFontInfo,
|
|
GSHbox,
|
|
GSHelpManagerPanel,
|
|
GSInfoPanel,
|
|
GSNibContainer,
|
|
GSNibItem,
|
|
GSServicesManager,
|
|
GSTable,
|
|
GSTrackingRect,
|
|
GSVbox,
|
|
|
|
IMConnector,
|
|
IMControlConnector,
|
|
IMCustomObject,
|
|
IMCustomView,
|
|
IMOutletConnector,
|
|
*/
|
|
);
|
|
}
|