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

How to work with GtkFileChooserDialog

Open d47081 opened this issue 1 year ago • 0 comments

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

d47081 avatar Jul 08 '24 19:07 d47081