Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
dd93b71c
Commit
dd93b71c
authored
Sep 10, 1999
by
Francois Boisvert
Committed by
Alexandre Julliard
Sep 10, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tabbing in the listview of the shellview.
parent
89e6840b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
shlview.c
dlls/shell32/shlview.c
+6
-1
No files found.
dlls/shell32/shlview.c
View file @
dd93b71c
...
...
@@ -787,6 +787,9 @@ static LRESULT ShellView_OnSetFocus(IShellViewImpl * This)
IShellBrowser_OnViewWindowActive
(
This
->
pShellBrowser
,(
IShellView
*
)
This
);
ShellView_OnActivate
(
This
,
SVUIA_ACTIVATE_FOCUS
);
/* Set the focus to the listview */
SetFocus
(
This
->
hWndList
);
/* Notify the ICommDlgBrowser interface */
OnStateChange
(
This
,
CDBOSC_SETFOCUS
);
...
...
@@ -1036,6 +1039,8 @@ static LRESULT CALLBACK ShellView_WndProc(HWND hWnd, UINT uMessage, WPARAM wPara
case
WM_SHOWWINDOW
:
UpdateWindow
(
pThis
->
hWndList
);
break
;
case
WM_GETDLGCODE
:
return
SendMessageA
(
pThis
->
hWndList
,
uMessage
,
0
,
0
);
case
WM_DESTROY
:
pRevokeDragDrop
(
pThis
->
hWnd
);
break
;
}
...
...
@@ -1293,7 +1298,7 @@ static HRESULT WINAPI IShellView_fnCreateViewWindow(
*
phWnd
=
CreateWindowExA
(
0
,
SV_CLASS_NAME
,
NULL
,
WS_CHILD
|
WS_VISIBLE
|
WS_CLIPSIBLINGS
,
WS_CHILD
|
WS_VISIBLE
|
WS_CLIPSIBLINGS
|
WS_TABSTOP
,
prcView
->
left
,
prcView
->
top
,
prcView
->
right
-
prcView
->
left
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment