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

Error on GtkLabel::set_line_wrap_mode

Open d47081 opened this issue 1 year ago • 1 comments

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

d47081 avatar Jul 06 '24 14:07 d47081