stx_libwidg2.st
author Claus Gittinger <cg@exept.de>
Thu, 08 Nov 2007 17:01:06 +0100
changeset 3273 8afdbf216baa
parent 3272 2ff54b81e134
child 3378 5397503d7280
permissions -rw-r--r--
*** empty log message ***

"
 COPYRIGHT (c) 2006 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
"{ Package: 'stx:libwidg2' }"

LibraryDefinition subclass:#stx_libwidg2
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'* Projects & Packages *'
!

!stx_libwidg2 class methodsFor:'documentation'!

copyright
"
 COPYRIGHT (c) 2006 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
!

documentation
"
    Build-Information for creation of the st/x standard library: stx_libwidg.
    This library contains additional gui components (widgets).
"
! !

!stx_libwidg2 class methodsFor:'description'!

additionalClassNamesAndAttributes
    ^ #(
        "/ <className> or (<className> attributes...)
        'LicenceBox'
    )

    "Created: / 21-08-2006 / 19:52:03 / cg"
!

excludedFromPreRequisites
    ^ #(
        #'stx:clients/Demos'    "CodingExamples_GUI::GUIDemoNoteBook - referenced by TabItem class>>test "
        #'stx:goodies'    "IdentityDictionaryWithDefault - referenced by GridBagLayoutInfo>>initialize "
        #'stx:goodies/postscript'    "PSGraphicsContext - referenced by ImageEditView>>printWithMagnification: "
        #'stx:libtool'    "FileBrowser - referenced by HierarchicalFileList::Directory>>icon "
        #'stx:libtool2'    "ImageEditor - referenced by ImageEditView class>>classResources "
        #'stx:libwidg3'    "ClockView - referenced by TabItem class>>test "
    )
!

extensionMethodNames
    ^ #(
    )
!

preRequisites
    ^ #(
        #'stx:libbasic'    "Object - superclass of ColorMenu "
        #'stx:libbasic2'    "List - superclass of HierarchicalFileList "
        #'stx:libui'    "DataSetColumnSpec - referenced by DSVColumnView>>setColumnDescriptors: "
        #'stx:libview'    "GraphicsMedium - superclass of ImageView "
        #'stx:libview2'    "Model - superclass of TabItem "
        #'stx:libwidg'    "DialogBox - superclass of EnterBoxWithList "
    )
! !

!stx_libwidg2 class methodsFor:'description - compilation'!

additionalDefinitions_bc_dot_mak
    ^ '
# see stdHeader_bc for LIBWIDG2_BASE
# LIBWIDG2_BASE   =0x64500000
LIB_BASE_LD_ARG=-b:$(LIBWIDG2_BASE)
'
! !

!stx_libwidg2 class methodsFor:'description - contents'!

classNamesAndAttributes
    ^ #(
        "<className> or (<className> attributes...) in load order"
        CharacterSetView
        CheckBox
        ColorMenu
        (ColoredListEntry autoload)
        ComboBoxButton
        ComboBoxView
        (ComboBrowseView autoload)
        ComboListView
        (ComboUpDownView autoload)
        ComboView
        DSVColumnView
        DSVLabelView
        DataSetColumn
        DataSetLabel
        DataSetView
        DoWhatIMeanSupport
        EnterBoxWithList
        ExtendedComboBox
        FileSelectionItem
        FileSelectionTree
        FilenameComboBoxView
        FilenameEditField
        FilenameEnterBox
        FontMenu
        (GraphColumn autoload)
        (GraphColumnView autoload)
        (GraphColumnView2D autoload)
        (GraphColumnView2DSpec autoload)
        (GraphColumnView3D autoload)
        (GraphColumnView3DSpec autoload)
        (GraphColumnViewSpec autoload)
        GridBagConstraints
        GridBagLayoutInfo
        GridBagLayoutView
        HierarchicalFileList
        HierarchicalItem
        HierarchicalItemWithLabel
        HierarchicalItemWithLabelAndIcon
        HierarchicalItemWithLabelAndIconAndValue
        HierarchicalList
        HierarchicalListView
        HierarchyNode
        (HorizontalScale autoload)
        HorizontalSlider
        (HorizontalSteppingSlider autoload)
        ImageEditView
        (ImageSelectionBox autoload)
        ImageView
        LabelAndIcon
        LabelledEnterField
        (ListEditor autoload)
        ListEntry
        ListModelView
        (MenuButton autoload)
        MenuPanel
        ModelListEntry
        (MotionButton autoload)
        MultiColListEntry
        MultipleItemSelectionWidget
        (NoteBookFrameView autoload)
        NoteBookView
        (ParagraphSpecification autoload)
        PrintAbortDialog
        PrintingDialog
        ProgressIndicator
        (RoundButton autoload)
        (Ruler autoload)
        (Scale autoload)
        SelectionInHierarchy
        (SelectionInHierarchyView autoload)
        SelectionInListModelView
        SelectionInTree
        SelectionInTreeView
        Separator
        Slider
        (SteppingSlider autoload)
        (StrokeView autoload)
        SubCanvas
        SyncedMultiColumnTextView
        (TabControl autoload)
        TabItem
        TabSpecRuler
        TabView
        TabWidget
        TabulatorSpecification
        (TerminalView autoload)
        TextBox
        (TextRuler autoload)
        (ThreeColumnTextView autoload)
        TreeItem
        TreeItemWithImage
        TwoColumnTextView
        UpDownButton
        (VT100TerminalView autoload)
        (VT52TerminalView autoload)
        (VerticalRuler autoload)
        ViewScroller
        #'stx_libwidg2'
        FilenameWidgetWithHistory
    )
! !

!stx_libwidg2 class methodsFor:'description - project information'!

companyName
    "Return a companyname which will appear in <lib>.rc"

    ^ 'eXept Software AG'
!

description
    "Return a description string which will appear in nt.def / bc.def"

    ^ 'Smalltalk/X Additional Widgets'
!

legalCopyright
    "Return copyright string which will appear in <lib>.rc"

    ^ 'Copyright Claus Gittinger 1988-2007\nCopyright eXept Software AG 1998-2007'

    "Modified: / 08-11-2007 / 16:59:28 / cg"
! !

!stx_libwidg2 class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.27 2007-11-08 16:01:06 cg Exp $'
! !