Re: Gtk's Global ( was: (no subject))
- From: Dermot Musgrove <dermot glade perl connectfree co uk>
- To: "D vid" <hwrtn infonie fr>
- Cc: gtk-perl-list gnome org
- Subject: Re: Gtk's Global ( was: (no subject))
- Date: Mon, 13 May 2002 22:02:19 +0100
"D vid" wrote:
Hi Christian ( and ye' all ;-) ,
Au jour dit , 12 May 2002 15:27:24 +0200 ,
Christian Borup <borup borup com> s'exprima ainsi:
I'd like to know if there are functions that could help you to set up
a kind of a log for a widget : for an option menu , which menu item
was 'activate'
last , for a combo the last strings entered in the entry , for a clist
which rows were selected last , etc ?
Hi, I don't know of one. There is GConf but AFAIK it has no Perl bindings.
Is anyone working on this?
I guess that I would either push some text to a global list:
push(@history, "combo1 entered 'text entered'");
push(@history, "clist selected 2");
and then read the list backwards to undo or redo OR
if you want to preserve this over sessions/runs write the information
to a file instead.
Regards, Dermot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]