pygtk-new widget

• Action, RadioAction, ToggleAction - objects that represent actions that a user can take. Actions contain
information to be used to create proxy widgets ( for example, icons, menu items and toolbar items).
• ActionGroup - an object containing Actions that have some relationship, for example, actions to open, close
and print a document.
• Border - an object containing the values for a border.
• ColorButton - a button used to launch a ColorSelectionDialog.
• ComboBox - a widget providing a list of items to choose from. It replaces the OptionMenu.
• ComboBoxEntry - a widget providing a text entry field with a dropdown list of items to choose from. It replaces
the Combo.
• EntryCompletion - an object providing completion for an Entry widget.
• Expander - a container that can show and hide its child in response to its button click.
• FileChooser - an interface for choosing files.
• FileChooserWidget - a widget implementing the FileChooser interface. It replaces the
FileSelection widget.
• FileChooserDialog - a dialog used for "File/Open" and "File/Save" actions. It replaces the
FileSelectionDialog.
• FileFilter - an object used to filter files based on an internal set of rules.
• FontButton - a button that launches the FontSelectionDialog.
• IconInfo - an object containing information about an icon in an IconTheme.
• IconTheme - an object providing lookup of icons by name and size.
• ToolItem, ToolButton, RadioToolButton, SeparatorToolItem, ToggleToolButton - widgets
that can be added to a Toolbar. These replace the previous Toolbar items.

你可能感兴趣的:(widget)