GUI Applications

General FreeBASIC programming questions.
Post Reply
AlejandroPadrino
Posts: 22
Joined: Sep 01, 2011 15:54
Location: Madrid-Spain
Contact:

GUI Applications

Post by AlejandroPadrino »

Hello to all members,

Is there any sample for GUI applications using QT or GTK? Also searching for Win-32 samples.

Thanks. ;-)
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Re: GUI Applications

Post by TJF »

QT isn't available in FreeBasic. (It's C++ and this needs additional effort to create the binding. Only a few test are done yet)

GTK is well supported (if you use the current compiler release fbc-0.24). Find examples in ...\examples\GUI\GTK+ and the subfolders
  • Tutorials : different GTK tutorials translated from C (all versions)
  • GTK-2 : further tutorials only working with GTK versions 2.24 and below (don't use the deprecated)
  • GTK-3 : further tutorials only working with GTK versions 3.0 and above
  • FB_Calc : a small calculator application including I18N
Further code examples are available like And some 'real' applcations (including source code) All these codes are cross-platform, they compile and run on LINUX/UNIX and widnows32.
Post Reply