Create AdwTabPage before append to AdwTabView (original) (raw)

January 27, 2025, 10:22am 1

Seems impossible at this moment, as can’t find TabPage constructor in docs

alicem (Alice Mikhaylenko) January 27, 2025, 11:54am 2

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.

system (system) Closed February 26, 2025, 11:55am 3

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.