Re: A simple GtkSpinner is very costly in CPU cycles

2018-03-22 Thread Eric Cashon via gtk-app-devel-list
Hi Kian For effeciency, use one of the default cursors. https://developer.gnome.org/gdk3/stable/gdk3-Cursors.html If you want, you can try creating your own cursor with animation and using that. I got this working on my netbook which isn't a very high powered computer by todays standards

Re: compiling glade

2018-03-22 Thread Tristan Van Berkom
On Thu, 2018-03-22 at 19:13 +0100, arkkimede wrote: > Thank You Tristan for Your Kindness. > Unfortunately, this new release of Glade require libgtk-3.20.0 and in > my linuxbox Ubuntu 16.04 I have only 3.18.0. > The 3.20.0 is present in Ubuntu 17 but this release is not stable > enough to start to

Re: compiling glade

2018-03-22 Thread Tristan Van Berkom
Hi, On Thu, 2018-03-22 at 14:52 +0100, arkkimede wrote: > HI! > I want to install the latest version of glade downloaded from git-hub. > > I read the instruction. > > There is written that configure.ac or configure.in is used to generate the > script configure. > To do that execute the command a

compiling glade

2018-03-22 Thread arkkimede
HI! I want to install the latest version of glade downloaded from git-hub. I read the instruction. There is written that configure.ac or configure.in is used to generate the script configure. To do that execute the command autoconf. I executed this command but some macro are missed Searching I

Re: A simple GtkSpinner is very costly in CPU cycles

2018-03-22 Thread Kian Karas
On Wed, Mar 21, 2018 at 10:17 AM, Emmanuele Bassi wrote: > On 20 March 2018 at 14:06, Kian Karas wrote: > >> Hi smart people >> >> I just introduced animation, in the form of a GtkSpinner, to my >> application >> for the first time. When the spinner is animating, the application takes >> up >> 4