Skip to content

Commit

Permalink
updated docs and scripts
Browse files Browse the repository at this point in the history
Updated docs

Changed tkgui.properties.XrayInteractionsGUI to run independantly.

Added cli arguments to run xray properties gui and fdmnes gui.
  • Loading branch information
DanPorter committed Feb 9, 2025
1 parent 4982192 commit 4d3565e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dans_Diffraction/tkgui/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ def __init__(self, xtl=None):
activebackground=btn_active)
var.pack(side=tk.LEFT)

self.root.mainloop()

def menu_info_table(self):
from .periodic_table import PeriodTableGui
PeriodTableGui()
Expand Down

0 comments on commit 4d3565e

Please sign in to comment.