Commit Graph

17 Commits

Author SHA1 Message Date
Andrei Zmievski c1892ea8d4 Connect to proper method. 2001-03-07 19:40:50 +00:00
Andrei Zmievski d5087b8089 Missing parentheses. 2001-03-07 19:38:30 +00:00
Andrei Zmievski f9058c3f1f * Fixed function entry name generation.
* Added Gtk::true() and Gtk::false(). Yes, these are just what they look
  like - functions that return true and false. Handy for certain callbacks.
* Fixed connect_object() semantics, it only requires two arguments now.
* Standardized all callback marshallers - callbacks are now smoother than
  Jennifer Alba's bottom and they all take user supplied extra arguments.
* Moved callback validation right up to the call time, so that callbacks
  included from other files could be used as well.
* This necessitated better error messages - so now if it the callback is
  not valid, the filename and line number where it was specified are shown.
* Updated gtk.php and list.php to use connect_object() as an example.
2001-03-07 05:37:22 +00:00
Frank M. Kromann 3cd68f8f59 Adding sample code for GtkFileSelection 2001-03-06 18:02:36 +00:00
Andrei Zmievski 1e4378d830 * Each factory item can now specify as the last entry an array of
additional arguments to be passed to the callback.
* Implemented GtkCombo::set_popdown_strings(), see gtk.php for example.
* Added GdkPixmap::create_from_xpm().
* Added toggle buttons and entry examples to gtk.php.
2001-03-06 04:53:39 +00:00
Frank M. Kromann 181e70d57c Removing PHP warnings from Hello World. 2001-03-03 18:46:09 +00:00
Andrei Zmievski 517ce815cc * Added GtkTooltips and GtkTipsQuery examples to gtk.php.
* Added sample RC files.
2001-03-03 06:25:03 +00:00
Peter Petermann e78a331162 changed use of $OS for os detection
to use of constant PHP_OS,
$OS didnt work for detecting windows here,
and i couldnt find any documentation about it.
PHP_OS is a constant which shows right OS...
2001-03-02 13:18:36 +00:00
Andrei Zmievski 440c15895c Changing my email address. 2001-03-01 16:43:33 +00:00
Andrei Zmievski d0b75c6d92 Button box test. 2001-02-28 21:33:19 +00:00
Frank M. Kromann dbfc6473ff Mised one function name. 2001-02-28 18:14:51 +00:00
Frank M. Kromann 6dc60ddc0a Fixing gtk.php to run on windows.
Second parameter in ->connect() should be a string !
2001-02-28 17:55:49 +00:00
Andrei Zmievski ca3f44b276 Add labels test. 2001-02-28 16:53:24 +00:00
Andrei Zmievski b2dbb6161a Started porting testgtk.c to PHP. Window destruction is screwed up,
need to fix.
2001-02-28 04:47:06 +00:00
Andrei Zmievski 2052db1c02 * Added LGPL license
* Fixed enum/flags code generation properly
* Fixed a bug that would not recognize default value of 0
* Added GtkList::append_items method
* Added a couple of example scripts
2001-02-04 00:08:49 +00:00
Andrei Zmievski 71c482f42a Test. 2001-01-29 22:28:34 +00:00
Andrei Zmievski c72f03f396 Initial check-in 2001-01-29 22:15:59 +00:00