diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 23:24:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-02-04 23:24:37 +0000 |
commit | 941286437778eeb33c6dcc36cc70190f9a3f2635 (patch) | |
tree | 78c187873ba43aa46e48e997f21c320dee60492c /perl-install/standalone/drakbug | |
parent | 9fe81ce6b66aaeb05c51c78b7bf98925615e474b (diff) | |
download | drakx-941286437778eeb33c6dcc36cc70190f9a3f2635.tar drakx-941286437778eeb33c6dcc36cc70190f9a3f2635.tar.gz drakx-941286437778eeb33c6dcc36cc70190f9a3f2635.tar.bz2 drakx-941286437778eeb33c6dcc36cc70190f9a3f2635.tar.xz drakx-941286437778eeb33c6dcc36cc70190f9a3f2635.zip |
- rename $ugtk2::force_center used at install with $ugtk2::force_center_at_pos
the boolean $ugtk2::force_center value used standalone is kept as before
- deprecate $::noBorder (it was the same as !$::isInstall)
- deprecate $ugtk2::force_position (unused AFAIK)
- _create_window() now returns the created window, it doesn't assign {rwindow}
nor {window} anymore. It doesn't handle a Frame for the window
(it is now directly done by ugtk2->new which is the only function using _create_window())
- deprecate option no_interactive_objects (unused AFAIK)
- {rwindow} is a VBox for both isWizard and isEmbedded
(when isEmbedded, a HBox was created, replacing the create VBox)
- call ->set_title on $::WizardWindow so that the title is honored in non embedded wizard
- remove $draw2 and wiz_default_left.png which are unused
- remove ->set_uposition on $::WizardWindow for install. This is not needed
anymore since force_center_at_pos now works on $::WizardWindow
- hoist $::WizardTable creation
- explicitly set the size of the window during install. The chosen value is
the same as before +9 pixels for the height
(the size needs to be fixed since the advertising images must fit)
- remove the callbacks on expose_event and delete_event for non embedded wizard.
they are the same as the one in _create_window()
(except for the delete_event which explicitly destroy the window, is that ok??)
more questions:
- ->set_title on a plug may break, it needs testing
- flush() just after Gtk2::Plug->new, is it needed? (since there is another flush())
Diffstat (limited to 'perl-install/standalone/drakbug')
0 files changed, 0 insertions, 0 deletions