comparison src/typedefs.h @ 2813:e9e8e8b2afce

Move menu/toolbar to top of window Moving the menu/toolbar to the top of the window eliminates the problem of these items being partially obscured when the tools pane is reduced to a small width.
author Colin Clark <colin.clark@cclark.uk>
date Sun, 12 Aug 2018 17:29:35 +0100
parents ea4163f0c769
children e6f95baec8b5
comparison
equal deleted inserted replaced
2812:865f7eab9b6d 2813:e9e8e8b2afce
729 GtkWidget *tools; 729 GtkWidget *tools;
730 GtkWidget *tools_pane; 730 GtkWidget *tools_pane;
731 731
732 // gint tools_float; 732 // gint tools_float;
733 // gint tools_hidden; 733 // gint tools_hidden;
734 734 GtkWidget *menu_tool_bar; /*Combined menu and toolbar box */
735 GtkWidget *menu_bar; /* referenced by lw, exist during whole lw lifetime */ 735 GtkWidget *menu_bar; /* referenced by lw, exist during whole lw lifetime */
736 /* toolbar */ 736 /* toolbar */
737 737
738 GtkWidget *toolbar[TOOLBAR_COUNT]; /* referenced by lw, exist during whole lw lifetime */ 738 GtkWidget *toolbar[TOOLBAR_COUNT]; /* referenced by lw, exist during whole lw lifetime */
739 // gint toolbar_hidden; 739 // gint toolbar_hidden;