https://bugs.documentfoundation.org/show_bug.cgi?id=166074
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Blocks| |107237 Resolution|--- |DUPLICATE --- Comment #5 from V Stuart Foote <[email protected]> --- LibreOffice does not implement the Microsoft Ribbon object model with native Win3 or win32 calls. Instead, the majority of the LibreOffice Notebook bar UI, including the Tabbed User interface is "assembled" from UNO widget controls using GTK Builder and .UI configuration files describing boxes and grids. The UNO controls are generic, but the Notebook bar assemblages are limited to what is defined in UNO with a bit of glue to hold them together. It looks like the Microsoft Ribbon UI, but only functions like it superficially. So, specific widgets can be added or grouped (you can see that looking at the other offered 'User Interfaces...') but the layout of the Tabbed UI is limited to what the UNO bring with them as packed into GTK UI. *** This bug has been marked as a duplicate of bug 152357 *** Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=107237 [Bug 107237] [META] Notebookbar Tabbed -- You are receiving this mail because: You are the assignee for the bug.
