Update examples/gtk/hello-world.scm.
This commit is contained in:
		
							parent
							
								
									bdfcc5fbfc
								
							
						
					
					
						commit
						c4c11e6896
					
				| 
						 | 
				
			
			@ -3,4 +3,7 @@
 | 
			
		|||
(require 'gtk.la)
 | 
			
		||||
 | 
			
		||||
(gtk-init (command-line-args))
 | 
			
		||||
(define window (gtk-window-new 'gtk-window-toplevel))
 | 
			
		||||
(gtk-window-set-title window "Hello, World!")
 | 
			
		||||
(gtk-widget-show-all window)
 | 
			
		||||
(gtk-main)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue