From 2fc3a798df2aca429b17f34785f467450a6ac48b Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 23 May 2012 12:10:47 +0200 Subject: documented the BringToFront and ActivateWindow methods. --- docs/xml/corelib/fpg_base.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'docs/xml') diff --git a/docs/xml/corelib/fpg_base.xml b/docs/xml/corelib/fpg_base.xml index 2b6cd0f5..aeaddc44 100644 --- a/docs/xml/corelib/fpg_base.xml +++ b/docs/xml/corelib/fpg_base.xml @@ -705,6 +705,27 @@ help. TfpgWindowBase.UpdateWindowPosition + + + +Changes the z-order of a window +This doesn't have much meaning at the widget level, but at the TfpgForm level, +it brings a window to the front - above all other windows of the application. Note that +this only changes the z-order, it doesn't actually change window focus. + + + + + + +This makse the target window the active window +This doesn't have much meaning at the widget level, but at the TfpgForm level, +it makes the target window the active window. Note that depending on the operating system +and Window Manager, the active window could still be obscured by other windows. Under Windows, +it seems that the active window is always brought to the front too. + + + @@ -895,7 +916,7 @@ Right. And the Top is always smaller than the Bottom. For a detailed explanation see: http://www.nondot.org/~sabre/graphpro/line6.html

- + Clips the line based on AClipRect boundaries. This does not do any drawing, in only clips the line coordinates. This method is used internally by . -- cgit v1.2.3-70-g09d2