Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IFolderView COM client #2181

Merged
merged 2 commits into from
Feb 20, 2024
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
Loading