tkStuff
stable
  • Gallery
    • Date
    • Time
    • Color
    • Passwords
  • Code Examples
  • Date Handling
  • Time Handling
  • Color Handling
  • Filesystem Entry Handling
  • Password Handling
  • Miscellaneous Stuff
tkStuff
  • Docs »
  • Gallery
  • Edit on GitHub

Gallery¶

Shown below are examples of the widgets currently provided with tkStuff.

Date¶

_images/date_entry.png

Date Entry Widget (See the DateEntry class)

_images/date_dialog.png

Date Selection Dialog (See the DateDialog class)

Time¶

_images/time_entry.png

Time Entry Dialog (See the TimeEntry class)

The next 2 time selection dialog styles are chosen based on the Locale e.g. for the en_US locale a 12 hour dialog is displayed.

_images/time_12_hour.png

12 Hour Time Dialog Widget with AM/PM. (See the TimeDialog class)

_images/time_24_hour.png

24 Hour Time Dialog Widget with Separate Minute Selection (See the TimeDialog class)

Color¶

_images/color_entry.png

Color Entry Widget (See the ColorEntry class)

_images/color_dialog.png

Color Selection Dialog (See the ColorDialog class)

_images/color_wheel.png

Color Wheel Widget (See the ColorWheel class)

_images/color_slider.png

Color Slider Widget (See the ColorSlider class and subclasses)

_images/color_square.png

Color Square Widget (See the ColorSquare class)

_images/color_palette.png

Color Palette Selector Widget (See the PaletteSelector class)

_images/color_tints_and_shades.png

Tints and Shades Widgets (See the ColorTint and ColorShade classes)

Passwords¶

_images/password_entry.png

Password Entry Widget (See the PasswordEntry class)

_images/password_dialog.png

Password Generation Dialog (See the PasswordDialog class)

Next Previous

© Copyright 2014-2018, Simon Kennedy. Revision 32d68ecb.

Built with Sphinx using a theme provided by Read the Docs.