Using tab completion with GtkEntryCompletion

2010-10-26 Thread Salvatore De Paolis
Hi all, I'm having fun these days with GCompletion(deprecated) and GtkEntryCompletion. Everything is going fine apart one important thing. We do autocomplete email addresses on request by the user, using the Tab key. I didn't find a way to implement it with GtkEntryCompletion. What I tried, and d

Problem with multiple selection in TreeView

2010-08-21 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 = gtk_tree_s

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 http://mail.gno

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 exp

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 http://mail.gno

g_signal_emit and parameters

2008-08-30 Thread Salvatore De Paolis
Hi all, I have in a library such a signal emission g_signal_emit(view, MY_SIGNAL, NULL, menu); and from the program I'm connecting a callback to it in the way gboolean my_callback_menu (TYPE_VIEW *view, TYPE_MENU *menu, gpointer userdata) In this callback i basically do that GtkMenuShell *_sh

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 lis