Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I hide the toolbar of a gnome.ui.App() instance?

Hide instance Toolbar
0
Posted

How do I hide the toolbar of a gnome.ui.App() instance?

0

If you just call hide() on the toolbar, it is hidden but its display area is still visible (empty, though); that’s because it’s held in a Bonobo Dock. You need hide the dock item itself, but first you have to get the dock item. One way is to use get_dock_item_by_name(). Here is a snippet from some test code that might put you on the right track. The variable my_app is a reference to the gnome.ui.App instance.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.