From d18d2adc38d3da574a193928fe4b0b00123aac27 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 10 Aug 2010 14:28:49 +0200 Subject: Docs: updated docs for fpg_main.pas unit. --- docs/xml/corelib/fpg_main.xml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/xml/corelib/fpg_main.xml b/docs/xml/corelib/fpg_main.xml index 6906fe4f..0ace2c8b 100644 --- a/docs/xml/corelib/fpg_main.xml +++ b/docs/xml/corelib/fpg_main.xml @@ -29,8 +29,7 @@ Convert a color to RGB values of that color - - . Not all TfpgColor values are in RGB format. For example you are "named" colors too. eg: clWindowBackground + . Not all TfpgColor values are in RGB format. For example you are "named" colors too. eg: clWindowBackground Returns a "named" TfpgColor based on a RGB color @@ -46,12 +45,30 @@ . Because fpGUI is a cross-platform toolkit, the same fonts might not be available on all systems. For this reason fpGUI supports "named" or "alias names" for fonts. You can specify a font description, and then give that font description a name. Then any component that has a FontDesc property you can pass the full font description, or the "named" font name. An example of a named font is '#Edit1' which is the default font used for TfpgEdit. + + This is the drawing Canvas of each widget + . + Output Text onto the Canvas . - + + + + Prints rectangle information to console + . This is a helper function for debugging purposes. + + TfpgRect + + + + This supplies very basic theming support for now +

. At a later date the theming support in +fpGUI will be totally reworked to supply built-in and image based theming.

See the +document named theming_spec.txt in the "docs" folder for details of what is +planned.

-- cgit v1.2.3-54-g00ecf