Replies: 1 comment 1 reply
-
|
There is no replacement for such API in GTK4, see: GNOME Discourse. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
my base widget is a DrawingArea and as we know style_context is depreciated in gtk4 so i cant get colors like
border = style_context.get_border(state)as i used to in gtk 3 i can only get 1 color ie forgroundAny way i could get other colors too?
Beta Was this translation helpful? Give feedback.
All reactions