FFFTPのソースコードです。
リビジョン | 94cea45110375a79eff1eb80ba6e071207e11fec (tree) |
---|---|
日時 | 2011-10-13 14:22:33 |
作者 | s_kawamoto <s_kawamoto@user...> |
コミッター | s_kawamoto |
Add TBSTYLE_FLAT to toolbar style.
@@ -233,7 +233,7 @@ int MakeToolBarWindow(HWND hWnd, HINSTANCE hInst) | ||
233 | 233 | |
234 | 234 | hWndTbarMain = CreateToolbarEx( |
235 | 235 | hWnd, |
236 | - WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_TOP, | |
236 | + WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_TOP | TBSTYLE_FLAT, | |
237 | 237 | 1, |
238 | 238 | 27, |
239 | 239 | hInst, |
@@ -258,7 +258,7 @@ int MakeToolBarWindow(HWND hWnd, HINSTANCE hInst) | ||
258 | 258 | |
259 | 259 | hWndTbarLocal = CreateToolbarEx( |
260 | 260 | hWnd, |
261 | - WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE, | |
261 | + WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE | TBSTYLE_FLAT, | |
262 | 262 | 2, |
263 | 263 | 2, |
264 | 264 | hInst, |
@@ -321,7 +321,7 @@ int MakeToolBarWindow(HWND hWnd, HINSTANCE hInst) | ||
321 | 321 | |
322 | 322 | hWndTbarRemote = CreateToolbarEx( |
323 | 323 | hWnd, |
324 | - WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE, | |
324 | + WS_CHILD | WS_VISIBLE | TBSTYLE_TOOLTIPS | CCS_NORESIZE | TBSTYLE_FLAT, | |
325 | 325 | 3, |
326 | 326 | 2, |
327 | 327 | hInst, |