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

As PHP send object creation request to CPP, what about (heap) memory cleanup there? I mean `delete` operation for every `new` widget construction

**GTK documentation** https://docs.gtk.org/gtk3/method.RadioButton.set_group.html I see that is not implemented, and there is no exceptions. Tried to play around, but seems no simple way to init `GSList` by PHP objects there?...

Is it possible to set some bash argument before `make` like: `EXTENSION_DIR=/path/to/php-config make` to not change the Makefile because it's not git ignored

enhancement

Is bug or not? ``` php

enhancement
need tests

**Describe the bug** SSL 1.1 is not part of distros **Small working code** run any code or without a code **Expected behavior** ``` /tmp/.mount_php-gtCr9Nki/usr/local/php-gtk3/bin/php: error while loading shared libraries: libssl.so.1.1:...

need tests

Not implemented exception. **GTK documentation** https://docs.gtk.org/gtk3/method.EntryCompletion.set_match_func.html **Usage example** simple example in python, because my php app uses massive object dependencies ``` python import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk...

enhancement