Re: Gnome2::HRef question.
- From: Christian Hamar <krics linuxforum hu>
- To: "Ross McFarland" <rwmcfa1 neces com>
- Cc: <gtk-perl-list gnome org>
- Subject: Re: Gnome2::HRef question.
- Date: Sun, 29 Jun 2003 13:56:45 +0200
2003. június 29. 13.51 dátummal Ross McFarland ezt írta:
Christian Hamar said:
$href->set_text($act_fid, $act_fid);
unless i'm missing something, this is what you want:
$href->set_text($act_fid);
that is good. But it's set only the URL and don't change the href label! when
i want to use set_label or set_text then it doesn't good because these
functions are deprecated.
So any idea for this ?
Best Regards:
-kRiX-
in perl $var->function implicitly passes $var as the first parameter to the
function. (the href in your case) and you need to pass the text parameter,
$act_fid.
so what ? :))
an example please ? :)
-rm
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]