When creating a GtkNotebook
in Glade, I get 3 tabs by default. How can I add another tab?
Asked
Active
Viewed 8,457 times
1 Answers
44
Right-click on one of the tabs, and click "Insert page before" or "Insert page after".

benjaoming
- 2,135
- 1
- 21
- 29

ptomato
- 56,175
- 13
- 112
- 165
-
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...." – Johannes Sasongko Feb 23 '11 at 19:09
-
@johannes : that was what im thinking about, before the savior eventually came... – capede Feb 28 '11 at 19:40
-
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). – jcoppens Apr 18 '23 at 17:36