Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions com/win32comext/shell/shellcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@
SVSI_ENSUREVISIBLE = 8
SVSI_FOCUSED = 16
SVSI_TRANSLATEPT = 32
SVSI_SELECTIONMARK = 64
SVSI_POSITIONITEM = 128
SVSI_CHECK = 256
SVSI_CHECK2 = 512
SVSI_KEYBOARDSELECT = 1025
SVSI_NOTAKEFOCUS = 1073741824
SVGIO_BACKGROUND = 0
SVGIO_SELECTION = 1
SVGIO_ALLVIEW = 2
Expand Down
Loading