summaryrefslogtreecommitdiffstats
path: root/perl-install/mygtk2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-12-14 17:18:43 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-12-14 17:18:43 +0000
commite77632a10bdac51e05f6e8fe846361ce10df4f5f (patch)
treeea2ffecef62c8c65bce0f1293fd8a81cbc84ba80 /perl-install/mygtk2.pm
parent63ba3cf404326290f780ef82c564d139062f0127 (diff)
downloaddrakx-backup-do-not-use-e77632a10bdac51e05f6e8fe846361ce10df4f5f.tar
drakx-backup-do-not-use-e77632a10bdac51e05f6e8fe846361ce10df4f5f.tar.gz
drakx-backup-do-not-use-e77632a10bdac51e05f6e8fe846361ce10df4f5f.tar.bz2
drakx-backup-do-not-use-e77632a10bdac51e05f6e8fe846361ce10df4f5f.tar.xz
drakx-backup-do-not-use-e77632a10bdac51e05f6e8fe846361ce10df4f5f.zip
export gtkval_register() and gtkval_modify()
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r--perl-install/mygtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm
index 6e0d88c68..ff7cb9d85 100644
--- a/perl-install/mygtk2.pm
+++ b/perl-install/mygtk2.pm
@@ -5,7 +5,7 @@ use strict;
use lang;
our @ISA = qw(Exporter);
-our @EXPORT = qw(gtknew gtkset gtkadd);
+our @EXPORT = qw(gtknew gtkset gtkadd gtkval_register gtkval_modify);
use c;
use log;