2
0

Raise.sgm 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <!-- $XConsortium: Raise.sgm /main/6 1996/09/08 20:15:15 rws $ -->
  2. <!-- (c) Copyright 1995 Digital Equipment Corporation. -->
  3. <!-- (c) Copyright 1995 Hewlett-Packard Company. -->
  4. <!-- (c) Copyright 1995 International Business Machines Corp. -->
  5. <!-- (c) Copyright 1995 Sun Microsystems, Inc. -->
  6. <!-- (c) Copyright 1995 Novell, Inc. -->
  7. <!-- (c) Copyright 1995 FUJITSU LIMITED. -->
  8. <!-- (c) Copyright 1995 Hitachi. -->
  9. <![ %CDE.C.CDE; [<RefEntry Id="CDEMX.XCDI.MAN301.rsml.1">]]>
  10. <![ %CDE.C.XO; [<RefEntry Id="XCDI.MAN301.rsml.1">]]>
  11. <RefMeta>
  12. <RefEntryTitle>Raise</RefEntryTitle>
  13. <ManVolNum>special file</ManVolNum>
  14. </RefMeta>
  15. <RefNameDiv>
  16. <RefName><Symbol Role="Message">Raise</Symbol></RefName>
  17. <RefPurpose>raise a tool's window(s) to the front
  18. </RefPurpose>
  19. </RefNameDiv>
  20. <!-- $XConsortium: Raise.sgm /main/6 1996/09/08 20:15:15 rws $-->
  21. <!-- CDE Common Source Format, Version 1.0.0-->
  22. <!-- (c) Copyright 1993, 1994, 1995 Hewlett-Packard Company-->
  23. <!-- (c) Copyright 1993, 1994, 1995 International Business Machines Corp.-->
  24. <!-- (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.-->
  25. <!-- (c) Copyright 1993, 1994, 1995 Novell, Inc.-->
  26. <RefSynopsisDiv>
  27. <Synopsis>Raise([in messageID <Emphasis>commission</Emphasis>]);
  28. </Synopsis>
  29. </RefSynopsisDiv>
  30. <RefSect1>
  31. <Title>DESCRIPTION</Title>
  32. <Para>The
  33. <Symbol Role="Message">Raise</Symbol> request
  34. raises the window(s) associated with the handling procid.
  35. If any optional arguments are present, then it raises
  36. only the indicated window(s).
  37. </Para>
  38. <Para>The
  39. <Emphasis>commission</Emphasis> argument
  40. is the ID of the message, if any, that resulted in the creation
  41. of the window(s) that should be raised.
  42. </Para>
  43. </RefSect1>
  44. <RefSect1>
  45. <Title>APPLICATION USAGE</Title>
  46. <Para>The
  47. &cdeman.ttdt.session.join;, and
  48. &cdeman.ttdt.message.accept;, functions can be used by Xt applications to register for,
  49. and transparently process, the
  50. <Symbol Role="Message">Raise</Symbol> request.
  51. </Para>
  52. </RefSect1>
  53. <RefSect1>
  54. <Title>EXAMPLES</Title>
  55. <Para>The
  56. <Symbol Role="Message">Raise</Symbol> request can be sent as in the following example:
  57. </Para>
  58. <InformalExample Remap="indent">
  59. <ProgramListing>Tt_message msg = tttk_message_create(0, TT_REQUEST, TT_SESSION,
  60. the_recipient_procid, TTDT_RAISE,
  61. my_callback);
  62. tt_message_send(msg);
  63. </ProgramListing>
  64. </InformalExample>
  65. </RefSect1>
  66. <![ %CDE.C.CDE; [
  67. <RefSect1>
  68. <Title>WARNINGS</Title>
  69. <Para><Symbol Role="Message">Raise</Symbol> can also be sent as a multicast notice, as an
  70. <Emphasis>edict</Emphasis> to all tools in the scope of the message.
  71. The consequences of doing so can be severe and unexpected.
  72. </Para>
  73. </RefSect1>
  74. ]]>
  75. <RefSect1>
  76. <Title>SEE ALSO</Title>
  77. <Para>&cdeman.tt.message.send;, &cdeman.ttdt.message.accept;, &cdeman.ttdt.session.join;; <Symbol Role="Message">Lower</Symbol> request.
  78. </Para>
  79. </RefSect1>
  80. </RefEntry>
  81. <!--fickle 1.12 mancsf-to-docbook 1.2 08/07/95 23:18:47-->