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.

  • 相关阅读:
    实验四
    密码破解技术
    222
    111
    6
    5
    4
    第三次
    第二次
    第一次
  • 原文地址:https://www.cnblogs.com/njuptlwh/p/7389733.html
Copyright © 2011-2022 走看看