Skip to content

Commit

Permalink
Add missing SVSI_* constants
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiFati committed Feb 18, 2024
1 parent 3e9da59 commit 1db36e7
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 1db36e7

Please sign in to comment.