Difference between revisions of "Lui Controls"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
=== About ===
 
=== About ===
Lui Controls is a collection of simple visual controls. Currently it has two components: TToggleLabel and TMenuButton
+
Lui Controls is a collection of simple visual controls. Currently it has three components: TToggleLabel, TMenuButton and TSearchEdit
  
 
=== TToggleLabel ===
 
=== TToggleLabel ===

Revision as of 20:06, 24 October 2007

About

Lui Controls is a collection of simple visual controls. Currently it has three components: TToggleLabel, TMenuButton and TSearchEdit

TToggleLabel

TToggleLabel is a TCustomLabel descendant that can be toggled between two states. It provides properties to define the caption showed in each state and an event to notify the state change. It also has a visual indication (a triangle) of the state.

TMenuButton

TMenuButton is a TCustomSpeedButton descendant that combines with a TPopupMenu to give an integrated look and feel. Its similar to controls found in other toolkits like Eclipse or XUL.

Screencast

Download

License

Modified LGPL

Author

Luiz Américo Pereira Câmara

Download

LuiPack