Re: Updating displayed spinbutton value from a text file

2018-07-05 Thread Allin Cottrell
On Wed, 4 Jul 2018, Roger Matthews via gtk-app-devel-list wrote: I'm using gtk+3.10 on Ubuntu 14.04 and am writing an application in C, with the user interface constructed with a builder.ui file. I am using spinbuttons to create and change Cairo drawings of some mathematical functions.

Updating displayed spinbutton value from a text file

2018-07-05 Thread Roger Matthews via gtk-app-devel-list
I'm using gtk+3.10 on Ubuntu 14.04 and am writing an application in C, with the user interface constructed with a builder.ui file. I am using spinbuttons to create and change Cairo drawings of some mathematical functions. The spinbuttons’ adjustment value is initialised from the builder.ui