GNOME Bugzilla – Bug 644818
Use (modified) gedit tab label instead of our current custom code.
Last modified: 2018-08-03 19:29:43 UTC
Extract tab label generation from EphyNotebook and replace it with a widget imported from GEdit. The local version of it was modified to remove any gedit specifics. Also it exposes more properties, so make it easy to use with g_binding.
Created attachment 183421 [details] [review] Use gedit tab label instead of our current custom code.
Review of attachment 183421 [details] [review]: Cool, does it change much visually? ::: embed/ephy-web-view.c @@ +1358,3 @@ + * EphyWebView:visibility: + * + * docs! ::: lib/widgets/Makefile.am @@ +24,3 @@ gedit-overlay-child.c \ + gedit-overlay-child.h \ + gedit-tab-label.c \ indent!
Comment on attachment 183421 [details] [review] Use gedit tab label instead of our current custom code. This is not a bad idea. It needs: - Updating to git master. - Either convince gedit to make this shareable or rename it to EphyTabLabel.
At this point I think we really want to add better "tab" widgets to GTK instead.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/epiphany/issues/145.