summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2002-12-17 10:00:11 +0000
committerDaouda Lo <daouda@mandriva.com>2002-12-17 10:00:11 +0000
commitbd7af436290278af253ce03b4b31ea29f3dd14e4 (patch)
tree9f7870f124eb2acc55392de8847bc20e1f9dc4a5 /perl-install/ugtk2.pm
parent674985937ad2f567d3956303b9c5b7250e95d843 (diff)
downloaddrakx-backup-do-not-use-bd7af436290278af253ce03b4b31ea29f3dd14e4.tar
drakx-backup-do-not-use-bd7af436290278af253ce03b4b31ea29f3dd14e4.tar.gz
drakx-backup-do-not-use-bd7af436290278af253ce03b4b31ea29f3dd14e4.tar.bz2
drakx-backup-do-not-use-bd7af436290278af253ce03b4b31ea29f3dd14e4.tar.xz
drakx-backup-do-not-use-bd7af436290278af253ce03b4b31ea29f3dd14e4.zip
- export gtkappend_page
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 2d0ec3789..2b8daa848 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -12,13 +12,13 @@ use vars qw(@ISA %EXPORT_TAGS @EXPORT_OK @icon_paths $force_center $force_focus
gtkadd gtkexpand gtkput gtktext_append gtktext_insert gtkset_size_request gtksize gtkset_justify gtkset_active
gtkset_sensitive gtkset_visibility gtkset_modal gtkset_border_width gtkmove gtkresize gtkshow
gtkhide gtkdestroy gtkflush gtkset_mousecursor gtkset_mousecursor_normal gtkset_markup gtkmodify_font gtkset_property
- gtkset_mousecursor_wait gtkappend_text gtkprepend_text gtkinsert_text gtkroot gtksetstyle) ],
+ gtkset_mousecursor_wait gtkappend_text gtkprepend_text gtkinsert_text gtkroot gtksetstyle gtkappend_page) ],
helpers => [ qw(add2notebook add_icon_path n_line_size fill_tiled fill_tiled_coords string_size
get_text_coord gtkcolor gtkset_background gtkfontinfo gtkcreate_img gtkcreate_pixbuf set_back_pixbuf) ],
create => [ qw(create_box_with_title create_adjustment create_scrolled_window create_hbox create_vbox
create_dialog destroy_window create_factory_menu create_menu create_notebook create_packtable
create_vpaned create_hpaned create_okcancel) ],
- ask => [ qw(ask_warn ask_okcancel ask_yesorno ask_from_entry ask_browse_tree_info
+ ask => [ qw(ask_warn ask_okcancel ask_yesorno ask_from_entry ask_browse_tree_info
ask_browse_tree_info_given_widgets ask_dir) ],
);
$EXPORT_TAGS{all} = [ map { @$_ } values %EXPORT_TAGS ];