Use an enum for switching focus instead of hard coded numbers
This commit is contained in:
@@ -6,7 +6,7 @@ from nw.constants.constants import (
|
||||
)
|
||||
from nw.constants.enum import (
|
||||
nwAlert, nwDocAction, nwItemClass, nwItemLayout, nwItemType, nwOutline,
|
||||
nwDocInsert
|
||||
nwDocInsert, nwWidget
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
@@ -28,4 +28,5 @@ __all__ = [
|
||||
"nwItemType",
|
||||
"nwOutline",
|
||||
"nwDocInsert",
|
||||
"nwWidget",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user