With the command
g_object_set((GObject*)gtk_stack_get_page(GTK_STACK(stack),pbox),
"title","first","icon-name","window-close",
NULL);
I can put both icon and the title of GtkStackPage.
Unfortunately, I cannot find a method to display icon and title at the same time. Is there such a possibility at all?
Thank you for the help.