RE: [gtk-list] newbie signal question



On 17-Jun-98 nelson-gtk@crynwr.com wrote:
> What if I don't want the notebook to switch pages?  I trap the
> switch_page signal, yes.  Can I return something?  If so, what?

In your callback, do :
  gtk_signal_emit_stop_by_name (GTK_OBJECT (widget), "switch_page");

bye,
   Stefan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]