Home > Software design >  What is this gtk widget called
What is this gtk widget called

Time:04-15

image

I'm talking about the circled part and to give further context you can drag it then it becomes a standalone window looking thing.

CodePudding user response:

They're the tabs of a GtkNotebook.

For future reference, if you want a visual overview of the widgets in GTK: the documentation provides a widget gallery

  • Related