This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#light | |
open System | |
open Cairo | |
open Gtk | |
open Gdk | |
Gtk.Application.Init() | |
let window = new Gtk.Window("Fucull") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#light | |
open System | |
open Cairo | |
open Gtk | |
Gtk.Application.Init() | |
let window = new Gtk.Window("F# Cairo") | |
let vBox = new Gtk.VBox() |
NewerOlder