On 1/4/16, Bo Berglund <[email protected]> wrote:

> What do you mean by "widget set being used for Lazarus"?

The WidgetSet draws all the widgets.
This mostly depeds on your platform, not all WidgetSets are supported
on all platforms.

azarus supports the following WidgetSets:
Win32, Win64, WinCE, QT, GTK2, GTK3 (experimental), Cocoa, Carbon,
fpGUI, Cutomdrawn, noGUI.

If you change nothing Lazarus/LCL uses the default widgetset for your
system (e.g. win32 on Windows, GTK2 on Linux).

You can build for a different widgetset using
ProjectOptions->CompilerOptions->Config and target->"Select another
LCL widgetset (macro LCLWidgetType)".

Note: you need the libraries for the WS installed on your system, e.g.
you can build for GTK2 on Windows, but it requires you to install; GTK
for Windows.

Bart

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to