Class k.u.w.PluggableWizard(GladeDelegate):

Part of kiwi.ui.wizard

Wizard controller and view class

Function__init__

Create a new PluggableWizard object.

Functionon_next_button__clickedUndocumented
Functionon_ok_button__clickedUndocumented
Functionon_previous_button__clickedUndocumented
Functionon_cancel_button__clickedUndocumented
Function_change_stepUndocumented
Function_refresh_slaveUndocumented
Function_show_first_pageUndocumented
Function_show_pageUndocumented
Function_show_last_pageUndocumented
Functionupdate_viewUndocumented
Functionenable_next

Enables the next button in the wizard.

Functiondisable_next

Disables the next button in the wizard.

Functionenable_back

Enables the back button in the wizard.

Functiondisable_back

Disables the back button in the wizard.

Functionenable_finish

Enables the finish button in the wizard.

Functiondisable_finish

Disables the finish button in the wizard.

Functionset_message

Set message for nofitication.

FunctioncancelUndocumented
FunctionfinishUndocumented
def __init__(self, title, first_step, size=None, edit_mode=False):

Create a new PluggableWizard object.

def on_next_button__clicked(self, button):
Undocumented
def on_ok_button__clicked(self, button):
Undocumented
def on_previous_button__clicked(self, button):
Undocumented
def on_cancel_button__clicked(self, button):
Undocumented
def _change_step(self, step=None):
Undocumented
def _refresh_slave(self):
Undocumented
def _show_first_page(self):
Undocumented
def _show_page(self):
Undocumented
def _show_last_page(self):
Undocumented
def update_view(self):
Undocumented
def enable_next(self):

Enables the next button in the wizard.

def disable_next(self):

Disables the next button in the wizard.

def enable_back(self):

Enables the back button in the wizard.

def disable_back(self):

Disables the back button in the wizard.

def enable_finish(self):

Enables the finish button in the wizard.

def disable_finish(self):

Disables the finish button in the wizard.

def set_message(self, message):

Set message for nofitication.

def cancel(self, *args):
Undocumented
def finish(self):
Undocumented