Lazarus Custom Drawn Package

From Lazarus wiki
Revision as of 09:07, 6 August 2010 by Sekelsenmat (talk | contribs)
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.

See Also