Lazarus Custom Drawn Package

From Free Pascal wiki
Revision as of 07:33, 6 August 2010 by Sekelsenmat (talk | contribs) (New page: The package customdrawn.lpk is an under construction package containing all kinds of custom drawn components for Lazarus. ==TBitmappedButton== The control helps implementing an user inte...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The package customdrawn.lpk is an under construction package containing all kinds of custom drawn components for Lazarus.

TBitmappedButton

The control helps implementing an user interface which has buttons with an unusual look, such as is often found in games. The appearance of the button is defined by a set of raster images which are displayed for each state of the button, such as normal, focused, down.