Ejemplo n.º 1
0
    def select_event(self):
        '''
        Fires whenever a TreeNode selected state is changed.

        Args:
            None

        Returns:
            None
        '''
        notifier = Notifier()
        notifier.Notify(lx.symbol.fCMDNOTIFY_CHANGE_ALL)
Ejemplo n.º 2
0
    def path_event(self):
        '''
        Fired by TreeNode objects whenever the node's path property is changed.

        Args:
            None

        Returns:
            None
        '''
        self.unsaved_changes = True
        notifier = Notifier()
        notifier.Notify(lx.symbol.fCMDNOTIFY_CHANGE_ALL)