summaryrefslogtreecommitdiff
path: root/examples/gui/customstyles
AgeCommit message (Collapse)Author
2011-11-21Fixed the parameter modifier of TfpgStyleManager.AssignStyleTypes()Graeme Geldenhuys
We can now pass in the Lines property of a Memo or Combobox directly, without the need of an extra local TStrings variable.
2011-05-08globally renamed TFButtonFlags to TfpgButtonFlagsGraeme Geldenhuys
Somehow I forgot to rename that type name when we moved over to the 'fpg' prefix.
2011-05-06The style must be instantiated before we create forms.Graeme Geldenhuys
The old behaviour caused problems with menus. A better solution must be found soon though - including getting rid of the fpgStyle variable. I also updated the instructions in the custom style unit for the demo.
2011-05-06Updated the 'custom style' demo to show off the Style ManagerGraeme Geldenhuys
Styles can also be changed at runtime via the --style parameter.
2011-05-03Reduced compiler hints by removing unused entries in uses clause.Graeme Geldenhuys
2010-11-30A simple example of customized MenuBar theme.Graeme Geldenhuys
Now the menu bar has a gradient look to it.
2010-08-29customstyle demo: minor style fix for menus.Graeme Geldenhuys
2010-08-29custom style demo: Added menu theming to the example.Graeme Geldenhuys
2009-04-05* Added missing unit output directories.Graeme Geldenhuys
2008-11-14* updated all extrafpc.cfg files to use the correct lib output directory.graemeg
2008-10-07* Removed a memory leak from fpg_hint unit.graemeg
* Added an example 'customstyles' to show how a quick and easy style could be applied. Please not theming is not fully implemented in fpGUI, so this might change later.