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

Optimal GTK container for web document

Open d47081 opened this issue 1 year ago • 1 comments

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!

d47081 avatar Apr 09 '24 13:04 d47081

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

scorninpc avatar Apr 09 '24 17:04 scorninpc

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..

d47081 avatar Apr 10 '24 12:04 d47081

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

scorninpc avatar Apr 10 '24 13:04 scorninpc

Okay, thank you!

d47081 avatar Apr 10 '24 14:04 d47081