开发者

Lazarus: which toolkit is used?

开发者 https://www.devze.com 2023-02-15 11:18 出处:网络
i would开发者_运维知识库 like to know which toolkit is used in Lazarus IDE (linux version) ?

i would开发者_运维知识库 like to know which toolkit is used in Lazarus IDE (linux version) ? It isnt gtk ? Or maybe ... other ? Thanks


There are multiple possibilties, GTK2 or QT. Older versions also supported GTK1. There are unfinished efforts (LCL-FPGUI) to build directly on top of X11.

Most distros tend to ship the GTK2 edition though

This partially also QT requires a "flattening" library called qtinf (sometimes also called QTPAS), which wraps C++ QT in C, so it can be called by Pascal.


No. Lazarus uses the fpGUI toolkit as its native toolkit. You can also use Qt, Carbon, Cocoa, GTK1, GTK2, I seem to remember TK, and WX widgets as possible alternatives also. Here is a page that talks about fpGUI, and mentions some other toolkits that can be used in Lazarus also. Cheers!

0

精彩评论

暂无评论...
验证码 换一张
取 消