Posted by Anonymous Fri 2nd Mar 2007 15:44 - Syntax is PHP - 31 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
  1.  
  2. $window = new GtkWindow();
  3. $window->connect_simple('destroy', array( 'Gtk', 'main_quit'));
  4.  
  5. $entry = new GtkEntry();
  6. $entry->set_size_request(300, 200);
  7.  
  8. $window->add($entry);
  9. $window->show_all();
  10.  
  11. Gtk::main();
  12. ?>
  13.  

PermaLink to this entry https://pastebin.co.uk/11297
Posted by Anonymous Fri 2nd Mar 2007 15:44 - Syntax is PHP - 31 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers

 

Comments: 0