Re: Gtk3 MacOS (OSX) context menu issues

2015-03-03 Thread Vest .
mouse events again. Kind regards, Vest On Sat, Feb 28, 2015 at 12:59 PM, Konstantin Dmitriev ksee.zelga...@gmail.com wrote: Hello! My name is Konstantin Dmitriev, I am a maintainer of Synfig Studio open-source animation software. Recently we have ported our software from Gtk2 to Gtk3

Re: widget to represent dial/speedometer kind of object

2013-12-10 Thread Vest V.
(arrows) with the code. Hope this information helps you! Let us wait if somebody has a better recommendation. Kind regards, Vest On Tue, Dec 10, 2013 at 10:30 AM, Mahesh Chaudhari mahesh.chaudh...@ymail.com wrote: Hi list , is there any widget available to represent meter/dial/speedometer

Re: changing colour of widget

2013-10-03 Thread Vest V.
thread. If the information, such as changed date and size, changes, you can send a custom event. Kind regards, Vlad On Thu, Oct 3, 2013 at 12:13 PM, Mahesh Chaudhari mahesh.chaudh...@ymail.com wrote: Thanks Vest V for reply I can able to draw circles using GtkDrawingArea and cairo

Re: changing colour of widget

2013-09-26 Thread Vest V.
Hello Mahesh, It depends on which approach you want to use: draw LEDs manually, or display images. The first possible widget is GtkDrawingArea: https://developer.gnome.org/gtk3/3.2/GtkDrawingArea.html, the second is GtkImage: https://developer.gnome.org/gtk3/3.2/GtkImage.html Regarding the