Posted by Anonymous Fri 2nd Mar 2007 15:44 - Syntax is PHP - 31 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
-
-
-
$window = new GtkWindow();
-
-
$entry = new GtkEntry();
-
$entry->set_size_request(300, 200);
-
-
$window->add($entry);
-
$window->show_all();
-
-
Gtk::main();
-
?>
-
PermaLink to this entry https://pastebin.co.uk/11297
Posted by Anonymous Fri 2nd Mar 2007 15:44 - Syntax is PHP - 31 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0