[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Draws a panel with various borders
Source position: fpg_panel.pas line 61
type TfpgBevel = class(TfpgAbstractPanel) |
public |
constructor Create(); override; |
published |
property AcceptDrops: Boolean; |
property BackgroundColor: TfpgColor; |
property BorderStyle: TPanelBorder; |
property Enabled: Boolean; |
property Hint: TfpgString; |
property ParentBackgroundColor: Boolean; |
property ParentShowHint: Boolean; |
property Shape: TPanelShape; [rw] |
property ShowHint: Boolean; |
property Style: TPanelStyle; |
property OnClick: TNotifyEvent; |
property OnDoubleClick: TMouseButtonEvent; |
property OnDragDrop: TfpgDragDropEvent; |
property OnDragEnter: TfpgDragEnterEvent; |
property OnDragLeave: TNotifyEvent; |
property OnDragStartDetected: TNotifyEvent; |
property OnMouseDown: TMouseButtonEvent; |
property OnMouseMove: TMouseMoveEvent; |
property OnMouseScroll: TMouseWheelEvent; |
property OnMouseUp: TMouseButtonEvent; |
property OnPaint: TPaintEvent; |
property OnShowHint: THintEvent; |
end; |
|
Draws a panel with various borders |
|
| | ||
|
Base class for a Panel, Bevel etc |
|
| | ||
|
This forms the basis of any visual widget in fpGUI |
|
| | ||
|
Encapsulates a top level or child window |
|
| | ||
|
Maps to a backend specific base class |
|
| | ||
|
Implements XLib specific windowing functionality |
|
| | ||
|
Abstract class use for representing a Window or Widget |
|
| | ||
|
A descendant of the FPC TComponent class |
|
| | ||
TComponent |
||
? | ||
TObject |
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 |