File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55use Tkui \TclTk \Exceptions \TkException ;
66use Tkui \Options ;
7- use Tkui \Windows \ModalWindow ;
7+ use Tkui \Windows \ShowAsModal ;
88use Tkui \Windows \Window ;
99
1010/**
1111 * Base class for dialog windows
1212 *
1313 * @property Window $parent.
1414 */
15- abstract class Dialog implements ModalWindow
15+ abstract class Dialog implements ShowAsModal
1616{
1717 private Options $ options ;
1818 private Window $ parent ;
Original file line number Diff line number Diff line change 33namespace Tkui \Windows ;
44
55/**
6- * Windows that can be shown as modals.
6+ * Window or widget that can be shown as modals.
77 */
8- interface ModalWindow
8+ interface ShowAsModal
99{
1010 /**
1111 * @return mixed The modal result.
Original file line number Diff line number Diff line change 99/**
1010 * The application window.
1111 */
12- interface Window extends Container, ModalWindow
12+ interface Window extends Container, ShowAsModal
1313{
1414 /**
1515 * The window manager instance.
You can’t perform that action at this time.
0 commit comments