[Chore] remove the code that is no longer in use.
This commit is contained in:
@@ -63,22 +63,3 @@ def createMainWindowWidgets(vrct_gui, settings):
|
|||||||
createTextbox(settings, vrct_gui)
|
createTextbox(settings, vrct_gui)
|
||||||
|
|
||||||
createEntryMessageBox(settings, vrct_gui)
|
createEntryMessageBox(settings, vrct_gui)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# def delete_window(self):
|
|
||||||
# self.vrct_gui.quit()
|
|
||||||
# self.vrct_gui.destroy()
|
|
||||||
|
|
||||||
# def openConfigWindow(self, e):
|
|
||||||
# self.config_window.deiconify()
|
|
||||||
# self.config_window.focus_set()
|
|
||||||
# self.config_window.focus()
|
|
||||||
# self.config_window.grab_set()
|
|
||||||
|
|
||||||
# def openHelpAndInfoWindow(self, e):
|
|
||||||
# self.information_window.deiconify()
|
|
||||||
# self.information_window.focus_set()
|
|
||||||
# self.information_window.focus()
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
from customtkinter import CTkOptionMenu, CTkFont, CTkFrame, CTkLabel, CTkSwitch, CTkImage, StringVar
|
from customtkinter import CTkFont, CTkFrame, CTkLabel, CTkSwitch, CTkImage
|
||||||
|
|
||||||
from ....ui_utils import getImageFileFromUiUtils, openImageKeepAspectRatio, retag, getLatestHeight, bindEnterAndLeaveColor, bindButtonPressColor, bindEnterAndLeaveFunction, bindButtonReleaseFunction, bindButtonPressAndReleaseFunction, bindButtonFunctionAndColor, switchActiveTabAndPassiveTab, switchTabsColor
|
from ....ui_utils import getImageFileFromUiUtils, openImageKeepAspectRatio, retag, getLatestHeight, bindEnterAndLeaveFunction, bindButtonReleaseFunction, bindButtonPressAndReleaseFunction
|
||||||
|
|
||||||
from utils import callFunctionIfCallable
|
from utils import callFunctionIfCallable
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
from customtkinter import CTkOptionMenu, CTkFont, CTkFrame, CTkLabel, CTkSwitch, CTkImage, StringVar
|
from customtkinter import CTkOptionMenu, CTkFont, CTkFrame, CTkLabel, CTkImage
|
||||||
|
|
||||||
from ....ui_utils import getImageFileFromUiUtils, openImageKeepAspectRatio, retag, getLatestHeight, bindEnterAndLeaveColor, bindButtonPressColor, bindEnterAndLeaveFunction, bindButtonReleaseFunction, bindButtonPressAndReleaseFunction, bindButtonFunctionAndColor, switchActiveTabAndPassiveTab, switchTabsColor
|
from ....ui_utils import getImageFileFromUiUtils, bindEnterAndLeaveColor, bindButtonPressColor, bindButtonReleaseFunction, bindButtonFunctionAndColor, switchActiveTabAndPassiveTab, switchTabsColor
|
||||||
|
|
||||||
from utils import callFunctionIfCallable
|
from utils import callFunctionIfCallable
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,4 @@
|
|||||||
from customtkinter import CTkOptionMenu, CTkFont, CTkFrame, CTkLabel, CTkSwitch, CTkImage, StringVar
|
from customtkinter import CTkFrame
|
||||||
|
|
||||||
from ...ui_utils import getImageFileFromUiUtils, openImageKeepAspectRatio, retag, getLatestHeight, bindEnterAndLeaveColor, bindButtonPressColor, bindEnterAndLeaveFunction, bindButtonReleaseFunction, bindButtonPressAndReleaseFunction, bindButtonFunctionAndColor, switchActiveTabAndPassiveTab, switchTabsColor
|
|
||||||
|
|
||||||
from utils import callFunctionIfCallable
|
|
||||||
|
|
||||||
from ._create_sidebar import createSidebarFeatures, createSidebarLanguagesSettings
|
from ._create_sidebar import createSidebarFeatures, createSidebarLanguagesSettings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user