php-gtk3
php-gtk3 copied to clipboard
GTK3 extension for PHP
Create a method to set G_DEBUG params, to showhide warnings/etc of GTK+
Write a Makefile who compile only changed files, to prevent to compile all .cpp everytime
Useful for code completion, static code analysis, etc. It had been created for php-gtk with the [Gtk_Dumper.php script](https://code.osinet.fr/fgm/php__gtk_dumper/src/master/Gtk_Dumper.php). Because that did not work with PHP-GTK3 and could not be easily...
Currently, I'm using GtkLabel to output HTML text of webpage in my browser. Is this good idea or maybe some alternative container type available for these needs? Maybe my question...
According to this example https://andor.com.br/php-gtk/cook/how-to-put-link-inside-gtklabel On click the link: > Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart...
I'm experimenting [here](https://github.com/YGGverse/Yoda/blob/main/src/Box/Main.php#L77) with browser app for Gemini protocol, and can't update GtkLabel text twice on `activate` event. I want to write `Loading...` text in Label tray before page complete...
Hello. Found that "connect" method leaks memory if applied to previously declared and even destroyed object. Example. ```php
Hello together, i already finished an in build php-gtk3 function named "encrypted_file" which will decrypt an aes phpgtk sourcecode for runtime. so maybe @scorninpc we can implement this in the...
`Warning: PHP Startup: Unable to load dynamic library 'php-gtk3.so' (tried: /media/backup/bin/php-gtk3/usr/local/php-gtk3/lib/php/extensions/php-gtk3.so (libgtksourceview-3.0.so.1: cannot open shared object file: No such file or directory), /media/backup/bin/php-gtk3/usr/local/php-gtk3/lib/php/extensions/php-gtk3.so.so (/media/backup/bin/php-gtk3/usr/local/php-gtk3/lib/php/extensions/php-gtk3.so.so: cannot open shared object file: No...
Hi Bruno, when you drag & drop a header on a treeview with a column set: $column->set_reorderable(true); It is working but throws (php7.4:24096): Gtk-WARNING **: 11:01:58.496: Negative content width -11...