The New Cult of Dead Cow

November 5, 2005






Creando Aplicaciones con Boo

Filed under: Programacion, Mono, Boo

Para los que luego el post de boo se hayan animado a probarlo, aca un pequeño tutorial de como crear un applicacion gtk con boo.


	
import System
import Gtk from \"gtk-sharp\"
	
public class MyWindow:
	
	private w as Gtk.Window
	
	def constructor():
		w = Gtk.Window(\"Hola Mundo\")
	        w.DeleteEvent += ExitWindow
		w.ShowAll()
	
	def ExitWindow(o, args as DeleteEventArgs):
		Gtk.Application.Quit()
	
Gtk.Application.Init()
w = MyWindow()
Gtk.Application.Run()

Comments »

The URI to TrackBack this entry is: http://necudeco.blogsome.com/2005/11/05/creando-aplicaciones-con-boo/trackback/

No comments yet.

RSS feed for comments on this post.

Leave a comment

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>























Get free blog up and running in minutes with Blogsome
Theme designed by B A Khan