/hbui

Portable GUI library.

Primary LanguageCMIT LicenseMIT

Graphical user interface library for the Harbour compiler, this is a wrapper library around libui, a portable GUI library.

How to begin

Documentation

Sample source code

FUNCTION Main()

   LOCAL oWindow

   oWindow := uiNewWindow( "Main Window", 800, 600, .T. )

   uiControlShow( oWindow )

   uiMain()
   uiUninit()

RETURN NIL

Screenshots

Windows

Windows

GNU/Linux

GNU/Linux

OS X

OS X

With family Unix

With family Unix