navigate.view.popups.feature_list_popup.FeatureListPopup
- class navigate.view.popups.feature_list_popup.FeatureListPopup(root, *args, **kwargs)
Bases:
object
Feature List Popup Widget
- __init__(root, *args, **kwargs)
Initialize the Feature List Popup Widget
- Parameters:
root (tk.Tk) – Root window of the application
*args (list) – List of arguments
**kwargs (dict) – Dictionary of keyword arguments
Methods
__init__
(root, *args, **kwargs)Initialize the Feature List Popup Widget
Attributes
Popup window
Flag to indicate if the popup is for adding new list
Dictionary of input widgets
Dictionary of buttons
- add_new_list_flag
Flag to indicate if the popup is for adding new list
- Type:
bool
- buttons
Dictionary of buttons
- Type:
dict
- inputs
Dictionary of input widgets
- Type:
dict