예제 #1
0
파일: Log.py 프로젝트: r0mdau/hellanzb
def scrollEnd():
    """ Let the logger know we're done scrolling """
    lockScrollableHandlers(_scrollEnd)
예제 #2
0
파일: Log.py 프로젝트: myusuf3/hellanzb
def scrollEnd():
    """ Let the logger know we're done scrolling """
    lockScrollableHandlers(_scrollEnd)
예제 #3
0
파일: Log.py 프로젝트: r0mdau/hellanzb
def scrollBegin():
    """ Let the logger know we're beginning to scroll """
    lockScrollableHandlers(_scrollBegin)
예제 #4
0
파일: Log.py 프로젝트: myusuf3/hellanzb
def scrollBegin():
    """ Let the logger know we're beginning to scroll """
    lockScrollableHandlers(_scrollBegin)