Re: ListStore problem
- From: "Simon Fuhrmann" <NightSlayer gmx de>
- To: Nietykalny <sciemniacz poczta fm>
- Cc: gtkmm-list gnome org
- Subject: Re: ListStore problem
- Date: Fri, 7 Apr 2006 17:01:18 +0200 (MEST)
Hi!
> Desireable would be to be able to know which CellRendererText
> has been edited and write its content to array.
If you have a pointer to the cell renderer, then you'll probably want to use
Glib::SignalProxy2<void,
const Glib::ustring&,
const Glib::ustring&>
signal_edited ()
and connect your signal handler. Every time a cell was edited, this signal
will be emitted.
Regards,
Simon
--
Simon Fuhrmann | NightSlayer at gmx.de
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]