Widget

From Gui

All toolkits and formats have base UI elements, here called "widgets".

[edit] List of Common Widget Types

[edit] Properties on all Widgets

  • id
  • padx (horizontal padding, horizontal and grid layouts only)
  • pady (vertical padding, vertical and grid layouts only)
  • x (column widget starts in, starts at 0, grid layout only)
  • y (row widget starts in, starts at 0, grid layout only)
  • spanx (number of columns widget fills, grid layout only)
  • spany (number of rows widget fills, grid layout only)

Personal tools