[fpc-pascal]How to write GUI programs?
Fernando Lozano
fsl at centroin.com.br
Wed Sep 4 17:59:33 CEST 2002
Hi Rainer,
> o Writing FPC programs, primarily for LINUX.
> o I prefer SIMPLE solutions and no "super-duper" things which cause a lot
> of problems
> o Basically I am lookung for some kind of a "graphical ncurses" or something
> on this level.
> o I do not want changes to my normal SuSE Linux. It should be possible to
> use standard libraries which are shipped with SuSE Linux 7.x/8.0.
> o If I can see some code for a simple "Hello World" in GUI, it will be a
> good start.
Use the gtk unit which is standard on FPC, and see the examples provided.
You also get the advantage that GTK+ apps can be compiled using FPC for Windows.
Ive send some samples of my own attached. Written por Brazillian people, so
the messages are in portuguese. :-)
[]s, Fernando Lozano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testegtk.pas
Type: application/octet-stream
Size: 458 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20020904/06125f38/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testegtk2.pas
Type: application/octet-stream
Size: 559 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20020904/06125f38/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: testegtk3.pas
Type: application/octet-stream
Size: 952 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20020904/06125f38/attachment-0002.obj>
More information about the fpc-pascal
mailing list