mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
* finish removing dependency on six * fix tkinter.FileDialog * fix filedialog <> FileDialog
11 lines
201 B
Python
11 lines
201 B
Python
import tkinter.ttk as ttk
|
|
|
|
from .tkwidget import MfxDialog
|
|
|
|
|
|
class BaseTileMfxDialog(MfxDialog):
|
|
def _calcToolkit(self):
|
|
return ttk
|
|
|
|
def _calc_MfxDialog(self):
|
|
return MfxDialog
|