About 15,800 results
Open links in new tab
  1. CTkSegmentedButton · TomSchimansky/CustomTkinter Wiki - GitHub

    Dec 7, 2022 · CTkSegmentedButton (master=app, values= ["Value 1", "Value 2", "Value 3"], command=segmented_button_callback) segemented_button. pack (padx=20, pady=10) …

  2. CTkSegmentedButton | CustomTkinter

    Insert new value at given index into segmented button. Value will be also inserted into the values list. Move existing value to new index position. Remove value from segmented button and …

  3. A Dynamic Text Styler: CTkSegmentedButton In CustomTkinter - python

    How Does CTkSegmentedButton Look? This is how you can make a simple segmented button in CustomTkinter (or CTk). Like any other widget in CTk, it is created and pushed to the window. …

  4. python - how to add dynamic button (value) to custometkinter ...

    Feb 20, 2023 · First of all, you need to change local variable segemented_button to instance variable self.segemented_button inside __init__(), otherwise it cannot be accessed elsewhere. …

  5. Segmented Buttons – Tkinter CustomTkinter 9 – TKinter.com

    Oct 10, 2023 · In this video we’ll look at Segmented Buttons in CustomTkinter and Python. Segmented buttons are a group of three switchable buttons. I’ll show you how to use them, …

  6. CustomTkinter - Fresh FOSS

    Nov 16, 2022 · CustomTkinter is canvas-based widget implementation atop Pythons Tk binding. It provides for simpler theming, and defaults to a modern rounded corner appearance. 5.0.0 01 …

  7. Struggling with classes and CustomTkinter - Python Help

    Apr 1, 2023 · Theres a scrollable frame that the class creates that I would like to insert image buttons into based on a API call. Essentially call API, parse data, insert into frame looping until …

  8. CTk Widgets | CustomTkinter

    Documentation of arguments and methods of all widgets. Available since version 0.3.0. The CTkTabview creates a tabview, similar to a notebook in tkinter. The tabs, which are created …

  9. python - Is there a way to rename tabs in Custom Tkinter - Stack Overflow

    Jun 28, 2023 · Instead it just changed the text argument of the CTkSegmentedButton that displays the tab's name. If you try to get the name of that tab, it will always return the original …

  10. Segmented Button with images · TomSchimansky CustomTkinter - GitHub

    Dec 16, 2023 · I have already tested your solution for a button, but I want to add images to CtkSegmentedButton and CtkTabView. The idea is to display an image in each buttton of the …

  11. Some results have been removed
Refresh