Module advanced_configuration_window :: Class AdvancedConfigurationWindow
[hide private]
[frames] | no frames]

Class AdvancedConfigurationWindow

source code


Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
cb_value_column_data(self, col, cell, model, iter_)
Check if it's boolen or holds password stuff and if yes make the cellrenderertext not editable, else - it's editable
source code
 
get_option_path(self, model, iter_) source code
 
on_advanced_treeview_selection_changed(self, treeselection) source code
 
remember_option(self, option, oldval, newval) source code
 
on_advanced_treeview_row_activated(self, treeview, path, column) source code
 
check_for_restart(self) source code
 
on_config_edited(self, cell, path, text) source code
 
on_advanced_configuration_window_destroy(self, widget) source code
 
on_advanced_close_button_clicked(self, widget) source code
 
fill_model(self, node=None, parent=None) source code
 
visible_func(self, model, treeiter) source code
 
on_advanced_entry_changed(self, widget) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

cb_value_column_data(self, col, cell, model, iter_)

source code 
Check if it's boolen or holds password stuff and if yes make the cellrenderertext not editable, else - it's editable

get_option_path(self, model, iter_)

source code 

on_advanced_treeview_selection_changed(self, treeselection)

source code 

remember_option(self, option, oldval, newval)

source code 

on_advanced_treeview_row_activated(self, treeview, path, column)

source code 

check_for_restart(self)

source code 

on_config_edited(self, cell, path, text)

source code 

on_advanced_configuration_window_destroy(self, widget)

source code 

on_advanced_close_button_clicked(self, widget)

source code 

fill_model(self, node=None, parent=None)

source code 

visible_func(self, model, treeiter)

source code 

on_advanced_entry_changed(self, widget)

source code 
Decorators:
  • @rate_limit(3)