php-gtk3 icon indicating copy to clipboard operation
php-gtk3 copied to clipboard

GTK3 extension for PHP

Results 46 php-gtk3 issues
Sort by recently updated
recently updated
newest added
trafficstars

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

bug

GtkContainer_::get_children() always return GtkWidget. Need to get gpointer type, and create a Php::Object of correct type

bug

Create GdkPixbuf::new_from_gd to get more efficient way to create dinamic icons

enhancement

GtkAboutDialog not finished about lists of credits, authors, etc

enhancement

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

enhancement

GObject->connect works only when param return GdkEvent. Try to abstract to every user_function params

bug

Abstract G_TYPE to a classe GdkType

enhancement