brjogos / hbui

Portable GUI library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


About

Portable GUI library.

License:MIT License


Languages

Language:C 94.0%Language:xBase 6.0%