Files
lazarus-ccr/components/gradcontrols
eugene1 f8cbbc00b8 ! Now only 1 Package for Both Components
! Working Styles on TGradTabControl

#1

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1110 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2010-01-03 06:42:20 +00:00
..
2009-06-06 13:14:46 +00:00

Package GradButton:
- Glyphs should be working now

Package GradTabControl:
- Is now useable, or more or less, it should be =)
- with 2 CloseButton-Modes
  - ShowCloseButton := true; // The CloseButton is always visible
  - ShowCloseButtonOnMouseOver := true; // The CloseBUtton is only visible if the Mouse if is over it

Some Glyphs are from http://www.famfamfam.com/lab/icons/silk/ 

Eugen Bolz