Exemplo n.º 1
0
 def value(self):
     '''
     Deletes the __value attribute
     '''
     log_delete('TreeViewItem', '__value')
     del self.__value
Exemplo n.º 2
0
 def key(self):
     '''
     Deletes the __key attribute
     '''
     log_delete('TreeViewItem', '__key')
     del self.__key
Exemplo n.º 3
0
 def parent_id(self):
     '''
     Deletes the __parent_id attribute
     '''
     log_delete('TreeViewItem', '__parent_id')
     del self.__parent_id
Exemplo n.º 4
0
 def column_count(self):  # @DontTrace
     '''
     Deletes the __column_count attribute
     '''
     log_delete('TreeViewConfiguration', '__column_count')
     del self.__column_count
Exemplo n.º 5
0
 def column_names(self):  # @DontTrace
     '''
     Deletes the __column_names attribute
     '''
     log_delete('TreeViewConfiguration', '__column_names')
     self.__column_names = []
Exemplo n.º 6
0
 def id(self):  # @DontTrace
     '''
     Deletes the id attribute
     '''
     log_delete('TreeViewItem', '__id')
     del self.__id
Exemplo n.º 7
0
 def is_double_clickable(self):
     '''
     Deletes the __is_double_clickable attribute
     '''
     log_delete('TreeViewItem', '__is_double_clickable')
     del self.__is_double_clickable