|
Hi,
I am a problem,
where I can find the documentation vb.net for gtk# ?
I have write this program:
Imports System
Imports Gtk Module GtkTest
Sub
Main()
Dim Win as Window Dim Btn as Button Application.Init() Win = new Window ("Hello GNOME") Btn = new Button ("GNU/Linux") Win.Add (Btn) Win.SetDefaultSize(300,300) Win.ShowAll() Application.Run () End Sub End Module
but I don't know other !!!! Where I canf find the documentation ?
Best regards,
Max
Arcidiacono
|
