DtFuncs.compat.sh 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # $XConsortium: DtFuncs.compat.sh /main/1 1995/11/01 15:48:48 rswiston $
  2. #
  3. # COMPONENT_NAME: desktop
  4. #
  5. # FUNCTIONS: DtAddButtons
  6. # DtFloatBottom
  7. # DtFloatLeft
  8. # DtFloatRight
  9. # DtFloatTop
  10. # DtLeftOf
  11. # DtOver
  12. # DtRightOf
  13. # DtSetReturnKeyControls
  14. # DtUnder
  15. #
  16. # ORIGINS: 27,118,119,120,121
  17. #
  18. # This module contains IBM CONFIDENTIAL code. -- (IBM
  19. # Confidential Restricted when combined with the aggregated
  20. # modules for this product)
  21. # OBJECT CODE ONLY SOURCE MATERIALS
  22. #
  23. # (C) COPYRIGHT International Business Machines Corp. 1995
  24. # All Rights Reserved
  25. # US Government Users Restricted Rights - Use, duplication or
  26. # disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  27. #
  28. ###############################################################################
  29. # (c) Copyright 1993, 1994 Hewlett-Packard Company
  30. # (c) Copyright 1993, 1994 International Business Machines Corp.
  31. # (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  32. # (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
  33. # Novell, Inc.
  34. ###############################################################################
  35. # This script is for compatibility with previous AIXwindows Desktop releases.
  36. ###############################################################################
  37. . /usr/dt/lib/dtksh/DtFuncs.dtsh
  38. alias DtAddButtons="DtkshAddButtons"
  39. alias DtSetReturnKeyControls="DtkshSetReturnKeyControls"
  40. alias DtUnder="DtkshUnder"
  41. alias DtOver="DtkshOver"
  42. alias DtRightOf="DtkshRightOf"
  43. alias DtLeftOf="DtkshLeftOf"
  44. alias DtFloatRight="DtkshFloatRight"
  45. alias DtFloatLeft="DtkshFloatLeft"
  46. alias DtFloatTop="DtkshFloatTop"
  47. alias DtFloatBottom="DtkshFloatBottom"
  48. alias DtAnchorRight="DtkshAnchorRight"
  49. alias DtAnchorLeft="DtkshAnchorLeft"
  50. alias DtAnchorTop="DtkshAnchorTop"
  51. alias DtAnchorBottom="DtkshAnchorBottom"
  52. alias DtSpanWidth="DtkshSpanWidth"
  53. alias DtSpanHeight="DtkshSpanHeight"
  54. alias DtDisplayErrorDialog="DtkshDisplayErrorDialog"
  55. alias DtDisplayQuestionDialog="DtkshDisplayQuestionDialog"
  56. alias DtDisplayWorkingDialog="DtkshDisplayWorkingDialog"
  57. alias DtDisplayWarningDialog="DtkshDisplayWarningDialog"
  58. alias DtDisplayInformationDialog="DtkshDisplayInformationDialog"
  59. alias DtDisplayQuickHelpDialog="DtkshDisplayQuickHelpDialog"
  60. alias DtDisplayHelpDialog="DtkshDisplayHelpDialog"