[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The TMotifStyle class provides Motif look and feel.
Source position: style.inc line 149
type TMotifStyle = class(TDefaultStyle) |
||
public |
||
procedure DrawFocusRect(); override; |
|
|
procedure DrawButtonFace(); override; |
|
|
procedure DrawCheckBox(); override; |
|
|
end; |
|
The TMotifStyle class provides Motif look and feel. |
|
| | ||
|
||
| | ||
|
The TStyle class is an abstract base class that encapsulates the look and feel of a GUI. |
|
| | ||
TObject |
This class implements the Motif look and feel. It closely resembles the original Motif look as defined by the Open Group, but with some minor improvements. The Motif style is fpGUI's default GUI style on Unix platforms.
|
||
|
The TStyle class is an abstract base class that encapsulates the look and feel of a GUI. |