[HELP] Struggling to make custom widget implement Scrollable #1922
Unanswered
LittleHuba
asked this question in
Q&A
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following attempt to subclass a widget with some interfaces. One of those interfaces is
Scrollable
.But if I check in the GTK Inspector what interfaces my widget implements, I only see
Accessible, Buildable, ConstraintTarget
but notScrollable
.Is there something I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions