Module v.g.dialogs

Part of vmc.gtk

Some utilities for displaying dialogs
Class PopupDialogCtrl Base controller class for popup dialogs
Class CheckBoxPopupDialogCtrl Undocumented
Function open_message_dialog Shows a standard message dialog
Function open_warning_dialog Shows a warning message dialog
Function open_warning_request_cancel_ok Returns True if the user confirmed the request, False otherwise
Function open_confirm_action_dialog Returns True if the user confirmed the action, False otherwise
Function open_dialog_question_checkbox_cancel_ok Opens a dialog with a checkbox aka 'Never ask me this again'
Function open_import_csv_dialog Opens a filechooser dialog to import a csv file
Function save_standard_file Opens a filechooser dialog to choose where to save a file
Function save_csv_file Opens a filechooser dialog to choose where to save a csv file
Function get_device_treeview Undocumented
Function get_about_dialog Returns an AboutDialog with all the necessary info
Class ActivityProgressBar I am an activity progress bar
def open_message_dialog(message, details):
Shows a standard message dialog
def open_warning_dialog(message, details):
Shows a warning message dialog
def open_warning_request_cancel_ok(message, details):
Returns True if the user confirmed the request, False otherwise
def open_confirm_action_dialog(action_text, message, details):
Returns True if the user confirmed the action, False otherwise
def open_dialog_question_checkbox_cancel_ok(parent_view, message, details):
Opens a dialog with a checkbox aka 'Never ask me this again'
Returnstuple with two bools, the first is whether the user confirmed the action or not, the second is whether the checkbox is toggled
def open_import_csv_dialog(path=None):
Opens a filechooser dialog to import a csv file
def save_standard_file(path=None):
Opens a filechooser dialog to choose where to save a file
def save_csv_file(path=None):
Opens a filechooser dialog to choose where to save a csv file
def get_device_treeview(device_list, callback, parent_view):
Undocumented
def get_about_dialog():
Returns an AboutDialog with all the necessary info
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.