home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pfowl108.zip / profowl.dat < prev    next >
Text File  |  1996-06-10  |  43KB  |  2,900 lines

  1. //
  2. // See Profowl.Inf Help file on how this file format is used.
  3. // Edit with care. This file must reside in the same HOME directory
  4. // as Profowl.Exe -- Also see File: PROFOWL.USR
  5. //
  6. //
  7. [TappDictionary]
  8. .Allocate Table
  9.     AllocTable(int count);
  10. .END
  11.  
  12. .FreeTable
  13.     FreeTable(TAppDictionaryEntry *table);
  14. .END
  15.  
  16. .GrowTable
  17.     GrowTable(int increment);
  18. .END
  19.  
  20. .Add
  21.     Add(unsigned pid, TApplication *app);
  22. .END
  23.  
  24. .LookupApp
  25.     LookupApp(unsigned pid);
  26. .END
  27.  
  28. .Delete
  29.     Delete(unsigned pid);
  30. .END
  31.  
  32.  
  33.  
  34. [TApplication]
  35. .InitApplication
  36.     InitApplication();
  37. .END
  38.  
  39. .InitInstance
  40.     InitInstance();
  41. .END
  42.  
  43. .InitMainWindow
  44.     InitMainWindow();
  45. .END
  46.  
  47. .TermInstance
  48.     TermInstance(int status);
  49. .END
  50.  
  51. .SetMainWindow
  52.     SetMainWindow(TFrameWindow *window);
  53. .END
  54.  
  55. .SetDocManager
  56.     SetDocManager(TDocManager *docManager);
  57. .END
  58.  
  59. .IdleAction
  60.     IdleAction(long idleCount);
  61. .END
  62.  
  63. .Run
  64.     Run();
  65. .END
  66.  
  67. .WaitMessage
  68.     WaitMessage();
  69. .END
  70.  
  71. .PostQuitMessage
  72.     PostQuitMessage(MessageLoopResult);
  73. .END
  74.  
  75. .Find
  76.     Find(TEventInfo &eventInfo, TEqualOperator equal);
  77. .END
  78.  
  79. .CanClose
  80.     CanClose()
  81. .END
  82.  
  83. .PreProcessMenu
  84.     PreProcessMenu(HMENU fmenu);
  85. .END
  86.  
  87. .Condemn
  88.     Condemn(TWindow *win)
  89. .END
  90.  
  91. .Uncondemn
  92.     Uncondemn(TWindow *win)
  93. .END
  94.  
  95. .DeleteCondemned
  96.     DeleteCondemned()
  97. .END
  98.  
  99. [TBitmap]
  100. .TBitmap
  101.     TBitmap(const TClipboard &clipboard);
  102. .END
  103.  
  104. .Init
  105.     Init(BITMAPINFOHEADER &Header, void *bits, TMemoryDC *dc)
  106. .END
  107.  
  108. .GpiQueryPaletteInfo
  109.     GpiQueryPaletteInfo(0, *memDC, 0, 0, nColors, (ULONG*)cur);
  110. .END
  111.  
  112. .TBitmap
  113.     TBitmap(int width, int height, BYTE planes, BYTE bitCount, void *bits)
  114. .END
  115.  
  116. .Width
  117.     Width();
  118. .END
  119.  
  120. .Height
  121.     Height();
  122. .END
  123.  
  124. .Planes
  125.     Planes();
  126. .END
  127.  
  128. .BitsPixel
  129.     BitsPixel();
  130. .END
  131.  
  132. .ToClipboard
  133.     ToClipboard(TClipboard &clipboard)
  134. .END
  135.  
  136. .CreateBitmap dib
  137.     Create(const TDib &dib, const TPalette &palette)
  138. .END
  139.  
  140. .CreateBitMap bitmap
  141.     Create(const TBitmap &src)
  142. .END
  143.  
  144. .UpdateInfo
  145.     UpdateInfo(TMemoryDC &mDC)
  146. .END
  147.  
  148.  
  149. [TBitmapGadget]
  150.  
  151. .SysColorChange
  152.     SysColorChange()
  153. .END
  154.  
  155. .SetBounds
  156.     SetBounds(TRect &boundRect)
  157. .END
  158.  
  159. .GetDesiredSize
  160.     GetDesiredSize(TSize &size)
  161. .END
  162.  
  163. .SelectImage
  164.     SelectImage(int imageNum, BOOL immediate)
  165. .END
  166.  
  167. .Paint
  168.     Paint(TDC &dc)
  169. .END
  170.  
  171.  
  172.  
  173. [TBrush]
  174. .TBrush
  175.     TBrush(HBRUSH handle, TAutoDelete autoDelete);
  176. .END
  177.  
  178. .TBrush
  179.     TBrush(TColor color);
  180. .END
  181.  
  182. .TBrush
  183.     TBrush(TColor color, int style);
  184. .END
  185.  
  186. .TBrush
  187.     TBrush(const TBitmap &pattern);
  188. .END
  189.  
  190. .TBrush
  191.     TBrush(const TDib &pattern);
  192. .END
  193.  
  194. .TBrush
  195.     TBrush(const LOGBRUSH *logBrush);
  196. .END
  197.  
  198. .TBrush
  199.     TBrush(const TBrush &src);
  200. .END
  201.  
  202. .TBrush
  203.     TBrush(int stock);
  204. .END
  205.  
  206. .GetObject
  207.     GetObject(LOGBRUSH &logBrush);
  208. .END
  209.  
  210. .UnrealizeObject
  211.     UnrealizeObject();
  212. .END
  213.  
  214.  
  215.  
  216.  
  217. [TButton]
  218. .GetClassName
  219.     GetClassName();
  220. .END
  221.  
  222. .SetupWindow
  223.     SetupWindow();
  224. .END
  225.  
  226. .CntlCmdXlate
  227.     CntlCmdXlate(HWND hWnd, UINT ¬ifyCode, LPARAM ControlInfo);
  228. .END
  229.  
  230. .BMSetStyle
  231.     BMSetStyle(WPARAM wParam, LPARAM);
  232. .END
  233.  
  234. .SetState
  235.     SetState(UINT hilite);
  236. .END
  237.  
  238.  
  239. [TButtonGadget]
  240. .SetShadowStyle
  241.     SetShadowStyle(TShadowStyle shadowStyle)
  242. .END
  243.  
  244. .CommandEnable
  245.     CommandEnable();
  246. .END
  247.  
  248. .SysColorChange
  249.     SysColorChange();
  250. .END
  251.  
  252. .CheckExclusively
  253.     CheckExclusively();
  254. .END
  255.  
  256. .SetButtonState
  257.     SetButtonState(TState state)
  258. .END
  259.  
  260. .SetBounds
  261.     SetBounds(TRect &bounds)
  262. .END
  263.  
  264. .GetDesiredSize
  265.     GetDesiredSize(TSize &size)
  266. .END
  267.  
  268. .GetGlyphDib
  269.     GetGlyphDib();
  270. .END
  271.  
  272. .ReleaseGlyphDib
  273.     ReleaseGlyphDib(TDib *glyph)
  274. .END
  275.  
  276. .BuildCelArray
  277.     BuildCelArray();
  278. .END
  279.  
  280. .Paint
  281.     Paint(TDC &dc)
  282. .END
  283.  
  284. .Invalidate
  285.     Invalidate();
  286. .END
  287.  
  288. .BeginPressed
  289.     BeginPressed(TPoint&)
  290. .END
  291.  
  292. .CancelPressed
  293.     CancelPressed(TPoint&)
  294. .END
  295.  
  296. .Activate
  297.     Activate(TPoint &pt)
  298. .END
  299.  
  300. .LButtonDown
  301.     LButtonDown(UINT modKeys, TPoint &pt)
  302. .END
  303.  
  304. .MouseMove
  305.     MouseMove(UINT modKeys, TPoint &pt)
  306. .END
  307.  
  308. .MouseEnter
  309.     MouseEnter(UINT modKeys, TPoint &pt)
  310. .END
  311.  
  312. .MouseLeave
  313.     MouseLeave(UINT modKeys, TPoint &pt)
  314. .END
  315.  
  316. .LButtonUp
  317.     LButtonUp(UINT modKeys, TPoint &pt)
  318. .END
  319.  
  320.  
  321. [TCellArray]
  322. .operator =
  323.     operator =(const TCelArray &src)
  324. .END
  325.  
  326. .CelOffset
  327.     CelOffset(int cel)
  328. .END
  329.  
  330. .elRect
  331.     elRect(int cel)
  332. .END
  333.  
  334.  
  335. [TCheckBox]
  336. .Check
  337.     Check()
  338. .END
  339.  
  340. .Uncheck
  341.     Uncheck()
  342. .END
  343.  
  344. .GetClassName
  345.     GetClassName()
  346. .END
  347.  
  348. .Transfer
  349.     Transfer(void *buffer, TTransferDirection direction)
  350. .END
  351.  
  352. .Toggle Check
  353.     Toggle();
  354. .END
  355.  
  356. .GetCheck
  357.     GetCheck();
  358. .END
  359.  
  360. .SetCheck
  361.     SetCheck(UINT check);
  362. .END
  363.  
  364. .SetStyle
  365.     SetStyle(UINT style, BOOL redraw);
  366. .END
  367.  
  368. .GetState
  369.     GetState();
  370. .END
  371.  
  372. .SetState
  373.     SetState(UINT state);
  374. .END
  375.  
  376. .NClicked
  377.     NClicked();
  378. .END
  379.  
  380.  
  381. [TClipboard]
  382. .TClipboard
  383.     TClipboard(HWND hWnd)
  384. .END
  385.  
  386. .GetClipboardData
  387.     GetClipboardData()
  388. .END
  389.  
  390. .SetClipboardData
  391.     SetClipboardData(const char *string)
  392. .END
  393.  
  394. .OpenClipboard
  395.     OpenClipboard(HWND hWnd)
  396. .END
  397.  
  398. .CloseClipboard
  399.     CloseClipboard()
  400. .END
  401.  
  402. .GetClipboardData
  403.     GetClipboardData(UINT Format)
  404. .END
  405.  
  406. .GetClipboardData
  407.     GetClipboardData()
  408. .END
  409.  
  410. .GetClipboardOwner
  411.     GetClipboardOwner()
  412. .END
  413.  
  414. .GetClipboardViewer
  415.     GetClipboardViewer()
  416. .END
  417.  
  418. .GetClipboardFormatName
  419.     GetClipboardFormatName(UINT Format, char *FormatName, int MaxCount)
  420. .END
  421.  
  422. .GetPriorityClipboardFormat
  423.     GetPriorityClipboardFormat(UINT *priorityList, int count)
  424. .END
  425.  
  426. .CountClipboardFormats
  427.     CountClipboardFormats()
  428. .END
  429.  
  430. .IsClipboardFormatAvailable
  431.     IsClipboardFormatAvailable(UINT format)
  432. .END
  433.  
  434. .EmptyClipboard
  435.     EmptyClipboard()
  436. .END
  437.  
  438. .RegisterClipboardFormat
  439.     RegisterClipboardFormat(const char *fmt)
  440. .END
  441.  
  442. .SetClipboardData
  443.     SetClipboardData(UINT Format, HANDLE Handle)
  444. .END
  445.  
  446. .SetClipboardData
  447.     SetClipboardData(const char *string)
  448. .END
  449.  
  450. .SetClipboardViewer
  451.     SetClipboardViewer(HWND Wnd)
  452. .END
  453.  
  454.  
  455. [TColor]
  456. .GetSysColor
  457.     GetSysColor(int index)
  458. .END
  459.  
  460. .SetSysColors
  461.     SetSysColors(unsigned nelems, const int indices[], const TColor colors[])
  462. .END
  463.  
  464.  
  465. [TComboBox]
  466. .GetTextLen
  467.     GetTextLen()
  468. .END
  469.  
  470. .ShowList
  471.     ShowList()
  472. .END
  473.  
  474. .HideList
  475.     HideList()
  476. .END
  477.  
  478. .SetText
  479.     SetText(const char *str)
  480. .END
  481.  
  482. .GetEditSel
  483.     GetEditSel(int &startPos, int &endPos)
  484. .END
  485.  
  486. .ShowList
  487.     ShowList(BOOL show)
  488. .END
  489.  
  490. .Clear
  491.     Clear()
  492. .END
  493.  
  494. .GetText
  495.     GetText(char *str, int maxChars)
  496. .END
  497.  
  498. .SetEditSel
  499.     SetEditSel(int startPos, int endPos)
  500. .END
  501.  
  502. .GetDroppedControlRect
  503.     GetDroppedControlRect(TRect &rect)
  504. .END
  505.  
  506. .GetDroppedState
  507.     GetDroppedState()
  508. .END
  509.  
  510. .GetExtendedUI
  511.     GetExtendedUI()
  512. .END
  513.  
  514. .SetExtendedUI
  515.     SetExtendedUI(BOOL extended)
  516. .END
  517.  
  518. .InsertString
  519.     InsertString(const char *str, int index)
  520. .END
  521.  
  522. .DeleteString
  523.     DeleteString(int index)
  524. .END
  525.  
  526. .ClearList
  527.     ClearList()
  528. .END
  529.  
  530. .DirectoryList
  531.     DirectoryList(UINT attrs, char *fileSpec)
  532. .END
  533.  
  534. .GetCount
  535.     GetCount()
  536. .END
  537.  
  538. .FindString
  539.     FindString(const char *find, int indexStart)
  540. .END
  541.  
  542. .GetStringLen
  543.     GetStringLen(int index)
  544. .END
  545.  
  546. .GetString
  547.     GetString(char *str, int index)
  548. .END
  549.  
  550. .GetSelIndex
  551.     GetSelIndex()
  552. .END
  553.  
  554. .SetSelIndex
  555.     SetSelIndex(int index)
  556. .END
  557.  
  558. .SetSelString
  559.     SetSelString(const char *findStr, int indexStart)
  560. .END
  561.  
  562. .GetSelIndex
  563.     GetSelIndex()
  564. .END
  565.  
  566. .SetSelIndex
  567.     SetSelIndex(int index)
  568. .END
  569.  
  570. .GetItemData
  571.     GetItemData(int index)
  572. .END
  573.  
  574. .SetItemData
  575.     SetItemData(int index, DWORD itemData)
  576. .END
  577.  
  578. .GetItemHeight
  579.     GetItemHeight(int index)
  580. .END
  581.  
  582. .SetItemHeight
  583.     SetItemHeight(int index, int height)
  584. .END
  585.  
  586. .Transfer
  587.     Transfer(void *buffer, TTransferDirection direction)
  588. .END
  589.  
  590. .GetClassName
  591.     GetClassName()
  592. .END
  593.  
  594. .SetupWindow
  595.     SetupWindow()
  596. .END
  597.  
  598.  
  599. [TControlBar]
  600. .PositionGadget
  601.     PositionGadget(TGadget *previous, TGadget *next, TPoint &origin);
  602. .END
  603.  
  604.  
  605. [TControlGadget]
  606. .SetBounds
  607.     SetBounds(TRect &bounds);
  608. .END
  609.  
  610. .GetDesiredSize
  611.     GetDesiredSize(TSize &size);
  612. .END
  613.  
  614. .Inserted
  615.     Inserted();
  616. .END
  617.  
  618. .Removed
  619.     Removed();
  620. .END
  621.  
  622. .InvalidateRect
  623.     InvalidateRect(const TRect &rect, BOOL erase);
  624. .END
  625.  
  626. .Invalidate
  627.     Invalidate(BOOL erase);
  628. .END
  629.  
  630. .Update
  631.     Update();
  632. .END
  633.  
  634.  
  635.  
  636.  
  637. [TControl]
  638. .CompareItem
  639.     CompareItem(COMPAREITEMSTRUCT &);
  640. .END
  641.  
  642. .DeleteItem
  643.     DeleteItem(DELETEITEMSTRUCT &);
  644. .END
  645.  
  646. .DrawItem
  647.     DrawItem(DRAWITEMSTRUCT &drawInfo);
  648. .END
  649.  
  650. .MeasureItem
  651.     MeasureItem(MEASUREITEMSTRUCT &);
  652. .END
  653.  
  654. .ODADrawEntire
  655.     ODADrawEntire(DRAWITEMSTRUCT &);
  656. .END
  657.  
  658. .ODAFocus
  659.     ODAFocus(DRAWITEMSTRUCT &);
  660. .END
  661.  
  662. .ODASelect
  663.     ODASelect(DRAWITEMSTRUCT &);
  664. .END
  665.  
  666.  
  667. [TCursor]
  668. .Select
  669.     Select()
  670. .END
  671.  
  672. .Restore
  673.     Restore()
  674. .END
  675.  
  676. .Show
  677.     Show()
  678. .END
  679.  
  680. .Hide
  681.     Hide()
  682. .END
  683.  
  684.  
  685.  
  686. [TDC]
  687. .Init
  688.     Init()
  689. .END
  690.  
  691. .Init
  692.     Init(int y)
  693. .END
  694.  
  695. .OWLFastWindowFrame
  696.     OWLFastWindowFrame(TBrush &brush, TRect &r, int xWidth, int yWidth)
  697. .END
  698.  
  699. .SaveDC
  700.     SaveDC()
  701. .END
  702.  
  703. .RestoreDC
  704.     RestoreDC(int savedIndex)
  705. .END
  706.  
  707. .GetDeviceCaps
  708.     GetDeviceCaps(int index)
  709. .END
  710.  
  711. .SelectObject
  712.     SelectObject(const TBrush &brush)
  713. .END
  714.  
  715. .SelectObject
  716.     SelectObject(const TPen &pen)
  717. .END
  718.  
  719. .SelectObject
  720.     SelectObject(const TFont &font)
  721. .END
  722.  
  723. .SelectStockObject
  724.     SelectStockObject(int index)
  725. .END
  726.  
  727. .RestoreBrush
  728.     RestoreBrush()
  729. .END
  730.  
  731. .RestorePen
  732.     RestorePen()
  733. .END
  734.  
  735. .RestoreFont
  736.     RestoreFont()
  737. .END
  738.  
  739. .RestorePalette
  740.     RestorePalette()
  741. .END
  742.  
  743. .RestoreObjects
  744.     RestoreObjects()
  745. .END
  746.  
  747. .GetBrushOrg
  748.     GetBrushOrg(TPoint &point)
  749. .END
  750.  
  751. .SetBrushOrg
  752.     SetBrushOrg(const TPoint &org, TPoint *oldOrg)
  753. .END
  754.  
  755. .GetNearestColor
  756.     GetNearestColor(TColor color)
  757. .END
  758.  
  759. .GetBkColor
  760.     GetBkColor()
  761. .END
  762.  
  763. .SetBkColor
  764.     SetBkColor(TColor color)
  765. .END
  766.  
  767. .GetBkMode
  768.     GetBkMode()
  769. .END
  770.  
  771. .SetBkMode
  772.     SetBkMode(int mode)
  773. .END
  774.  
  775. .GetPolyFillMode
  776.     GetPolyFillMode()
  777. .END
  778.  
  779. .SetPolyFillMode
  780.     SetPolyFillMode(int mode)
  781. .END
  782.  
  783. .GetROP2
  784.     GetROP2()
  785. .END
  786.  
  787. .SetROP2
  788.     SetROP2(int mode)
  789. .END
  790.  
  791. .GetStretchBltMode
  792.     GetStretchBltMode()
  793. .END
  794.  
  795. .SetStretchBltMode
  796.     SetStretchBltMode(int mode)
  797. .END
  798.  
  799. .GetTextColor
  800.     GetTextColor()
  801. .END
  802.  
  803. .SetTextColor
  804.     SetTextColor(TColor color)
  805. .END
  806.  
  807. .GetMapMode
  808.     GetMapMode()
  809. .END
  810.  
  811. .SetMapMode
  812.     SetMapMode(int mode)
  813. .END
  814.  
  815. .GetViewportOrg
  816.     GetViewportOrg(TPoint &point)
  817. .END
  818.  
  819. .SetViewportOrg
  820.     SetViewportOrg(const TPoint &point, TPoint *oldOrg)
  821. .END
  822.  
  823. .OffsetViewportOrg
  824.     OffsetViewportOrg(const TPoint &delta, TPoint *oldOrg)
  825. .END
  826.  
  827. .GetViewportExt
  828.     GetViewportExt(TSize &extent)
  829. .END
  830.  
  831. .SetViewportExt
  832.     SetViewportExt(const TSize &extent, TSize *oldExtent)
  833. .END
  834.  
  835. .ScaleViewportExt
  836.     ScaleViewportExt(int xNum, int xDenom, int yNum, int yDenom,
  837. .END
  838.  
  839. .GetWindowOrg
  840.     GetWindowOrg(TPoint &point)
  841. .END
  842.  
  843. .SetWindowOrg
  844.     SetWindowOrg(const TPoint &point, TPoint *oldOrg)
  845. .END
  846.  
  847. .OffsetWindowOrg
  848.     OffsetWindowOrg(const TPoint &delta, TPoint *oldOrg)
  849. .END
  850.  
  851. .GetWindowExt
  852.     GetWindowExt(TSize &extent)
  853. .END
  854.  
  855. .SetWindowExt
  856.     SetWindowExt(const TSize &extent, TSize *oldExtent)
  857. .END
  858.  
  859. .ScaleWindowExt
  860.     ScaleWindowExt(int xNum, int xDenom, int yNum, int yDenom, TSize *oldExtent)
  861. .END
  862.  
  863. .DPtoLP
  864.     DPtoLP(TPoint *points, int count)
  865. .END
  866.  
  867. .GetClipBox
  868.     GetClipBox(TRect &rect)
  869. .END
  870.  
  871. .ExcludeClipRect
  872.     ExcludeClipRect(const TRect &rect)
  873. .END
  874.  
  875. .ExcludeUpdateRgn
  876.     ExcludeUpdateRgn(HWND Wnd)
  877. .END
  878.  
  879. .IntersectClipRect
  880.     IntersectClipRect(const TRect &rect)
  881. .END
  882.  
  883. .OffsetClipRgn
  884.     OffsetClipRgn(const TPoint &delta)
  885. .END
  886.  
  887. .SelectClipRgn
  888.     SelectClipRgn(const TRegion ®ion)
  889. .END
  890.  
  891. .PtVisible
  892.     PtVisible(const TPoint &point)
  893. .END
  894.  
  895. .RectVisible
  896.     RectVisible(const TRect &rect)
  897. .END
  898.  
  899. .GetBoundsRect
  900.     GetBoundsRect(TRect &bounds, WORD flags)
  901. .END
  902.  
  903. .SetBoundsRect
  904.     SetBoundsRect(TRect &bounds, UINT flags)
  905. .END
  906.  
  907. .GetCurrentPosition
  908.     GetCurrentPosition(TPoint &point)
  909. .END
  910.  
  911. .MoveTo
  912.     MoveTo(const TPoint &point)
  913. .END
  914.  
  915. .DrawIcon
  916.     DrawIcon(int x, int y, const TIcon &icon)
  917. .END
  918.  
  919. .DrawIcon
  920.     DrawIcon(const TPoint &point, const TIcon &icon)
  921. .END
  922.  
  923. .BrushBox
  924.     BrushBox(const TRect &rect, HBRUSH brush)
  925. .END
  926.  
  927. .FrameRect
  928.     FrameRect(const TRect &rect, const TBrush &brush)
  929. .END
  930.  
  931. .FillRect
  932.     FillRect(const TRect &rect, const TBrush &brush)
  933. .END
  934.  
  935. .InvertRect
  936.     InvertRect(const TRect &rect)
  937. .END
  938.  
  939. .DrawFocusRect
  940.     DrawFocusRect(const TRect &rect)
  941. .END
  942.  
  943. .TextRect
  944.     TextRect(const TRect &rect)
  945. .END
  946.  
  947. .TextRect
  948.     TextRect(const TRect &rect, TColor color)
  949. .END
  950.  
  951. .FrameRgn
  952.     FrameRgn(const TRegion ®ion, const TBrush &brush, const TSize &p)
  953. .END
  954.  
  955. .FillRgn
  956.     FillRgn(const TRegion ®ion, const TBrush &brush)
  957. .END
  958.  
  959. .InvertRgn
  960.     InvertRgn(const TRegion ®ion)
  961. .END
  962.  
  963. .PaintRgn
  964.     PaintRgn(const TRegion ®ion)
  965. .END
  966.  
  967. .SetArcParams
  968.     SetArcParams(const TRect &bound, TPoint ¢er) const
  969. .END
  970.  
  971. .PieArcChord
  972.     PieArcChord(const TRect &bound, const TPoint &rad1, const TPoint &rad2,
  973. .END
  974.  
  975. .SetArcDirection
  976.     SetArcDirection(int direction)
  977. .END
  978.  
  979. .Arc
  980.     Arc(const TRect &bound, const TPoint &rad1, const TPoint &rad2)
  981. .END
  982.  
  983. .Chord
  984.     Chord(const TRect &bound, const TPoint &rad1, const TPoint &rad2)
  985. .END
  986.  
  987. .Pie
  988.     Pie(const TRect &bound, const TPoint &rad1, const TPoint &rad2)
  989. .END
  990.  
  991. .Ellipse
  992.     Ellipse(const TRect &bound)
  993. .END
  994.  
  995. .LineTo
  996.     LineTo(const TPoint &point)
  997. .END
  998.  
  999. .Polyline
  1000.     Polyline(const TPoint *points, int count)
  1001. .END
  1002.  
  1003. .Polygon
  1004.     Polygon(const TPoint *points, int count)
  1005. .END
  1006.  
  1007. .PolyPolygon
  1008.     PolyPolygon(const TPoint *points, const int PolyCounts[], int count)
  1009. .END
  1010.  
  1011. .RoundRect
  1012.     RoundRect(const TRect &rect, const TPoint &rad)
  1013. .END
  1014.  
  1015. .GetPixel
  1016.     GetPixel(int x, int y)
  1017. .END
  1018.  
  1019. .GetPixel
  1020.     GetPixel(const TPoint &point)
  1021. .END
  1022.  
  1023. .SetPixel
  1024.     SetPixel(int x, int y, TColor color)
  1025. .END
  1026.  
  1027. .SetPixel
  1028.     SetPixel(const TPoint &point, TColor color)
  1029. .END
  1030.  
  1031. .Blt
  1032.     Blt(HDC Src, TPoint point[4], DWORD rop)
  1033. .END
  1034.  
  1035. .BitBlt
  1036.     BitBlt(int dstX, int dstY, int w, int h,
  1037. .END
  1038.  
  1039. .BitBlt
  1040.     BitBlt(const TRect &dst, const TDC &srcDC, const TPoint &src, DWORD rop)
  1041. .END
  1042.  
  1043. .PatBlt
  1044.     PatBlt(int x, int y, int w, int h, DWORD rop)
  1045. .END
  1046.  
  1047. .PatBlt
  1048.     PatBlt(const TRect &dst, DWORD rop)
  1049. .END
  1050.  
  1051. .ScrollDC
  1052.     ScrollDC(int dx, int dy, const TRect &scroll, const TRect &clip,
  1053. .END
  1054.  
  1055. .ScrollDC
  1056.     ScrollDC(const TSize &delta, const TRect &scroll, const TRect &clip,
  1057. .END
  1058.  
  1059. .StretchBlt
  1060.     StretchBlt(int dstX, int dstY, int dstW, int dstH,
  1061. .END
  1062.  
  1063. .StretchBlt
  1064.     StretchBlt(const TRect &dst,
  1065. .END
  1066.  
  1067. .GetDIBits
  1068.     GetDIBits(const TBitmap &bitmap, WORD startScan, WORD numScans,
  1069. .END
  1070.  
  1071. .GetDIBits
  1072.     GetDIBits(const TBitmap &bitmap, TDib &dib)
  1073. .END
  1074.  
  1075. .SetDIBits
  1076.     SetDIBits(TBitmap &bitmap, WORD startScan, WORD numScans,
  1077. .END
  1078.  
  1079. .SetDIBits
  1080.     SetDIBits(TBitmap &bitmap, const TDib &dib)
  1081. .END
  1082.  
  1083. .DrawBits
  1084.     DrawBits(const TPoint point[4], const void *bits, const BITMAPINFO *info, UINT rop)
  1085. .END
  1086.  
  1087. .SetDIBitsToDevice
  1088.     SetDIBitsToDevice(const TRect &dst, const TPoint &src, WORD startScan,
  1089. .END
  1090.  
  1091. .SetDIBitsToDevice
  1092.     SetDIBitsToDevice(const TRect &dst, const TPoint &src, const TDib &dib)
  1093. .END
  1094.  
  1095. .StretchDIBits
  1096.     StretchDIBits(const TRect &dst, const TRect &src,
  1097. .END
  1098.  
  1099. .StretchDIBits
  1100.     StretchDIBits(const TRect &dst, const TRect &src, const TDib &dib, DWORD rop)
  1101. .END
  1102.  
  1103. .FloodFill
  1104.     FloodFill(const TPoint &point, TColor color)
  1105. .END
  1106.  
  1107. .ExtFloodFill
  1108.     ExtFloodFill(const TPoint &point, TColor color, WORD fillType)
  1109. .END
  1110.  
  1111. .TextOut
  1112.     TextOut(int x, int y, const char *str, int count)
  1113. .END
  1114.  
  1115. .ExtTextOut
  1116.     ExtTextOut(int x, int y, WORD options, const TRect *rect,
  1117. .END
  1118.  
  1119. .TabbedTextOut
  1120.     TabbedTextOut(const TPoint &p, const char *str, int strLen,
  1121. .END
  1122.  
  1123. .DrawText
  1124.     DrawText(const char *str, int count, const TRect &rect, WORD format)
  1125. .END
  1126.  
  1127. .GrayString
  1128.     GrayString(const TBrush &brush, GRAYSTRINGPROC outputFunc,
  1129. .END
  1130.  
  1131. .GetTextExtent
  1132.     GetTextExtent(const char *str, int stringLen, TSize &size) const
  1133. .END
  1134.  
  1135. .GetTabbedTextExtent
  1136.     GetTabbedTextExtent(const char *str, int strLen, int numPositions,
  1137. .END
  1138.  
  1139. .GetTextAlign
  1140.     GetTextAlign()
  1141. .END
  1142.  
  1143. .SetTextAlign
  1144.     SetTextAlign(UINT flags)
  1145. .END
  1146.  
  1147. .GetTextCharacterExtra
  1148.     GetTextCharacterExtra()
  1149. .END
  1150.  
  1151. .SetTextCharacterExtra
  1152.     SetTextCharacterExtra(int extra)
  1153. .END
  1154.  
  1155. .SetTextJustification
  1156.     SetTextJustification(int breakExtra, int breakCount)
  1157. .END
  1158.  
  1159. .GetTextFace
  1160.     GetTextFace(int count, char *facename)
  1161. .END
  1162.  
  1163. .GetTextMetrics
  1164.     GetTextMetrics(TEXTMETRIC &metrics)
  1165. .END
  1166.  
  1167. .GetKerningPairs
  1168.     GetKerningPairs(int pairs, KERNINGPAIR *krnPair)
  1169. .END
  1170.  
  1171. .GetCharWidth
  1172.     GetCharWidth(UINT firstChar, UINT lastChar, int *buffer)
  1173. .END
  1174.  
  1175. .SetMapperFlags
  1176.     SetMapperFlags(DWORD flag)
  1177. .END
  1178.  
  1179. .GetAspectRatioFilter
  1180.     GetAspectRatioFilter(TSize &size)
  1181. .END
  1182.  
  1183. .EnumFonts
  1184.     EnumFonts(const char *faceName, OLDFONTENUMPROC callback, LPVOID data)
  1185. .END
  1186.  
  1187. .EnumFontFamilies
  1188.     EnumFontFamilies(const char *family, FONTENUMPROC callback, LPVOID data)
  1189. .END
  1190.  
  1191. .BeginPath
  1192.     BeginPath()
  1193. .END
  1194.  
  1195. .CloseFigure
  1196.     CloseFigure()
  1197. .END
  1198.  
  1199. .EndPath
  1200.     EndPath()
  1201. .END
  1202.  
  1203. .FillPath
  1204.     FillPath()
  1205. .END
  1206.  
  1207. .StrokePath
  1208.     StrokePath()
  1209. .END
  1210.  
  1211. .StrokeAndFillPath
  1212.     StrokeAndFillPath()
  1213. .END
  1214.  
  1215. .SelectClipPath
  1216.     SelectClipPath(int mode)
  1217. .END
  1218.  
  1219. .PathToRegion
  1220.     PathToRegion()
  1221. .END
  1222.  
  1223. .BeginWideLine
  1224.     BeginWideLine()
  1225. .END
  1226.  
  1227. .EndWideLine
  1228.     EndWideLine(HBRUSH save)
  1229. .END
  1230.  
  1231.  
  1232.  
  1233. [TDialog]
  1234. .GetClassName
  1235.     GetClassName()
  1236. .END
  1237.  
  1238. .Create
  1239.     Create()
  1240. .END
  1241.  
  1242. .DoCreate
  1243.     DoCreate()
  1244. .END
  1245.  
  1246. .Execute
  1247.     Execute()
  1248. .END
  1249.  
  1250. .DoExecute
  1251.     DoExecute()
  1252. .END
  1253.  
  1254. .PerformDlgInit
  1255.     PerformDlgInit()
  1256. .END
  1257.  
  1258. .SetupWindow
  1259.     SetupWindow()
  1260. .END
  1261.  
  1262. .CloseWindow
  1263.     CloseWindow(int retValue)
  1264. .END
  1265.  
  1266. .Destroy
  1267.     Destroy(int retValue)
  1268. .END
  1269.  
  1270. .GetDlgCtrlId
  1271.     GetDlgCtrlId(HWND hwnd) const
  1272. .END
  1273.  
  1274. .CmOk
  1275.     CmOk()
  1276. .END
  1277.  
  1278. .CmCancel
  1279.     CmCancel()
  1280. .END
  1281.  
  1282.  
  1283.  
  1284. [TDecoratedFrame]
  1285. .SetupWindow
  1286.     SetupWindow()
  1287. .END
  1288.  
  1289. .SetClientWindow
  1290.     SetClientWindow(TWindow *clientWnd)
  1291. .END
  1292.  
  1293. .PreProcessMsg
  1294.     PreProcessMsg(MSG &msg)
  1295. .END
  1296.  
  1297. .TLocation
  1298.     SetLocation(tLocation(TWindow &w, TDecoratedFrame::TLocation loc)
  1299. .END
  1300.  
  1301. .InsertAtTop
  1302.     InsertAtTop(TWindow &decoration, TWindow *insertAbove)
  1303. .END
  1304.  
  1305. .InsertAtBottom
  1306.     InsertAtBottom(TWindow &decoration, TWindow *insertBelow)
  1307. .END
  1308.  
  1309. .InsertAtLeft
  1310.     InsertAtLeft(TWindow &decoration, TWindow *insertLeftOf)
  1311. .END
  1312.  
  1313. .InsertAtRight
  1314.     InsertAtRight(TWindow &decoration, TWindow *insertRightOf)
  1315. .END
  1316.  
  1317. .Insert
  1318.     Insert(TWindow &decoration, TLocation location)
  1319. .END
  1320.  
  1321. [TEdit]
  1322. .GetNumLines
  1323.     GetNumLines()
  1324. .END
  1325.  
  1326. .IsModified
  1327.     IsModified()
  1328. .END
  1329.  
  1330. .ClearModify
  1331.     ClearModify()
  1332. .END
  1333.  
  1334. .SetSelection
  1335.     SetSelection(UINT startPos, UINT endPos)
  1336. .END
  1337.  
  1338. .GetSelection
  1339.     GetSelection(UINT &startPos, UINT &endPos)
  1340. .END
  1341.  
  1342. .GetLineFromPos
  1343.     GetLineFromPos(UINT charPos)
  1344. .END
  1345.  
  1346. .GetLineIndex
  1347.     GetLineIndex(int lineNumber)
  1348. .END
  1349.  
  1350. .Scroll
  1351.     Scroll(int horizUnit, int vertUnit)
  1352. .END
  1353.  
  1354. .Insert
  1355.     Insert(const char *str)
  1356. .END
  1357.  
  1358. .GetRect
  1359.     GetRect(TRect &frmtRect)
  1360. .END
  1361.  
  1362. .SetRect
  1363.     SetRect(const TRect &frmtRect)
  1364. .END
  1365.  
  1366. .SetRectNP
  1367.     SetRectNP(const TRect &frmtRect)
  1368. .END
  1369.  
  1370. .FormatLines
  1371.     FormatLines(BOOL addEOL)
  1372. .END
  1373.  
  1374. .SetTabStops
  1375.     SetTabStops(int numTabs, const int *tabs)
  1376. .END
  1377.  
  1378. .SetPasswordChar
  1379.     SetPasswordChar(UINT ch)
  1380. .END
  1381.  
  1382. .GetFirstVisibleLine
  1383.     GetFirstVisibleLine()
  1384. .END
  1385.  
  1386. .SetReadOnly
  1387.     SetReadOnly(BOOL readOnly)
  1388. .END
  1389.  
  1390. .GetPasswordChar
  1391.     GetPasswordChar()
  1392. .END
  1393.  
  1394. .GetWordBreakProc
  1395.     GetWordBreakProc()
  1396. .END
  1397.  
  1398. .SetWordBreakProc
  1399.     SetWordBreakProc(EDITWORDBREAKPROC proc)
  1400. .END
  1401.  
  1402. .CanUndo
  1403.     CanUndo()
  1404. .END
  1405.  
  1406. .EmptyUndoBuffer
  1407.     EmptyUndoBuffer()
  1408. .END
  1409.  
  1410. .Undo
  1411.     Undo()
  1412. .END
  1413.  
  1414. .Paste
  1415.     Paste()
  1416. .END
  1417.  
  1418. .Copy
  1419.     Copy()
  1420. .END
  1421.  
  1422. .Cut
  1423.     Cut()
  1424. .END
  1425.  
  1426. .ENErrSpace
  1427.     ENErrSpace()
  1428. .END
  1429.  
  1430. .ValidatorError
  1431.     ValidatorError()
  1432. .END
  1433.  
  1434. .Clear
  1435.     Clear()
  1436. .END
  1437.  
  1438. .CanClose
  1439.     CanClose()
  1440. .END
  1441.  
  1442. .CmSelectEnable
  1443.     CmSelectEnable(TCommandEnabler &commandHandler)
  1444. .END
  1445.  
  1446. .CmPasteEnable
  1447.     CmPasteEnable(TCommandEnabler &commandHandler)
  1448. .END
  1449.  
  1450. .CmCharsEnable
  1451.     CmCharsEnable(TCommandEnabler &commandHandler)
  1452. .END
  1453.  
  1454. .CmModEnable
  1455.     CmModEnable(TCommandEnabler &commandHandler)
  1456. .END
  1457.  
  1458. .GetLineLength
  1459.     GetLineLength(int lineNumber)
  1460. .END
  1461.  
  1462. .GetLine
  1463.     GetLine(char *textString, int strSize, int lineNumber)
  1464. .END
  1465.  
  1466. .LockBuffer
  1467.     LockBuffer(UINT newSize)
  1468. .END
  1469.  
  1470. .UnlockBuffer
  1471.     UnlockBuffer(const char *buffer, BOOL updateHandle)
  1472. .END
  1473.  
  1474. .Search
  1475.     Search(UINT startPos, const char *text, BOOL caseSensitive,
  1476. .END
  1477.  
  1478. .DeleteSelection
  1479.     DeleteSelection()
  1480. .END
  1481.  
  1482. .DeleteSubText
  1483.     DeleteSubText(UINT startPos, UINT endPos)
  1484. .END
  1485.  
  1486. .DeleteLine
  1487.     DeleteLine(int lineNumber)
  1488. .END
  1489.  
  1490. .GetSubText
  1491.     GetSubText(char *textString, UINT startPos, UINT endPos)
  1492. .END
  1493.  
  1494. .GetClassName
  1495.     GetClassName()
  1496. .END
  1497.  
  1498. .SetupWindow
  1499.     SetupWindow()
  1500. .END
  1501.  
  1502. .IsValid
  1503.     IsValid(BOOL reportError)
  1504. .END
  1505.  
  1506. .SetValidator
  1507.     SetValidator(TValidator *validator)
  1508. .END
  1509.  
  1510. .Transfer
  1511.     Transfer(void *buffer, TTransferDirection direction)
  1512. .END
  1513.  
  1514.  
  1515.  
  1516. [TEditFile]
  1517. .SetupWindow
  1518.     SetupWindow()
  1519. .END
  1520.  
  1521. .SetFileName
  1522.     SetFileName(const char *fileName)
  1523. .END
  1524.  
  1525. .NewFile
  1526.     NewFile()
  1527. .END
  1528.  
  1529. .ReplaceWith
  1530.     ReplaceWith(const char *fileName)
  1531. .END
  1532.  
  1533. .Open
  1534.     Open()
  1535. .END
  1536.  
  1537. .Read
  1538.     Read(const char *fileName)
  1539. .END
  1540.  
  1541. .Save
  1542.     Save()
  1543. .END
  1544.  
  1545. .SaveAs
  1546.     SaveAs()
  1547. .END
  1548.  
  1549. .CmSaveEnable
  1550.     CmSaveEnable(TCommandEnabler &commandHandler)
  1551. .END
  1552.  
  1553. .Write
  1554.     Write(const char *fileName)
  1555. .END
  1556.  
  1557. .CanClear
  1558.     CanClear()
  1559. .END
  1560.  
  1561. .CanClose
  1562.     CanClose()
  1563. .END
  1564.  
  1565.  
  1566. [TEditSearch]
  1567. .SetupWindow
  1568.     SetupWindow()
  1569. .END
  1570.  
  1571. .DoSearch
  1572.     DoSearch()
  1573. .END
  1574.  
  1575. .CmEditFind
  1576.     CmEditFind()
  1577. .END
  1578.  
  1579. .CmEditReplace
  1580.     CmEditReplace()
  1581. .END
  1582.  
  1583. .CeEditFindReplace
  1584.     CeEditFindReplace(TCommandEnabler &ce)
  1585. .END
  1586.  
  1587. .CeEditFindNext
  1588.     CeEditFindNext(TCommandEnabler &ce)
  1589. .END
  1590.  
  1591. .CmEditFindNext
  1592.     CmEditFindNext()
  1593. .END
  1594.  
  1595.  
  1596.  
  1597. [TEditView]
  1598. .VnDocClosed
  1599.     VnDocClosed(int omode)
  1600. .END
  1601.  
  1602. .LoadData
  1603.     LoadData()
  1604. .END
  1605.  
  1606. .Create
  1607.     Create()
  1608. .END
  1609.  
  1610. .PerformCreate
  1611.     PerformCreate(int menuOrId)
  1612. .END
  1613.  
  1614. .VnCommit
  1615.     VnCommit(BOOL force)
  1616. .END
  1617.  
  1618. .VnRevert
  1619.     VnRevert(BOOL clear)
  1620. .END
  1621.  
  1622.  
  1623.  
  1624. [TFileDocument]
  1625. .OpenThisFile
  1626.     OpenThisFile(int omode, LPCSTR name, streampos *pseekpos)
  1627. .END
  1628.  
  1629. .CloseThisFile
  1630.     CloseThisFile(HFILE fhdl, int omode)
  1631. .END
  1632.  
  1633. .Open
  1634.     Open(int omode, LPCSTR path)
  1635. .END
  1636.  
  1637. .Open
  1638.     Open(HFILE fhdl)
  1639. .END
  1640.  
  1641. .Close
  1642.     Close()
  1643. .END
  1644.  
  1645. .Commit
  1646.     Commit(BOOL force)
  1647. .END
  1648.  
  1649. .Revert
  1650.     Revert(BOOL clear)
  1651. .END
  1652.  
  1653. .PropertyName
  1654.     PropertyName(int index)
  1655. .END
  1656.  
  1657. .PropertyFlags
  1658.     PropertyFlags(int index)
  1659. .END
  1660.  
  1661. .FindProperty
  1662.     FindProperty(const char *name)
  1663. .END
  1664.  
  1665. .GetProperty
  1666.     GetProperty(int prop, void *dest, int textlen)
  1667. .END
  1668.  
  1669. .SetProperty
  1670.     SetProperty(int prop, const void *src)
  1671. .END
  1672.  
  1673. .InStream
  1674.     InStream(int omode, LPCSTR  strmId)
  1675. .END
  1676.  
  1677. .utStream
  1678.     OutStream(int omode, LPCSTR strmId)
  1679. .END
  1680.  
  1681.  
  1682.  
  1683.  
  1684. [TFrameWindow]
  1685. .TMenuItemEnabler::Enable
  1686.     TMenuItemEnabler::Enable(BOOL enable)
  1687. .END
  1688.  
  1689. .TMenuItemEnabler::SetText
  1690.     TMenuItemEnabler::SetText(const char *str)
  1691. .END
  1692.  
  1693. .TMenuItemEnabler::SetCheck
  1694.     TMenuItemEnabler::SetCheck(int state)
  1695. .END
  1696.  
  1697. .TFrameWindow
  1698.     TFrameWindow(TWindow *       parent,
  1699. .END
  1700.  
  1701. .TFrameWindow
  1702.     TFrameWindow(HWND hWnd, TModule *module)
  1703. .END
  1704.  
  1705. .TFrameWindow
  1706.     TFrameWindow()
  1707. .END
  1708.  
  1709. .Init
  1710.     Init(TWindow *clientWnd, BOOL shrinkToClient)
  1711. .END
  1712.  
  1713. .Init
  1714.     Init(TWindow *clientWnd)
  1715. .END
  1716.  
  1717. .IdleAction
  1718.     IdleAction(long idleCount)
  1719. .END
  1720.  
  1721. .GetCommandTarget
  1722.     GetCommandTarget()
  1723. .END
  1724.  
  1725. .SetMenu
  1726.     SetMenu(HMENU hMenu)
  1727. .END
  1728.  
  1729. .AssignMenu
  1730.     AssignMenu(TResId menuResId)
  1731. .END
  1732.  
  1733. .SetInitMenu
  1734.     SetInitMenu()
  1735. .END
  1736.  
  1737. .SetIcon
  1738.     SetIcon(TModule *module, TResId resId)
  1739. .END
  1740.  
  1741. .GetClientWindow
  1742.     GetClientWindow() const
  1743. .END
  1744.  
  1745. .SetClientWindow
  1746.     SetClientWindow(TWindow *clientWnd)
  1747. .END
  1748.  
  1749. .SetDocTitle
  1750.     SetDocTitle(const char *docname, int index)
  1751. .END
  1752.  
  1753. .GetClassName
  1754.     GetClassName()
  1755. .END
  1756.  
  1757. .FirstChildWithTab
  1758.     FirstChildWithTab()
  1759. .END
  1760.  
  1761. .HoldFocusHWnd
  1762.     HoldFocusHWnd(HWND hWndLose, HWND hWndGain)
  1763. .END
  1764.  
  1765. .ResizeClientWindow
  1766.     ResizeClientWindow(BOOL redraw)
  1767. .END
  1768.  
  1769. .SetupWindow
  1770.     SetupWindow()
  1771. .END
  1772.  
  1773. .SetMenuDescr
  1774.     SetMenuDescr(const TMenuDescr &menuDescr)
  1775. .END
  1776.  
  1777. .MergeMenu
  1778.     MergeMenu(const TMenuDescr &childMenuDescr)
  1779. .END
  1780.  
  1781. .RestoreMenu
  1782.     RestoreMenu()
  1783. .END
  1784.  
  1785. [TWindow]
  1786. .InitWndProc
  1787.     InitWndProc(HWND hWindow, UINT msg, WPARAM wParam, LPARAM lParam)
  1788. .END
  1789.  
  1790. .DefaultProcessing
  1791.     DefaultProcessing()
  1792. .END
  1793.  
  1794. .DefWindowProc
  1795.     DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam)
  1796. .END
  1797.  
  1798. .WindowProc
  1799.     WindowProc(UINT msg, WPARAM wParam, LPARAM lParam)
  1800. .END
  1801.  
  1802. .ReceiveMessage
  1803.     ReceiveMessage(UINT msg, WPARAM wParam, LPARAM lParam)
  1804. .END
  1805.  
  1806. .SetupWindow
  1807.     SetupWindow()
  1808. .END
  1809.  
  1810. .CleanupWindow
  1811.     CleanupWindow()
  1812. .END
  1813.  
  1814. .SetColor
  1815.     SetColor(TBrush *fore)
  1816. .END
  1817.  
  1818. .SetBkgndColor
  1819.     SetBkgndColor(COLORREF color)
  1820. .END
  1821.  
  1822. .DispatchScroll
  1823.     DispatchScroll(UINT scrollCode, UINT /*thumbPos*/, HWND hWndCtrl)
  1824. .END
  1825.  
  1826. .GetWindowClass
  1827.     GetWindowClass(WNDCLASS &wndClass)
  1828. .END
  1829.  
  1830. .Register
  1831.     Register()
  1832. .END
  1833.  
  1834. .CmExit
  1835.     CmExit()
  1836. .END
  1837.  
  1838. .TXWindow::Msg
  1839.     TXWindow::Msg(TWindow *win, UINT resId)
  1840. .END
  1841.  
  1842. .TXWindow::TXWindow
  1843.     TXWindow::TXWindow(TWindow *win, UINT resId)
  1844. .END
  1845.  
  1846. .TXWindow::TXWindow
  1847.     TXWindow::TXWindow(const TXWindow &src)
  1848. .END
  1849.  
  1850. .TXWindow::Unhandled
  1851.     TXWindow::Unhandled(TModule *app, unsigned promptResId)
  1852. .END
  1853.  
  1854. .TXWindow::Clone
  1855.     TXWindow::Clone()
  1856. .END
  1857.  
  1858. .FirstThat
  1859.     FirstThat(TCondFunc test, void *paramList)
  1860. .END
  1861.  
  1862. .ForEach
  1863.     ForEach(TActionFunc action, void *paramList)
  1864. .END
  1865.  
  1866. .FirstThat
  1867.     FirstThat(TCondMemFunc test, void *paramList)
  1868. .END
  1869.  
  1870. .ForEach
  1871.     ForEach(TActionMemFunc action, void *paramList)
  1872. .END
  1873.  
  1874. .Previous
  1875.     Previous()
  1876. .END
  1877.  
  1878. .NumChildren
  1879.     NumChildren()
  1880. .END
  1881.  
  1882. .Create
  1883.     Create()
  1884. .END
  1885.  
  1886. .PerformCreate
  1887.     PerformCreate(int menuOrId)
  1888. .END
  1889.  
  1890. .CreateChildren
  1891.     CreateChildren()
  1892. .END
  1893.  
  1894. .Destroy
  1895.     Destroy(int retVal)
  1896. .END
  1897.  
  1898. .CloseWindow
  1899.     CloseWindow(int retVal)
  1900. .END
  1901.  
  1902. .ShutDownWindow
  1903.     ShutDownWindow(TWindow *win, int retVal)
  1904. .END
  1905.  
  1906. .HandleMessage
  1907.     HandleMessage(UINT msg, WPARAM wParam, LPARAM lParam)
  1908. .END
  1909.  
  1910. .Paint
  1911.     Paint(TDC&, BOOL, TRect&)
  1912. .END
  1913.  
  1914. .ForwardMessage
  1915.     ForwardMessage(HWND hWnd, BOOL send)
  1916. .END
  1917.  
  1918. .ForwardMessage
  1919.     ForwardMessage(BOOL send)
  1920. .END
  1921.  
  1922. .ChildBroadcastMessage
  1923.     ChildBroadcastMessage(UINT msg, WPARAM wParam, LPARAM lParam)
  1924. .END
  1925.  
  1926. .ChildWithId
  1927.     ChildWithId(int id) const
  1928. .END
  1929.  
  1930. .SetParent
  1931.     SetParent(TWindow *newParent)
  1932. .END
  1933.  
  1934. .SetDocTitle
  1935.     SetDocTitle(LPCSTR docname, int index)
  1936. .END
  1937.  
  1938. .PreProcessMsg
  1939.     PreProcessMsg(MSG&)
  1940. .END
  1941.  
  1942. .IdleAction
  1943.     IdleAction(long)
  1944. .END
  1945.  
  1946. .HoldFocusHWnd
  1947.     HoldFocusHWnd(HWND, HWND)
  1948. .END
  1949.  
  1950. .Transfer
  1951.     Transfer(void *buffer, TTransferDirection direction)
  1952. .END
  1953.  
  1954. .TransferData
  1955.     TransferData(TTransferDirection direction)
  1956. .END
  1957.  
  1958. .SendMessage
  1959.     SendMessage(UINT msg, WPARAM wParam, LPARAM lParam)
  1960. .END
  1961.  
  1962. .Show
  1963.     Show(int showCmd)
  1964. .END
  1965.  
  1966. .SetCaption
  1967.     SetCaption(const char *title)
  1968. .END
  1969.  
  1970. .GetWindowTextTitle
  1971.     GetWindowTextTitle()
  1972. .END
  1973.  
  1974. .GetHWndState
  1975.     GetHWndState()
  1976. .END
  1977.  
  1978. .SetCursor
  1979.     SetCursor(TModule *module, TResId resId)
  1980. .END
  1981.  
  1982. .CanClose
  1983.     CanClose()
  1984. .END
  1985.  
  1986. .GetUpdateRgn
  1987.     GetUpdateRgn(TRegion &rgn, BOOL erase) const
  1988. .END
  1989.  
  1990. .MessageBox
  1991.     MessageBox(const char *text, const char *caption,
  1992. .END
  1993.  
  1994. .MessageBox
  1995.     MessageBox(UINT type, TResId format, ...)
  1996. .END
  1997.  
  1998. .GetClassName
  1999.     GetClassName()
  2000. .END
  2001.  
  2002. .PMWindowClass
  2003.     PMWindowClass(HWND hwnd)
  2004. .END
  2005.  
  2006. .LoadAcceleratorTable
  2007.     LoadAcceleratorTable()
  2008. .END
  2009.  
  2010. .RemoveChild
  2011.     RemoveChild(TWindow *child)
  2012. .END
  2013.  
  2014. .OrderIsI
  2015.     OrderIsI(TWindow *win, void *position)
  2016. .END
  2017.  
  2018. .AssignZOrder
  2019.     AssignZOrder()
  2020. .END
  2021.  
  2022. .AddChild
  2023.     AddChild(TWindow *child)
  2024. .END
  2025.  
  2026. .IndexOf
  2027.     IndexOf(TWindow *child)
  2028. .END
  2029.  
  2030. .At
  2031.     At(int position)
  2032. .END
  2033.  
  2034. .SetUniqueId
  2035.     SetUniqueId()
  2036. .END
  2037.  
  2038. .EnableUpdate
  2039.     EnableUpdate(BOOL enable)
  2040. .END
  2041.  
  2042. .IsWindow
  2043.     IsWindow() const
  2044. .END
  2045.  
  2046. .SendDlgItemMessage
  2047.     SendDlgItemMessage(int childId, UINT msg, WPARAM wParam, LPARAM lParam)
  2048. .END
  2049.  
  2050. .PostMessage
  2051.     PostMessage(UINT msg, WPARAM wParam, LPARAM lParam)
  2052. .END
  2053.  
  2054. .GetCapture
  2055.     GetCapture()
  2056. .END
  2057.  
  2058. .SetCapture
  2059.     SetCapture()
  2060. .END
  2061.  
  2062. .ReleaseCapture
  2063.     ReleaseCapture()
  2064. .END
  2065.  
  2066. .GetFocus
  2067.     GetFocus()
  2068. .END
  2069.  
  2070. .SetFocus
  2071.     SetFocus()
  2072. .END
  2073.  
  2074. .IsWindowEnabled
  2075.     IsWindowEnabled() const
  2076. .END
  2077.  
  2078. .EnableWindow
  2079.     EnableWindow(BOOL enable)
  2080. .END
  2081.  
  2082. .SetRedraw
  2083.     SetRedraw(BOOL redraw)
  2084. .END
  2085.  
  2086. .ScreenToClient
  2087.     ScreenToClient(TPoint &point) const
  2088. .END
  2089.  
  2090. .MapWindowPoints
  2091.     MapWindowPoints(HWND hWndTo, TPoint *points, int count) const
  2092. .END
  2093.  
  2094. .GetClientRect
  2095.     GetClientRect(TRect &rect) const
  2096. .END
  2097.  
  2098. .GetClientRect
  2099.     GetClientRect() const
  2100. .END
  2101.  
  2102. .WindowFromPoint
  2103.     WindowFromPoint(const TPoint &point)
  2104. .END
  2105.  
  2106. .ChildWindowFromPoint
  2107.     ChildWindowFromPoint(const TPoint &point) const
  2108. .END
  2109.  
  2110. .ClientToScreen
  2111.     ClientToScreen(TPoint &point) const
  2112. .END
  2113.  
  2114. .GetWindowRect
  2115.     GetWindowRect(TRect &rect) const
  2116. .END
  2117.  
  2118. .GetWindowRect
  2119.     GetWindowRect() const
  2120. .END
  2121.  
  2122. .AdjustWindowRect
  2123.     AdjustWindowRect(TRect &rect, DWORD , BOOL )
  2124. .END
  2125.  
  2126. .AdjustWindowRectEx
  2127.     AdjustWindowRectEx(TRect &rect, DWORD , BOOL , DWORD )
  2128. .END
  2129.  
  2130. .GetClassName
  2131.     GetClassName(char *className, int maxCount) const
  2132. .END
  2133.  
  2134. .GetClassLong
  2135.     GetClassLong(int index) const
  2136. .END
  2137.  
  2138. .SetClassLong
  2139.     SetClassLong(int index, long newLong)
  2140. .END
  2141.  
  2142. .GetClassWord
  2143.     GetClassWord(int index) const
  2144. .END
  2145.  
  2146. .SetClassWord
  2147.     SetClassWord(int index, WORD newWord)
  2148. .END
  2149.  
  2150. .GetWindowLong
  2151.     GetWindowLong(int index) const
  2152. .END
  2153.  
  2154. .GetSystemMetrics
  2155.     GetSystemMetrics(int index)
  2156. .END
  2157.  
  2158. .SetWindowLong
  2159.     SetWindowLong(int index, long newLong)
  2160. .END
  2161.  
  2162. .GetWindowWord
  2163.     GetWindowWord(int index) const
  2164. .END
  2165.  
  2166. .SetWindowWord
  2167.     SetWindowWord(int index, WORD newWord)
  2168. .END
  2169.  
  2170. .GetProp
  2171.     GetProp(ATOM atom) const
  2172. .END
  2173.  
  2174. .RemoveProp
  2175.     RemoveProp(ATOM atom) const
  2176. .END
  2177.  
  2178. .SetProp
  2179.     SetProp(ATOM atom, HANDLE data) const
  2180. .END
  2181.  
  2182. .GetProp
  2183.     GetProp(const char *str) const
  2184. .END
  2185.  
  2186. .RemoveProp
  2187.     RemoveProp(const char *str) const
  2188. .END
  2189.  
  2190. .SetProp
  2191.     SetProp(const char *str, HANDLE data) const
  2192. .END
  2193.  
  2194. .MoveWindow
  2195.     MoveWindow(int x, int y, int w, int h, BOOL repaint)
  2196. .END
  2197.  
  2198. .MoveWindow
  2199.     MoveWindow(const TRect &rect, BOOL repaint)
  2200. .END
  2201.  
  2202. .ShowWindow
  2203.     ShowWindow(int cmdShow)
  2204. .END
  2205.  
  2206. .IsWindowVisible
  2207.     IsWindowVisible() const
  2208. .END
  2209.  
  2210. .IsZoomed
  2211.     IsZoomed() const
  2212. .END
  2213.  
  2214. .IsIconic
  2215.     IsIconic() const
  2216. .END
  2217.  
  2218. .GetWindowTextLength
  2219.     GetWindowTextLength() const
  2220. .END
  2221.  
  2222. .GetWindowText
  2223.     GetWindowText(char *str, int maxCount) const
  2224. .END
  2225.  
  2226. .SetWindowText
  2227.     SetWindowText(const char *str)
  2228. .END
  2229.  
  2230. .GetWindowPlacement
  2231.     GetWindowPlacement(WINDOWPLACEMENT *place) const
  2232. .END
  2233.  
  2234. .SetWindowPlacement
  2235.     SetWindowPlacement(const WINDOWPLACEMENT *place)
  2236. .END
  2237.  
  2238. .BringWindowToTop
  2239.     BringWindowToTop()
  2240. .END
  2241.  
  2242. .GetActiveWindow
  2243.     GetActiveWindow()
  2244. .END
  2245.  
  2246. .SetActiveWindow
  2247.     SetActiveWindow()
  2248. .END
  2249.  
  2250. .GetDesktopWindow
  2251.     GetDesktopWindow()
  2252. .END
  2253.  
  2254. .GetSysModalWindow
  2255.     GetSysModalWindow()
  2256. .END
  2257.  
  2258. .SetSysModalWindow
  2259.     SetSysModalWindow()
  2260. .END
  2261.  
  2262. .GetNextWindow
  2263.     GetNextWindow(UINT flag) const
  2264. .END
  2265.  
  2266. .GetWindow
  2267.     GetWindow(UINT flag) const
  2268. .END
  2269.  
  2270. .GetTopWindow
  2271.     GetTopWindow() const
  2272. .END
  2273.  
  2274. .SetWindowPos
  2275.     SetWindowPos(HWND insAfter, const TRect &rect, UINT flags)
  2276. .END
  2277.  
  2278. .SetWindowPos
  2279.     SetWindowPos(HWND insAfter, int x, int y, int w, int h, UINT flags)
  2280. .END
  2281.  
  2282. .Invalidate
  2283.     Invalidate(BOOL)
  2284. .END
  2285.  
  2286. .InvalidateRect
  2287.     InvalidateRect(const TRect &rect, BOOL)
  2288. .END
  2289.  
  2290. .InvalidateRgn
  2291.     InvalidateRgn(HRGN hRgn, BOOL)
  2292. .END
  2293.  
  2294. .Validate
  2295.     Validate()
  2296. .END
  2297.  
  2298. .ValidateRect
  2299.     ValidateRect(const TRect &rect)
  2300. .END
  2301.  
  2302. .ValidateRgn
  2303.     ValidateRgn(HRGN hRgn)
  2304. .END
  2305.  
  2306. .UpdateWindow
  2307.     UpdateWindow()
  2308. .END
  2309.  
  2310. .FlashWindow
  2311.     FlashWindow(BOOL invert)
  2312. .END
  2313.  
  2314. .GetUpdateRect
  2315.     GetUpdateRect(TRect &rect, BOOL erase) const
  2316. .END
  2317.  
  2318. .LockWindowUpdate
  2319.     LockWindowUpdate()
  2320. .END
  2321.  
  2322. .RedrawWindow
  2323.     RedrawWindow(TRect *update, HRGN hUpdateRgn, UINT redraw)
  2324. .END
  2325.  
  2326. .GetScrollPos
  2327.     GetScrollPos(int bar) const
  2328. .END
  2329.  
  2330. .SetScrollPos
  2331.     SetScrollPos(int bar, int pos, BOOL )
  2332. .END
  2333.  
  2334. .GetScrollRange
  2335.     GetScrollRange(int bar, int &minPos, int &maxPos) const
  2336. .END
  2337.  
  2338. .SetScrollRange
  2339.     SetScrollRange(int bar, int minPos, int maxPos, BOOL )
  2340. .END
  2341.  
  2342. .EnableScrollBar
  2343.     EnableScrollBar(UINT , UINT )
  2344. .END
  2345.  
  2346. .ShowScrollBar
  2347.     ShowScrollBar(int bar, BOOL show)
  2348. .END
  2349.  
  2350. .ScrollWindow
  2351.     ScrollWindow(int dx, int dy, const TRect *scroll, const TRect *clip)
  2352. .END
  2353.  
  2354. .ScrollWindowEx
  2355.     ScrollWindowEx(int dx, int dy, const TRect *scroll,
  2356. .END
  2357.  
  2358. .GetDlgCtrlId
  2359.     GetDlgCtrlId() const
  2360. .END
  2361.  
  2362. .GetDlgItem
  2363.     GetDlgItem(int childId) const
  2364. .END
  2365.  
  2366. .GetDlgItemInt
  2367.     GetDlgItemInt(int childId, BOOL *succ, BOOL isSigned) const
  2368. .END
  2369.  
  2370. .SetDlgItemInt
  2371.     SetDlgItemInt(int childId, UINT value, BOOL isSigned) const
  2372. .END
  2373.  
  2374. .GetDlgItemText
  2375.     GetDlgItemText(int childId, char *text, int max) const
  2376. .END
  2377.  
  2378. .SetDlgItemText
  2379.     SetDlgItemText(int childId, const char *text) const
  2380. .END
  2381.  
  2382. .IsDlgButtonChecked
  2383.     IsDlgButtonChecked(int buttonId) const
  2384. .END
  2385.  
  2386. .GetParent
  2387.     GetParent() const
  2388. .END
  2389.  
  2390. .IsChild
  2391.     IsChild(HWND hWnd) const
  2392. .END
  2393.  
  2394. .GetNextDlgGroupItem
  2395.     GetNextDlgGroupItem(HWND hWndCtrl, BOOL previous) const
  2396. .END
  2397.  
  2398. .GetNextDlgTabItem
  2399.     GetNextDlgTabItem(HWND hWndCtrl, BOOL previous) const
  2400. .END
  2401.  
  2402. .CheckDlgButton
  2403.     CheckDlgButton(int buttonId, UINT check)
  2404. .END
  2405.  
  2406. .CheckRadioButton
  2407.     CheckRadioButton(int firstButtonId, int lastButtonId, int checkButtonId)
  2408. .END
  2409.  
  2410. .GetMenu
  2411.     GetMenu() const
  2412. .END
  2413.  
  2414. .GetSystemMenu
  2415.     GetSystemMenu(BOOL) const
  2416. .END
  2417.  
  2418. .SetMenu
  2419.     SetMenu(HMENU hMenu)
  2420. .END
  2421.  
  2422. .HiliteMenuItem
  2423.     HiliteMenuItem(HMENU hMenu, UINT idItem, UINT hilite)
  2424. .END
  2425.  
  2426. .DrawMenuBar
  2427.     DrawMenuBar()
  2428. .END
  2429.  
  2430. .KillTimer
  2431.     KillTimer(UINT timerId)
  2432. .END
  2433.  
  2434. .SetTimer
  2435.     SetTimer(UINT timerId, UINT timeout)
  2436. .END
  2437.  
  2438. .CreateCaret
  2439.     CreateCaret(BOOL isGray, int width, int height)
  2440. .END
  2441.  
  2442. .DestroyCaret
  2443.     DestroyCaret()
  2444. .END
  2445.  
  2446. .GetCaretBlinkTime
  2447.     GetCaretBlinkTime()
  2448. .END
  2449.  
  2450. .GetCaretPos
  2451.     GetCaretPos(TPoint &point)
  2452. .END
  2453.  
  2454. .HideCaret
  2455.     HideCaret()
  2456. .END
  2457.  
  2458. .SetCaretBlinkTime
  2459.     SetCaretBlinkTime(WORD milliSecs)
  2460. .END
  2461.  
  2462. .SetCaretPos
  2463.     SetCaretPos(int x, int y)
  2464. .END
  2465.  
  2466. .ShowCaret
  2467.     ShowCaret()
  2468. .END
  2469.  
  2470. .SetCursorPos
  2471.     SetCursorPos(TPoint pos)
  2472. .END
  2473.  
  2474. .GetCursorPos
  2475.     GetCursorPos(TPoint &pos)
  2476. .END
  2477.  
  2478. .SetWindowFont
  2479.     SetWindowFont(HFONT font, BOOL redraw)
  2480. .END
  2481.  
  2482. .GetWindowFont
  2483.     GetWindowFont()
  2484. .END
  2485.  
  2486. .GetWindowTask
  2487.     GetWindowTask() const
  2488. .END
  2489.  
  2490. .DragAcceptFiles
  2491.     DragAcceptFiles(BOOL accept)
  2492. .END
  2493.  
  2494. [TStatic]
  2495. .GetTextLength
  2496. int   GetTextLen();  // returns the length of the control's text
  2497. .END
  2498.  
  2499. .GetText
  2500. int   GetText(char *str, int maxChars);
  2501. .END
  2502.  
  2503.  
  2504. .SetText
  2505. void  SetText(const char *str);
  2506. .END
  2507.  
  2508.  
  2509. .Clear Text
  2510. void Clear();
  2511. .END
  2512.  
  2513. .GetClassName
  2514. char *GetClassName();
  2515. .END
  2516.  
  2517.  
  2518. [TGauge]
  2519. .GetRange
  2520. void GetRange(int &min, int &max);
  2521. .END
  2522.  
  2523. .GetValue
  2524. int GetValue();
  2525. .END
  2526.  
  2527. .SetRange
  2528. void SetRange(int min, int max);
  2529. .END
  2530.  
  2531. .SetValue
  2532. void SetValue(int value);
  2533. .END
  2534.  
  2535. .SetLed
  2536. void SetLed(int spacing, int thickPercent=90);
  2537. .End
  2538.  
  2539. .SetColor
  2540. void SetColor(TColor color);
  2541. .END
  2542.  
  2543. .Protected_Data_
  2544.     int           Min;        // Minimum value
  2545.     int           Max;        // Maximum value
  2546.     int           Value;      // Current value
  2547.     int           Margin;     // margin between bevel and graphic
  2548.     int           IsHorizontal; // True when Horizontal layout else vertical
  2549.     int           LedSpacing; // Spacing of 'leds' in value units
  2550.     int           LedThick;   // Thickness of leds in percent of spacing
  2551.     TColor        BarColor;   // Bar or LED color, defaults to blue
  2552. .END
  2553.  
  2554.  
  2555. [TGroupBox]
  2556.  
  2557. .Public_Data_
  2558. BOOL  NotifyParent;
  2559. .END
  2560.  
  2561.  
  2562. .GetClassName
  2563. char *GetClassName();
  2564. .END
  2565.  
  2566.  
  2567.  
  2568. [TListBox]
  2569. .GetCount
  2570. int GetCount() const;
  2571. .END
  2572.  
  2573.  
  2574. .FindString
  2575. int FindString(const char *str, int index) const;
  2576. .END
  2577.  
  2578. .FindExactString
  2579. int FindExactString(const char *str, int searchIndex) const;
  2580. .END
  2581.  
  2582. .GetTopIndex
  2583. int GetTopIndex() const;
  2584. .END
  2585.  
  2586. .SetTopIndex
  2587. int SetTopIndex(int index);
  2588. .END
  2589.  
  2590.  
  2591. .SetTabStops
  2592. BOOL SetTabStops(int numTabs, int *tabs);
  2593. .END
  2594.  
  2595.  
  2596. .GetHorizontalExtent
  2597. int GetHorizontalExtent() const;
  2598. .END
  2599.  
  2600. .SetHorizontalExtent
  2601. void SetHorizontalExtent(int horzExtent);
  2602. .END
  2603.  
  2604. .SetColumnWidth
  2605. void SetColumnWidth(int width);
  2606. .END
  2607.  
  2608. .GetCaretIndex
  2609. int GetCaretIndex() const;
  2610. .END
  2611.  
  2612. .SetCaretIndex
  2613. int SetCaretIndex(int index, BOOL partScrollOk);
  2614. .END
  2615.  
  2616. .GetItemRect
  2617. int GetItemRect(int index, TRect &rect) const;
  2618. .END
  2619.  
  2620. .GetStringLen
  2621. int GetStringLen(int index) const;
  2622. .END
  2623.  
  2624. .GetString
  2625. int  GetString(char *str, int index) const;
  2626. .END
  2627.  
  2628. .GetItemData
  2629. DWORD GetItemData(int index) const;
  2630. .END
  2631.  
  2632. .SetItemData
  2633. int  SetItemData(int index, DWORD itemData);
  2634. .END
  2635.  
  2636.  
  2637. .GetItemHeight
  2638. int  GetItemHeight(int index) const;
  2639. .END
  2640.  
  2641. .SetItemHeight
  2642. int  SetItemHeight(int index, int height);
  2643. .END
  2644.  
  2645. .ClearList
  2646. void  ClearList();
  2647. .END
  2648.  
  2649. .DirectoryList
  2650. int  DirectoryList(UINT attrs, const char *fileSpec);
  2651. .END
  2652.  
  2653. .AddString
  2654. int AddString(const char *str);
  2655. .END
  2656.  
  2657. .InsertString
  2658. int InsertString(const char *str, int index);
  2659. .END
  2660.  
  2661. .DeleteString
  2662. int  DeleteString(int index);
  2663. .END
  2664.  
  2665. .GetSelIndex
  2666. int  GetSelIndex() const;
  2667. .END
  2668.  
  2669. .SetSelIndex
  2670. int SetSelIndex(int index);
  2671. .END
  2672.  
  2673. .GetSelString
  2674. int  GetSelString(char *str, int maxChars) const;
  2675. .END
  2676.  
  2677. .SetSelString
  2678. int SetSelString(const char *str, int searchIndex);
  2679. .END
  2680.  
  2681. .GetSelCount
  2682. int GetSelCount() const;
  2683. .END
  2684.  
  2685. .GetSelStrings
  2686. int GetSelStrings(char **strs, int maxCount, int maxChars) const;
  2687. .END
  2688.  
  2689. .SetSelStrings
  2690. int SetSelStrings(const char **prefixes, int numSelections, BOOL shouldSet);
  2691. .END
  2692.  
  2693.  
  2694. .GetSelIndexes
  2695. int GetSelIndexes(int* indexes, int maxCount) const;
  2696. .END
  2697.  
  2698. .SetSelIndexes
  2699. int SetSelIndexes(int* indexes, int numSelections, BOOL shouldSet);
  2700. .END
  2701.  
  2702. .GetSel
  2703. BOOL GetSel(int index) const;
  2704. .END
  2705.  
  2706. .SetSel
  2707. int SetSel(int index, BOOL select);
  2708. .END
  2709.  
  2710. .SetSelItemRange
  2711. int SetSelItemRange(BOOL select, int first, int last);
  2712. .END
  2713.  
  2714. .EvKeyDown
  2715. void EvKeyDown(UINT key, UINT repeatCount, UINT flags)
  2716. .END
  2717.  
  2718. .GetClassName
  2719. char *GetClassName();
  2720. .END
  2721.  
  2722.  
  2723. [TMenu]
  2724. .CheckValid
  2725. void CheckValid(UINT redId = IDS_MENUFAILURE);
  2726. .END
  2727.  
  2728. .AppendMenu
  2729. BOOL AppendMenu(UINT flags, UINT idNewItem=-1, const char *newItem=0);
  2730. .END
  2731.  
  2732. .AppendMenu
  2733. BOOL AppendMenu(UINT flags, UINT idNewItem, const TBitmap &newBmp);
  2734. .END
  2735.  
  2736. .CheckMenuItem
  2737. BOOL CheckMenuItem(UINT idItem, UINT check);
  2738. .END
  2739.  
  2740. .DeleteMenu
  2741. BOOL DeleteMenu(UINT idItem, UINT flags);
  2742. .END
  2743.  
  2744. .EnableMenuItem
  2745. BOOL EnableMenuItem(UINT idItem, UINT enable);
  2746. .END
  2747.  
  2748. .GetMenuItemCount
  2749. UINT GetMenuItemCount() const;
  2750. .END
  2751.  
  2752. .GetMenuItemID
  2753. UINT GetMenuItemID(int posItem) const;
  2754. .END
  2755.  
  2756. .GetMenuState
  2757. UINT GetMenuState(UINT idItem, UINT flags) const;
  2758. .END
  2759.  
  2760. .GetMenuString
  2761. UINT GetMenuString(UINT idItem, char* str, int count, UINT flags) const;
  2762. .END
  2763.  
  2764. .GetSubMenu
  2765. HMENU GetSubMenu(int posItem) const;
  2766. .END
  2767.  
  2768. .InsertMenu
  2769. BOOL InsertMenu(UINT idItem, UINT flags, UINT idNewItem=-1, const char *newItem=0);
  2770. .END
  2771.  
  2772. .InsertMenu
  2773. BOOL InsertMenu(UINT idItem, UINT flags, UINT idNewItem, const TBitmap &newBmp);
  2774. .END
  2775.  
  2776. .ModifyMenu
  2777. BOOL ModifyMenu(UINT idItem, UINT flags, UINT idNewItem=-1, const char *newItem=0);
  2778. .END
  2779.  
  2780. .ModifyMenu
  2781. BOOL ModifyMenu(UINT idItem, UINT flags, UINT idNewItem, const TBitmap &newBmp);
  2782. .END
  2783.  
  2784. .RemoveMenu
  2785. BOOL        RemoveMenu(UINT idItem, UINT flags);
  2786. .END
  2787.  
  2788. .SetMenuItemBitmaps
  2789. BOOL        SetMenuItemBitmaps(UINT idItem, UINT flags,
  2790.                                const TBitmap* bmpUnchecked=0,
  2791.                                const TBitmap* bmpChecked=0);
  2792. .END
  2793.  
  2794. .GetMenuCheckMarkDimensions
  2795. static BOOL GetMenuCheckMarkDimensions(TSize &size);
  2796. .END
  2797.  
  2798. .MeasureItem
  2799. void  MeasureItem(MEASUREITEMSTRUCT &measureItem);
  2800. .END
  2801.  
  2802. .DrawItem
  2803. void  DrawItem(DRAWITEMSTRUCT &drawItem);
  2804. .END
  2805.  
  2806. .Protected_Data_
  2807. HMENU       Handle;         // Handle To Menu
  2808. BOOL        ShouldDelete;   // Did C++ object create Menu?
  2809. .END
  2810.  
  2811.  
  2812. [TRadioButton]
  2813. .BNClicked
  2814. void BNClicked();
  2815. .END
  2816.  
  2817.  
  2818. .GetClassName
  2819. char *GetClassName();
  2820. .END
  2821.  
  2822.  
  2823.  
  2824.  
  2825. [TScrollBar]
  2826. .GetRange
  2827. void  GetRange(int &min, int &max) const;
  2828. .END
  2829.  
  2830. .GetPosition
  2831. int   GetPosition() const;
  2832. .END
  2833.  
  2834. .SetRange
  2835. void  SetRange(int min, int max);
  2836. .END
  2837.  
  2838. .SetPosition
  2839. void  SetPosition(int thumbPos);
  2840. .END
  2841.  
  2842. .DeltaPos
  2843. int   DeltaPos(int delta);
  2844. .END
  2845.  
  2846.  
  2847. .SBLineUp
  2848. void  SBLineUp();
  2849. .END
  2850.  
  2851. .SBLineDown
  2852. void  SBLineDown();
  2853. .END
  2854.  
  2855. .SBPageUp
  2856. void  SBPageUp();
  2857. .END
  2858.  
  2859. .SBPageDown
  2860. void  SBPageDown();
  2861. .END
  2862.  
  2863. .SBThumbPosition
  2864. void  SBThumbPosition(int thumbPos);
  2865. .END
  2866.  
  2867. .SBThumbTrack
  2868. void  SBThumbTrack(int thumbPos);
  2869. .END
  2870.  
  2871. .SBTop
  2872. void  SBTop();
  2873. .END
  2874.  
  2875. .SBBottom
  2876. void  SBBottom();
  2877. .END
  2878.  
  2879. .SBEndScroll
  2880. void  SBEndScroll();
  2881. .END
  2882.  
  2883.  
  2884. .Public_Data_
  2885. int  LineMagnitude;
  2886. int  PageMagnitude;
  2887. .END
  2888.  
  2889.  
  2890. .GetClassName
  2891. char *GetClassName();
  2892. .END
  2893.  
  2894. .SetupWindow
  2895. void SetupWindow();
  2896. .END
  2897.  
  2898.  
  2899.  
  2900.