home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 21 / LAUNCH.BIN / pc / MEDIAD / Xtras / POPMENU.X32 / TEXT / TEXT_FUNCTIONNAMES next >
Text File  |  1997-03-17  |  5KB  |  140 lines

  1. setMenu (member memberID, string menuText)
  2.   set the text of the menu definition
  3.  
  4. getMenu (member memberID)
  5.   get the text of the current menu
  6.  
  7. clearMenu (member memberID)
  8.   clear the entire menu definition
  9.  
  10. refreshMenu (member memberID)
  11.   refresh the menu definition based on the current setting for the menuField property
  12.  
  13. redraw(member memberID)
  14.   redraws the sprite on the stage which should be called whenever the palette changes
  15.  
  16. appendItem (member memberID, string menutext, string menuspec)
  17.   append a menu item to the menu definition
  18.  
  19. insertItem (member memberID, string menutext, string menuspec)
  20.   insert a menu item in the menu definition
  21.  
  22. deleteItem (member memberID, string menuspec)
  23.   delete a menu item from the menu
  24.  
  25. disableItem (member memberID, string menuspec)
  26.   disable a menu item in the menu definition
  27.  
  28. enableItem (member memberID, string menuspec)
  29.   enable a menu item in the menu definition
  30.  
  31. getItem (member memberID, string menuSpec)
  32.   get the menu item stored in a specific place in the menu definition
  33.  
  34. setItem (member memberID, string menuspec, string menuText)
  35.   set the menu item stored in a specific place in the menu definition
  36.  
  37. clearMarks (member memberID)
  38.   clear all marks stored for the selected menu items
  39.  
  40. setAutoAlign (member memberID, boolean autoAlignOn)
  41.   set whether or not the menu will automatically be aligned to the last selected item when it is activated
  42.  
  43. setAutoMark (member memberID, boolean autoMarkOn)
  44.   set whether or not marks are to be used in the menu
  45.  
  46. setAutoText (member memberID, boolean autoTextOn)
  47.   set whether or not the last selection item should be automatically displayed
  48.  
  49. setBackcolor (member memberID, indexValue or rgbValue)
  50.   set the backColor of the menu
  51.  
  52. setDisplayText (member memberID, string text)
  53.   set the text that will appear in the menu box
  54.  
  55. setFont (member memberID, string fontname)
  56.   set the name of the font to use in the menu
  57.  
  58. setFontSize (member memberID, integer size)
  59.   set the size of the text in the menu
  60.  
  61. setForecolor (member memberID, indexValue or rgbValue)
  62.   set the foreColor of the menu
  63.  
  64. setIndicator (member memberID, integer indicatorType)
  65.   set the type of menu indicator to be used in the menu
  66.  
  67. setItemMark (member memberID, string menuspec, integer markType)
  68.   set the item mark stored for the specified menu item
  69.  
  70. setItemStyle (member memberID, string menuspec, integer styleCode)  (Macintosh only)
  71.   set the style appearance of a specific menu item of the menu
  72.  
  73. setLook (member memberID, integer lookType)
  74.   set the appearance of the clickable PopMenu area
  75.  
  76. setMarkType (member memberID, integer markType)
  77.   set the type of mark that will appear next to marked items
  78.  
  79. setMenuField (member memberID, member fieldID)
  80.   set the text field associated with this PopMenu
  81.  
  82. setMenuLocation (member memberID, integer locationType)
  83.   set where the menu will appear when activated
  84.  
  85. selectedSpec (member memberID)
  86.   get the menu item specification for the most recently selected menu item
  87.  
  88. selectedText (member memberID)
  89.   get the menu item text for the most recently selected menu item
  90.  
  91. getAutoAlign (member memberID)
  92.   returns true or false, indicating whether or not the menu will automatically be aligned to the last selected item when it is activated
  93.  
  94. getAutoMark (member memberID)
  95.   returns true or false, indicating whether or not marks are to automatically be assigned to the last selected item
  96.  
  97. getAutoText (member memberID, boolean autoTextOn)
  98.   returns true or false, indicating whether or not the last selection item should be automatically displayed in the benu box
  99.  
  100. getBackcolor (member memberID)
  101.   returns the index background color value
  102.  
  103. getDisplayText (member memberID)
  104.   returns the text that is currently in the menu box
  105.  
  106. getFont (member memberID)
  107.   returns the name of the font currently applied to the menu
  108.  
  109. getFontSize (member memberID)
  110.   returns the size of the font currently applied to the menu
  111.  
  112. getForecolor (member memberID)
  113.   returns the index foreground color value
  114.  
  115. getIndicator (member memberID)
  116.   returns the indicator number currently in use
  117.  
  118. getItemMark (member memberID, string menuspec)
  119.   returns the item mark for the specified menu item
  120.  
  121. getItemStyle (member memberID, string menuspec)  (Macintosh only)
  122.   returns the style appearance of a specific menu item of the menu
  123.  
  124. getLook (member memberID)
  125.   returns the current appearance of the clickable PopMenu area
  126.  
  127. getMarkType (member memberID)
  128.   returns the type of mark that will appear next to marked items
  129.  
  130. getMenuField (member memberID)
  131.   returns the text field associated with this PopMenu
  132.  
  133. getMenuLocation (member memberID)
  134.   returns an integer representing where the menu will appear when activated
  135.  
  136. help(member member ID)
  137.   launches the help engine
  138.  
  139.  
  140.