zoukankan      html  css  js  c++  java
  • Python pack attribute

    widget.pack( pack_options )

    Here is the list of possible options −

    • expand: When set to true, widget expands to fill any space not otherwise used in widget's parent.

    • fill: Determines whether widget fills any extra space allocated to it by the packer, or keeps its own minimal dimensions: NONE (default), X (fill only horizontally), Y (fill only vertically), or BOTH (fill both horizontally and vertically).

    • side: Determines which side of the parent widget packs against: TOP (default), BOTTOM, LEFT, or RIGHT.

  • 相关阅读:
    自我介绍
    币值转换
    打印沙漏
    对我影响最大的三位老师

    pta
    pta-3
    学习计划
    对我有影响的三个老师
    介绍自己
  • 原文地址:https://www.cnblogs.com/njuptlwh/p/7389733.html
Copyright © 2011-2022 走看看