From 4ae9804a1eea5d4219f1a79f71e2dc0563df8d02 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 22 Feb 2015 12:20:14 +0000 Subject: docs: fpg_panel.pas unit --- docs/xml/gui/fpg_panel.xml | 58 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 docs/xml/gui/fpg_panel.xml (limited to 'docs/xml') diff --git a/docs/xml/gui/fpg_panel.xml b/docs/xml/gui/fpg_panel.xml new file mode 100644 index 00000000..54ece496 --- /dev/null +++ b/docs/xml/gui/fpg_panel.xml @@ -0,0 +1,58 @@ + + + + + +This unit defines various panel and frame widgets +. More specifically, it defines +a Panel, Bevel, Frame, ImagePanel and GroupBox control. + + +Base class for a Panel, Bevel etc +. + + + +Draws a panel with various borders +. This widget doesn't have a text +label though, unlike TfpgPanel. + + + + + + +Draws a panel with various borders and has a text label +. If you don't need the text label, +then it is recommended that you rather use the TfpgBevel widget. + + + + + + +Draws a panel width a caption +

. This is similar in functionality +to the TfpgPanel, but the Text label is drawn in the border of the panel, whereas +in the TfpgPanel in is drawn within the client area.

+

This widget is frequently used to hold radiobutton groups.

+ + + +
+ + +A panel that acts like an embedded Form +. This widget should be used (instead of TfpgForm), +if you want to embed a reusable "form" inside other forms. You are able to +design such frames with the UI designer too. + + fpg_form.TfpgForm + + + + +
+
+
+ -- cgit v1.2.3-70-g09d2