Port EvSidebar to use a GtkStack instead of a GtkNotebook
@jaliste
Submitted by Jose Aliste Link to original bug (#733714)
Description
GtkStack API is much more adapted to our needs and it allows us to delete some code. :)
@jaliste
Link to original bug (#733714)
GtkStack API is much more adapted to our needs and it allows us to delete some code. :)
What do you have in mind about the UI?
GtkStack has horizontal buttons to switch from child to another. So, they are all always visible, but that would take a lot of space.
Done in commit 43c402ef.
closed