how to add tab in notebook when using glade?
Asked Answered
F

1

26

When creating a GtkNotebook in Glade, I get 3 tabs by default. How can I add another tab?

Fosdick answered 23/2, 2011 at 6:13 Comment(0)
A
44

Right-click on one of the tabs, and click "Insert page before" or "Insert page after".

Ancestor answered 23/2, 2011 at 7:40 Comment(3)
Wow, all this time I thought it wasn't possible with Glade. I went through the Properties pane several times thinking "I must be missing something...."Linkoski
@johannes : that was what im thinking about, before the savior eventually came...Fosdick
Note: You have to right click on the widget in the tab (eg. a Gtk.Label), NOT on the spacing left and right of that widget. The latter shows a very similar menu with 'Insert after' and 'insert' before, but this refers to before/after the notebook, not the tab (and adds a space before/after the notebook).Geometer

© 2022 - 2024 — McMap. All rights reserved.