From aee8d8d25b8e0b8551c0cac179e293ef8307c281 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Fri, 13 Aug 2010 17:06:13 +0200 Subject: Documentation update for fpg_main and fpg_button. --- docs/xml/corelib/fpg_main.xml | 5 +++-- docs/xml/gui/fpg_button.xml | 17 +++++++++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/xml/corelib/fpg_main.xml b/docs/xml/corelib/fpg_main.xml index 6eb0a8d5..574931ed 100644 --- a/docs/xml/corelib/fpg_main.xml +++ b/docs/xml/corelib/fpg_main.xml @@ -29,8 +29,9 @@ Convert a color to the RGB values of that color - . Not all TfpgColor values are in RGB format. For example, you get "named" colors too (eg: clWindowBackground), which - is simply an index value, but later translated to a real RGB value via the theming system. + . Not all TfpgColor values are in RGB format. +For example, you get "named" colors too (eg: clWindowBackground), which +is simply an index value, but later translated to a real RGB value via the theming system. Returns a "named" TfpgColor based on a RGB color diff --git a/docs/xml/gui/fpg_button.xml b/docs/xml/gui/fpg_button.xml index 0058968a..137231ce 100644 --- a/docs/xml/gui/fpg_button.xml +++ b/docs/xml/gui/fpg_button.xml @@ -36,8 +36,21 @@ is centred in the available horizontal space of the button. The registered name of a image to display on the button . This is the name used when -a image resource was registered with the global fpgImages instance. - +a image resource was registered with the global fpgImages instance. + + + + Concrete button class used in user interfaces + . This class is a descendant of TfpgBaseButton and +simply publishes various properties for runtime type information. + + TfpgBaseButton + + + + + + -- cgit v1.2.3-54-g00ecf