First, I'm totally new to GTK and would not consider myself very experienced with C.
I'm currently working on a project where I have to build a GTK GUI in C. I've started tinkering around with the GTK library, but it seems I can't find Widgets that would match the exact look of the UI I have to produce, especially while building the layout with existing Widgets.
Since I'm not very familiar with GTK, I was wondering if maybe I should build my own widget for what I would like to do? I've added an image of the render I would like to achieve:

Is it possible to achieve this look without building a custom widget?
Are there libraries that exists on top of GTK with more Widgets available that would help me with this?
Thank you.