예제 #1
0
 def get_fullsize_rect(self):
     """ Get bounding box of the key at 100% size in logical coordinates """
     return LayoutItem.get_rect(self)
예제 #2
0
 def __init__(self):
     LayoutItem.__init__(self)
예제 #3
0
 def __init__(self):
     LayoutItem.__init__(self)
예제 #4
0
    def get_fullsize_rect(self):
        """ Get bounding box of the key at 100% size in logical coordinates """
        rect = LayoutItem.get_rect(self)

        return rect