Nictk 2.2.0
An easy to use pyton GUI
__init__.py File Reference

The main file of the library. More...

Classes

class  _embedRowFrame
 Internal class. More...
 
class  _embedVerFrame
 Internal class. More...
 
class  _framerow
 Internal class. More...
 
class  _setitBind
 Internal class. More...
 
class  _setitCommand
 Internal class. More...
 
class  BaseWindow
 Base class for both Main and Window. More...
 
class  Button
 Button widget. More...
 
class  Canvas
 Canvas widget to display graphical elements like lines or text. More...
 
class  Checkbutton
 Checkbutton widget which is either in on or off state. More...
 
class  Combobox
 Combobox which allows the user to select a value from a menu. More...
 
class  Container
 Base class for widgets which can contain other widgets. More...
 
class  Entry
 Entry widget which allows displaying simple text. More...
 
class  HorFrame
 A container in which you can stack children widgets horizontally. More...
 
class  Label
 Label widget which can display text and bitmaps. More...
 
class  Listbox
 Listbox widget which can display a list of strings. More...
 
class  Main
 The main window of the app. More...
 
class  Menu
 Menu widget which allows displaying menu bars, pull-down menus and pop-up menus. More...
 
class  Misc
 Base class for windows and widgets. More...
 
class  Notebook
 Ttk Notebook widget which manages a collection of windows and displays a single one at a time. More...
 
class  Radiobutton
 Radiobutton widget which shows only one of several buttons in on-state. More...
 
class  RowFrame
 A container in which you can stack rows vertically. More...
 
class  RowScrollFrame
 A container in which you can stack rows vertically, exceeding its height. More...
 
class  Scale
 Scale widget which can display a numerical scale. More...
 
class  Scrollbar
 Scrollbar widget which displays a slider at a certain position. More...
 
class  Spinbox
 Spinbox widget, which allows to choose from a list of strings or type one. More...
 
class  Text
 Text widget which can display formatted text. More...
 
class  VerFrame
 A container in which you can stack children widgets vertically. More...
 
class  VerScroll
 Base class for widgets which have a right vertical scrollbar. More...
 
class  VerScrollFrame
 A container in which you can stack children widgets vertically, exceeding its height. More...
 
class  Widget
 Base class which defines methods common for all Nictk internal widgets (not windows nor menus). More...
 
class  Window
 A common window (derived from the tkinter Toplevel class) which is directly managed by the windows manager. More...
 

Variables

 anchor
 
 bcolor
 
 butClose
 
 CENTER
 
 justify
 
 labInfo
 
 relief
 
 RIDGE
 
 winMain = Main(100, 100, 360, 200, "Nictk")
 

Detailed Description

The main file of the library.

Variable Documentation

◆ butClose

butClose
Initial value:
1= Button(winMain, CENTER, 140, 80, 40, content="Exit",
2 command=lambda ev: winMain.destroy())

◆ labInfo

labInfo
Initial value:
1= Label(winMain, CENTER, 20, 300, 100, content=
2.format(__version__, __version_year__))