예제 #1
0
def setBufferAsInactive(optionVar,bufferName):
    tmp = OptionVarFactory(optionVar,'string')
    tmp.remove(bufferName) 
예제 #2
0
def setBufferAsInactive(optionVar,bufferName):
    tmp = OptionVarFactory(optionVar,'string')
    tmp.remove(bufferName) 
예제 #3
0
def setBufferAsActive(optionVar,bufferName):
    tmp = OptionVarFactory(optionVar,'string')
    if '' in tmp.value:
        tmp.remove('')
    tmp.append(bufferName) 
예제 #4
0
def setBufferAsActive(optionVar,bufferName):
    tmp = OptionVarFactory(optionVar,'string')
    if '' in tmp.value:
        tmp.remove('')
    tmp.append(bufferName)