home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / PowerPlant / AGA Classes 1.2 / AGA Class IDs < prev    next >
Encoding:
Text File  |  1996-06-30  |  2.3 KB  |  42 lines  |  [TEXT/CWIE]

  1. /*-- Class IDs sorted by ID ---------------------------------------------------------------------------------------
  2.  
  3. LAGACheckBox                            class_ID = 'AGA1'                //    CheckBox
  4. LAGACheckBox1                            class_ID = 'AgA1'                //    CheckBox defined with the standard checkbox template
  5. LAGARadioButton                        class_ID = 'AGA2'                //    Radio button
  6. LAGARadioButton1                    class_ID = 'AgA2'                //    Radio button defined with the standard radio button template
  7. LAGAGroupBox                            class_ID = 'AGA3'                //    main Group Box
  8. LAGASecondaryGroupBox            class_ID = 'AGA4'                //    secondary Group box
  9. LAGASeparator                            class_ID = 'AGA5'                //    separator
  10. LAGAProgressIndicator            class_ID = 'AGA6'                //    Determinate progress indicator
  11. LAGAPushButton                        class_ID = 'AGA7'                //    standard buttons
  12. LAGAPushButton1                        class_ID = 'AgA7'                //    standard buttons defined with the standard button template
  13. LAGAIndetermProgress            class_ID = 'AGA8'                //    Indeterminate progress indicator
  14.  
  15. LAGASliderBase                                                                        //    abstract base class for the slider controls
  16. LAGAPointedVSlider                class_ID = 'AGAa'                //    Vertical pointed slider control
  17. LAGAPointedHSlider                class_ID = 'AGAb'                //    Horizontal pointed slider control
  18. LAGASquareVSlider                    class_ID = 'AGAc'                //    Vertical Rectangular indicator slider control
  19. LAGADialogBox                            class_ID = 'AGAd'                //    Dialog box
  20. LAGAEditField                            class_ID = 'AGAe'                //    Edit field
  21. LAGASquareHSlider                    class_ID = 'AGAf'                //    Horizontal Rectangular indicator slider control
  22.                                                     class_ID = 'AGAg'                //    •• work in progress ••
  23. LAGATextButton                        class_ID = 'AGAh'                //    AGA compliant LTextButton replacement
  24. LAGAIndexTab                            class_ID = 'AGAi'                //    Index tab
  25.  
  26. LAGAPopupMenu                            class_ID = 'AGAp'                //    Popup menu
  27.  
  28. LAGALittleArrows                    class_ID = 'AGAr'                //    little arrows control
  29. LAGADiscloTriangle                class_ID = 'AGAs'                //    Disclosure triangle control
  30. LAGATextEdit                            class_ID = 'AGAt'                //    Text edit zone
  31.  
  32. LAGAWindow                                class_ID = 'AGAw'                //    Window
  33. LSTRxAGAIndexTab                    class_ID = 'AGAx'                //    Index Tab initialized from a STR#
  34.  
  35. LAGAIconButton                        class_ID = '3DbT'                //    Icon button
  36. LAGAIconDropButton                class_ID = '3DDp'                //    Drop aware icon button
  37. LAGAStateIconButton                class_ID = '3DsT'                //    3 state Icon button
  38.  
  39. LAGAEmbossedView                    class_ID = 'EmbV'                //    Embossed looking view
  40.  
  41. */
  42.