You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123 lines
3.4 KiB
123 lines
3.4 KiB
======= |
|
Widgets |
|
======= |
|
|
|
|
|
.. _widgets-base: |
|
|
|
Base Widgets |
|
------------ |
|
|
|
* Label :py:class:`TTkLabel` |
|
* Button :py:class:`TTkButton` |
|
* ComboBox :py:class:`TTkComboBox` |
|
* Line Edit :py:class:`TTkLineEdit` |
|
* Spinbox :py:class:`TTkSpinBox` |
|
* Checkbox :py:class:`TTkCheckbox` |
|
* Radio Button :py:class:`TTkRadioButton` |
|
* Scrollbar :py:class:`TTkScrollBar` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Base.gif |
|
|
|
|
|
* List :py:class:`TTkList` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.List.gif |
|
|
|
|
|
* Menu :py:class:`TTkMenu` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Menu.gif |
|
|
|
|
|
* Tab :py:class:`TTkTabWidget` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Tab.gif |
|
|
|
|
|
Specialised Widgets |
|
------------------- |
|
|
|
* TextEdit :py:class:`TTkTextEdit` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TextEdit.gif |
|
|
|
|
|
* KodeTab :py:class:`TTkKodeTab` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.KodeTab.gif |
|
|
|
|
|
* Terminal :py:class:`TTkTerminal` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.Terminal.gif |
|
|
|
|
|
* Image :py:class:`TTkImage` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TTkImage.gif |
|
|
|
|
|
Model View |
|
---------- |
|
|
|
* Tree Widget :py:class:`TTkTree` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TreeWidget.Demo.gif |
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TreeWidget.ttkDesigner.gif |
|
|
|
|
|
* Table Widget :py:class:`TTkTable` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TableWidget.01.gif |
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TableWidget.02.gif |
|
|
|
|
|
* File Tree :py:class:`TTkFileTree` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.FileTree.gif |
|
|
|
|
|
.. _widgets-pickers: |
|
|
|
Pickers |
|
------- |
|
|
|
* Text Picker :py:class:`TTkTextPicker` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.TextPicker.gif |
|
|
|
|
|
* File Picker :py:class:`TTkFileButtonPicker` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.FilePicker.gif |
|
|
|
|
|
* Color Picker :py:class:`TTkColorButtonPicker` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.ColorPicker.gif |
|
|
|
|
|
* Message Box :py:class:`TTkMessageBox` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.MessageBox.gif |
|
|
|
* Date and Time :py:class:`TTkDate`, :py:class:`TTkTime`, :py:class:`TTkDateTime`, :py:class:`TTkDateForm` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.DateTime.gif |
|
|
|
.. _widgets-layout: |
|
|
|
Layout |
|
------ |
|
|
|
* Frame :py:class:`TTkFrame` |
|
* Resizable Frame :py:class:`TTkResizableFrame` |
|
* Window :py:class:`TTkWindow` |
|
* Splitter :py:class:`TTkSplitter` |
|
* Scroll Area :py:class:`TTkScrollArea` |
|
|
|
|
|
* App Template :py:class:`TTkAppTemplate` |
|
|
|
.. image:: https://ceccopierangiolieugenio.github.io/binaryRepo/pyTermTk/images/pyTermTk.Widgets.AppTemplate.gif
|
|
|