[Github-comments] [geany/geany] Sidebar tab positions: Add left/right-vertical options (#2107)

Matthew Brush notifications at xxxxx
Fri Mar 22 00:05:11 UTC 2019


You can call [`gtk_label_set_angle(label, 90)`](https://developer.gnome.org/gtk3/stable/GtkLabel.html#gtk-label-set-angle) to make the tab like that. It would probably be prudent to do it from a callback on [`GtkNotebook::page-added`](https://developer.gnome.org/gtk3/stable/GtkNotebook.html#GtkNotebook-page-added) so it can be automatically applied to each tab like those added by plugins.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2107#issuecomment-475448176
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190321/b35c1938/attachment.html>


More information about the Github-comments mailing list