I have added support for native Gtk Apps now with Gnoga :)

Directions:

Make sure you have installed WebKit2Gtk and Gtk-3.0

sudo apt-get install libwebkit2gtk-3.0-dev
sudo apt-get install libgtk-3-dev

Create the native support in Gnoga:

make native_gtk

1. Create a singleton app as usual

2. Initialize the the Gtk front end:

   Gnoga.Application.Gtk_Window.Initialize (Port   => 8080,
                                            Width  => 800,
                                            Height => 600);

3. Start your application with Verbose set to False to avoid seeing start
up information:

   Gnoga.Application.Singleton.Initialize (Main_Window => M, Verbose =>
False);

Build your app as usual and it will now use the Gtk front end.

David Botton
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to