Skip to content

brjogos/hbui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks