Re: g_signal_emit()

2008-09-01 Thread dhk
dhk wrote: Kristian Rietveld wrote: On Sun, Aug 31, 2008 at 2:08 PM, dhk <[EMAIL PROTECTED]> wrote: I have two callback functions. The first for when a cell in a treeview gets edited and the second for when the tab key is pressed. The first works fine. In the second, I want to emit the "edi

Re: g_signal_emit()

2008-08-31 Thread dhk
Kristian Rietveld wrote: On Sun, Aug 31, 2008 at 2:08 PM, dhk <[EMAIL PROTECTED]> wrote: I have two callback functions. The first for when a cell in a treeview gets edited and the second for when the tab key is pressed. The first works fine. In the second, I want to emit the "edited" signal s

Re: g_signal_emit()

2008-08-31 Thread Kristian Rietveld
On Sun, Aug 31, 2008 at 2:08 PM, dhk <[EMAIL PROTECTED]> wrote: >> I have two callback functions. The first for when a cell in a treeview >> gets edited and the second for when the tab key is pressed. The first works >> fine. In the second, I want to emit the "edited" signal so it acts as if >>

Re: g_signal_emit()

2008-08-31 Thread dhk
dhk wrote: I have two callback functions. The first for when a cell in a treeview gets edited and the second for when the tab key is pressed. The first works fine. In the second, I want to emit the "edited" signal so it acts as if the first event happened. However, the g_signal_emit() in t

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

Re: g_signal_emit and parameters

2008-08-30 Thread Mike Massonnet
Le Sat, 30 Aug 2008 17:45:32 +0200, Salvatore De Paolis <[EMAIL PROTECTED]> a écrit : > 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