bosing.GridEntry¶
- class bosing.GridEntry(element, column=0, span=1)¶
基类:
objectA child element in a grid layout.
- column¶
- static convert(obj)¶
Convert the value to GridEntry.
The value can be:
GridEntry
Element
tuple[Element, int]: Element and column.
tuple[Element, int, int]: Element, column, and span.
- element¶
- span¶