php-gtk3
php-gtk3 copied to clipboard
GTK3 extension for PHP
Solution for #114 https://docs.gtk.org/gtk3/method.Label.set_line_wrap_mode.html https://docs.gtk.org/Pango/enum.WrapMode.html (dependency)
Trying to create new object according to it's constructor: ``` php $dialog = new \GtkFileChooserDialog( 'test', new \GtkWindow ); ``` and get error ``` bash /usr/bin/php-gtk3: line 2: 6814 Segmentation...
Hello together, after the Release of my compiled Version of PHP-CPP for Windows, i have a little Problem now. PHPCPP is working very well but in compiling with PHP-GTK 3,...
Hello together, i founded a PHP-GTK 3 Group at Facebook: [https://www.facebook.com/groups/6986199624801916](https://www.facebook.com/groups/6986199624801916) maybe you want to join :) and i also write a book about php-gtk3 for windows - you are...
Any features about gio / native icons not implemented yet?
https://docs.gtk.org/gtk3/method.Label.set_line_wrap_mode.html values 0-2 cause an error ``` Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 1463287808 bytes) ``` same for build-in constant value `\GtkWrapMode::WORD` reference https://docs.gtk.org/Pango/enum.WrapMode.html
I have strange notice from PHP-GTK3 app :) for some reasons it call GTK-4 components installed for another app written on Rust. How is it possible? ``` F: Can't get...
I found interesting situation in app development. To receive selected `GtkNotebook` Label, I'm using [this construction](https://github.com/YGGverse/Yoda/blob/main/src/Entity/Browser/Container/Tab.php#L48): ``` php $this->gtk->connect( 'switch-page', function ( \GtkNotebook $entity, \GtkWidget $child, int $position ) {...
Solution for GDK warnings (#106) > can you provide a simple code with the problem? This issue happens on: * keypress on entry * button click event Common `GdkEvent` (that...
have some warnings when activating only this event: ``` Deprecated: Creation of dynamic property GdkEvent::$type is deprecated... Deprecated: Creation of dynamic property GdkEventButton::$type is deprecated... Deprecated: Creation of dynamic property...