php-gtk3
php-gtk3 copied to clipboard
GTK3 extension for PHP
Hello together, i have a problem when compiling phpgtk3 with mingw from debian - the code of phpgtk3 works to compile but if its compiling the phpcpp lib there are...
Verify if has gtk_mac_integration, and do integration transparetely. Do not provide GtkosxIntegration object.
On mac, Glade run fine with libglade, so we need to chage all includes os src/Glade/*.h to glade/glade.h On Makefile, need to change GTKFLAGS to `pkg-config --cflags gtk+-3.0 libglade-2.0 gtksourceview-3.0...
button-press-event signal works only when double clicked
GtkContainer_::get_children() always return GtkWidget. Need to get gpointer type, and create a Php::Object of correct type
Create GdkPixbuf::new_from_gd to get more efficient way to create dinamic icons
GtkAboutDialog not finished about lists of credits, authors, etc
When param are not optional, let the C set optional value. See cases, becouse on C++ there is not default value of params, it's a problem comming from PHP-GTK2
GObject->connect works only when param return GdkEvent. Try to abstract to every user_function params