Help spinbuttons

2015-03-16 Thread Roger Matthews
/* I want a window containing many spinbuttons for both integers and floating-point numbers, these may then be either 1) left unchanged, or 2) changed to a new value. Then, whether changed or unchanged, use the integers and floats as input parameters into various calculations. As it is the

Re: borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-16 Thread Jim Charlton
On 15-03-15 08:24 PM, Jim Charlton wrote: On 15-03-15 01:49 PM, Roger Davis wrote: Thanks for the suggestion, Jim, but no luck so far in getting any change to my menu borders via .window-frame, .window-frame:backdrop { box-shadow: 6px 6px; margin: 6px; } which I added to a new

Re: borderless MacOS menus (was 'Gtk3 MacOS (OSX) context menu issues')

2015-03-16 Thread Roger Davis
On Mon, 16 Mar 2016, Jim Charlton wrote: .menubar { border-width: 6px; background-color: red; border-color: black; border-style: solid; } Thanks Jim, that tip led to this good-enough-for-now solution: GtkMenu { border-width: 1px; border-color: #cc; border-style: solid;