[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] Reference for unit 'fpGUI' (#fpgui)

TMotifStyle

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

The TMotifStyle class provides Motif look and feel.

Declaration

Source position: style.inc line 149

type TMotifStyle = class(TDefaultStyle)

public

  procedure DrawFocusRect(); override;

  

  procedure DrawButtonFace(); override;

  

  procedure DrawCheckBox(); override;

  

end;

Inheritance

TMotifStyle

  

The TMotifStyle class provides Motif look and feel.

|

TDefaultStyle

  

|

TStyle

  

The TStyle class is an abstract base class that encapsulates the look and feel of a GUI.

|

TObject

Description

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.

See also

TDefaultStyle

  

TStyle

  

The TStyle class is an abstract base class that encapsulates the look and feel of a GUI.