Jump to content

Cell Toolkit: Difference between revisions

From EDM2
Created page with "For more information visit Cell Toolkit * ShowCell * GetSplit * SetSplit * GetSplitType * SetSplitType * CountControls * CellProc * CellClientProc * CreateCell * CreateTb..."
 
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
For more information visit [[Cell Toolkit]]
Cell Toolkit s a small library for OS/2 PM. It was designed to
simplify implementation of two important parts of user interface (UI):
* Split views
* Toolbars


==Functions==
* ShowCell
* ShowCell
* GetSplit
* GetSplit
Line 23: Line 27:
* GenResIDStr
* GenResIDStr


[[Category:The OS/2 API Project]]
==Article==
*[[Split Views and Toolbars]]
 
==Links==
*http://es.os2.ru/cell.html
 
[[Category:C++ Class Libraries]]

Revision as of 11:33, 31 October 2016

Cell Toolkit s a small library for OS/2 PM. It was designed to simplify implementation of two important parts of user interface (UI):

  • Split views
  • Toolbars

Functions

  • ShowCell
  • GetSplit
  • SetSplit
  • GetSplitType
  • SetSplitType
  • CountControls
  • CellProc
  • CellClientProc
  • CreateCell
  • CreateTb
  • BtProc
  • TbProc
  • TbSeparatorProc
  • RecalcTbDimensions
  • TrackRectangle
  • TbClientProc
  • ToolkitInit
  • CreateToolbar
  • CellWindowFromID
  • CellParentWindowFromID
  • GenResIDStr

Article

Links