Re: migrating gtk

2018-02-10 Thread Salvatore De Paolis
On Thu, 08 Feb 2018 02:00:16 + Sriram Ramkrishna wrote: > Every contributor who takes an actionable step and reports a bug is a > potential future core contributor. Please remember that. A person who > attempts to fix a bug with a patch is even more valuable. It's a

Problem with multiple selection in TreeView

2010-08-22 Thread Salvatore De Paolis
Hi, I'm using GTK+ 2.20.1 and I notice a wrong behavior on the multiple selection. I've connected a callback to the signal cursor-changed and within of if I get the selection in this way: sel = gtk_tree_view_get_selection(list_view); model = gtk_tree_view_get_model(list_view); rows =

Re: Why is GCompletion deprecated

2010-06-28 Thread Salvatore De Paolis
On Mon, 28 Jun 2010 14:49:48 +0100 Emmanuele Bassi eba...@gmail.com wrote: the fact that nobody implemented them using GCompletion should give a hint that: a) this is not a shared opinion and b) it probably wasn't possible with GCompletion. That's not quite true, several applications use

Widget for drawing plot

2010-03-17 Thread Salvatore De Paolis
Hi, I was searching a good way to draw plots in Gtk+. Surfing a little bit a found Gtkdatabox and GtkPlot. Which is worth to use or there's anything else? regards Salvatore ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: GtkActionEntry callback

2009-06-16 Thread Salvatore De Paolis
On Tue, 16 Jun 2009 14:17:24 +0200 Christian Dywan christ...@lanedo.com wrote: Am Mon, 15 Jun 2009 19:54:01 +0200 schrieb Salvatore De Paolis iw...@claws-mail.org: Hi all, I'm in a context where the shortcuts should work and I have the ability to switch into another where they should

GtkActionEntry callback

2009-06-15 Thread Salvatore De Paolis
Hi all, I'm in a context where the shortcuts should work and I have the ability to switch into another where they should be disabled because may interfere with the typical use of the new context. GtkActionEntry allows to associate a callback to an action and execute it on the activate signal. I

Re: Gtk+ Integration with Webkit

2008-09-30 Thread Salvatore De Paolis
On Tue, 30 Sep 2008 23:23:41 +0300 Mackram Raydan [EMAIL PROTECTED] wrote: Hi, Hey All, I am working on a small app that needs some integration with an HTML layout engine. I have read across the net that there is work to integrate webkit with Gtk+ but cant seem to find some good explanation

Re: g_signal_emit and parameters

2008-08-30 Thread Salvatore De Paolis
On Sat, 30 Aug 2008 18:19:04 +0200 Mike Massonnet [EMAIL PROTECTED] wrote: Hi Mike! Completely random guess, gtk_widget_show (item) maybe. Yeah, it helped, thanks! Sal ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Poppler vs. LGPL

2008-07-29 Thread Salvatore De Paolis
On Tue, 29 Jul 2008 22:52:49 -0400 Mike [EMAIL PROTECTED] wrote: Ask the author[s] to release it also in LGPL? Actually poppler lib is a fork of xpdf which is strictly GPL-2. (strictly mean also the author is deaf) John Boncek wrote: The Poppler library has been recommended in this list for

Re: Logo (was Re: GTK+ Website Review)

2007-10-07 Thread Salvatore De Paolis
On Sun, 7 Oct 2007 12:51:23 +0200 [EMAIL PROTECTED] wrote: The box *looks* awesome, it just needs some gradient or texture in it to give it the fashion trend you are looking for. I agree with the box too. It just needs to be updated to the 2.12. Imho, a complete change of the logo needs

GTK+ man pages

2007-08-17 Thread Salvatore De Paolis
Hi there, i would like to know if there's a future intention to add GTK+ API as man pages or even if this already exists. Regards S. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GtkEventBox button_release_event

2007-05-15 Thread Salvatore De Paolis
On Wed, 16 May 2007 04:13:18 +0200 Salvatore De Paolis [EMAIL PROTECTED] wrote: Hi all I'm trying to catch the release button event from a widget using a GtkEventBox. After i create the GtkEventBox i use gtk_widget_set_events to set masks in this way: gtk_widget_set_events(viewer