Closed d47081 closed 4 months ago
Trying to create new object according to it's constructor:
$dialog = new \GtkFileChooserDialog( 'test', new \GtkWindow );
and get error
/usr/bin/php-gtk3: line 2: 6814 Segmentation fault /opt/php/php-8.3.9/bin/php -dextension=php-gtk3.so $@
Is any example how to create dialog with PHP properly?
Thanks
Look if this can help
https://andor.com.br/php-gtk/cook/open-a-file-chooser-with-gtkfilechooserdialog
Thank you!
Trying to create new object according to it's constructor:
and get error
Is any example how to create dialog with PHP properly?
Thanks