From 8571d8ad6ecbd5251e90160ad711b90fda812532 Mon Sep 17 00:00:00 2001 From: graemeg Date: Tue, 25 Mar 2008 10:48:22 +0000 Subject: * Added Antonio's gui_hyperlink documentation. * Added some gfx_utils documentation. * Updated some documenation scripts. --- docs/xml/corelib/gfx_utils.xml | 218 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 202 insertions(+), 16 deletions(-) (limited to 'docs/xml/corelib') diff --git a/docs/xml/corelib/gfx_utils.xml b/docs/xml/corelib/gfx_utils.xml index dee4090c..6c833f0b 100644 --- a/docs/xml/corelib/gfx_utils.xml +++ b/docs/xml/corelib/gfx_utils.xml @@ -10,8 +10,8 @@ Utility functions. -Utility functions that need different implementations for each - supported platform. +Utility functions used throughout fpGUI. Some have common +implementations and some have platform specific implementations. @@ -32,12 +32,42 @@ + + + + + + + + + + + +Converts string from fpGUI to OS specific filesystem encoding +This function is specific to filesystem strings like Paths, Filenames + and Directories. + + + + + + + + + + + + + + + + + - -Returns the target symbolic link path -This functions returns a blank string under Windows because the file - system doesn't support symbolic links. Under Linux it returns the target path - of the symbol link. This function is used in the File Open/Save dialog. + +Converts OS specific filesystem encoding to fpGUI string +This function is specific to filesystem strings like Paths, Filenames + and Directories. @@ -46,21 +76,177 @@ - + - + + + + + + +Launches the users Web Browser using the specified URL +On each platform, this function will try and find the appropriate (system + default) web browser. + + + + + + + + + +URL address to go to + + + + +If ALine is not '', add the trailing value AValue +If ALine is not '', add the trailing value AValue + + + + + + + + + + + +The source string + + + + +The value that must be added + + + + +Are duplicate AValue's allowed + + - -Is the file a symbolic link. -Under Windows this function always returns False, due to the file - system not supporting symbolic links. Under Linux it will return True if the - specified file is a symbolic link. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -69,12 +255,12 @@ - + - + -- cgit v1.2.3-70-g09d2