https://bugs.documentfoundation.org/show_bug.cgi?id=163008
--- Comment #3 from Michael Weghorn <[email protected]> --- (In reply to Rafael Lima from comment #2) > Apparently this is set via the "tab-pos" property of the "GtkNotebook", > defining the position of all child tabs. > > See f.i. the file paradialog.ui in Heiko's patch. As far as I understand, "tab-pos" defines whether the whole tab bar is on the top or on the left, not the position of the icons within the single tab items. (Changing it to "top" moves the tab bar to the top of the dialog, but leaves the icons left of the text in the individual tab items.) The GtkNotebook doc [1] also mentions that `tab_label` is a GtkWidget, not just a string/char*, which allows for much more flexibility for each single item. [1] https://docs.gtk.org/gtk3/method.Notebook.append_page.html -- You are receiving this mail because: You are the assignee for the bug.
