File: 009.lua

package info (click to toggle)
lua-gtk 0.9%2B20100528-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,176 kB
  • ctags: 1,934
  • sloc: ansic: 9,571; sh: 373; makefile: 241
file content (8 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download
1
2
3
4
5
6
7
8
#! /usr/bin/env lua
require "gtk"
require "pango"

-- gtk.set_debug_flags("valgrind")
w = gtk.window_new(gtk.WINDOW_TOPLEVEL)
layout = w:create_pango_layout("Demo Message")