Cell Toolkit: Difference between revisions
Appearance
m Ak120 moved page API:CELL to Cell Toolkit |
mNo edit summary |
||
Line 28: | Line 28: | ||
==Article== | ==Article== | ||
*[[Split Views and Toolbars]] | *Sergey I. Yevtushenko: [[Split Views and Toolbars]] | ||
==Links== | ==Links== | ||
*http://es.os2.ru/cell.html | *[http://es.os2.ru/cell.html Cell Toolkit for OS/2 PM] | ||
[[Category:C++ Class Libraries]] | [[Category:C++ Class Libraries]] |
Revision as of 04:12, 12 November 2018
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
- Sergey I. Yevtushenko: Split Views and Toolbars