Seems impossible at this moment, as can’t find TabPage constructor in docs
Technically you can create it with g_object_new()
and then add to tab view with gtk_buildable_add_child()
. Very much not recommended for obvious reasons tho.
The API is modeled on GtkStack
, so it’s just same story as there.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.