Re: Application for diagram rendering based on GTK+ 3

2014-12-12 Thread Richard Gipps
On 12/12/14 12:34 AM, Козлов Кирилл wrote: Hello, I need to develop an application with an area for rendering diagrams. In the area there will be objects which can be connected via lines, can be moved, deleted (like it's done in Dia, for example). Please give me an advice on what modern GTK+

Re: set classic interface in Gtk.colorbutton

2014-12-12 Thread John Coppens
On Sun, 07 Dec 2014 12:18:21 +0100 rastersoft ras...@rastersoft.com wrote: I'm using a Gtk.ColorButton in an app to set a color, but I need it to have alpha value. The problem is that the new ColorChooser interface is confusing for the users, because, by default, it shows just a list of

gtktreeview: highlighting a cell

2014-12-12 Thread Allin Cottrell
I'm using GtkTreeView to implement a simple spreadsheet. With GTK 2, if use gtk_tree_view_set_cursor() to place keyboard focus on a given cell, with the last argument set to FALSE so that editing mode is not entered immediately, I get a visual indication of which cell is focused. It's fairly