OpenCores
URL https://opencores.org/ocsvn/test-project/test-project/trunk

Subversion Repositories test-project

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 4 to Rev 5
    Reverse comparison

Rev 4 → Rev 5

/tes-prjjjt/test.php
0,0 → 1,12
<?php
dl("php_gtk2.so");
 
$wnd = new GtkWindow();
$wnd->set_title('WindowTitle');
$wnd->connect_simple('destroy', array('gtk', 'main_quit'));
 
$wnd->set_decorated(false);
 
$wnd->show_all();
Gtk::main();
?>
/tes-prjjjt/client.phb Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
tes-prjjjt/client.phb Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +application/octet-stream \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.