php-gtk3
php-gtk3 copied to clipboard
Optimal GTK container for web document
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 about GTK mostly, but this library makes me inspired to first steps.
Thanks for your work!
I dont know what are you doing with this html. But if GtkLabel are working ... ok
I really dont know about what markup can do or complexity of your html
As understand, usually Label is the container for small text (e.g. subjects for input , or so)
that's strange to use it for text document that contains about 1k chars. so because asking still can't find alternative in docs..
No, GtkLabel is not limited by chars count. Is used to display text, not small text. You can use this, and I don't know any other widget to just display text on GTK
Okay, thank you!