summaryrefslogtreecommitdiff
path: root/src/corelib/gfxbase.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/gfxbase.pas')
-rw-r--r--src/corelib/gfxbase.pas8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/corelib/gfxbase.pas b/src/corelib/gfxbase.pas
index 8d7f814f..5554fbcd 100644
--- a/src/corelib/gfxbase.pas
+++ b/src/corelib/gfxbase.pas
@@ -337,10 +337,12 @@ type
procedure ReleaseWindowHandle;
procedure SetWindowTitle(const ATitle: string); virtual;
public
+ // The standard constructor.
constructor Create(AOwner: TComponent); override;
- // make some setup before the window shows
- procedure AdjustWindowStyle; virtual; // forms modify the window creation parameters
- procedure SetWindowParameters; virtual; // invoked after the window is created
+ // Make some setup before the window shows. Forms modify the window creation parameters.
+ procedure AdjustWindowStyle; virtual;
+ // Make some setup before the window shows. Invoked after the window is created.
+ procedure SetWindowParameters; virtual;
// general properties and functions
function Right: TfpgCoord;
function Bottom: TfpgCoord;