outliner module
- class outliner.Outliner(*args, master, width: int = 100, height: int = 30, fg_color='#383838', corner_radius=0, parent_app, **kwargs)[source]
Bases:
CTkFrame
Custom class that generates an outliner with clickable index buttons that navigates to the linked image.
- create_file_index()[source]
Loops through the loaded images, creates and assigns an outliner button element for each image and hardcodes the command with the index as parameter.
- Returns:
None