comparison os2/dw.c @ 1796:7f549994b633

Fixed tabs put in by TextMate 2... had to figure out how turn on soft tabs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 25 Sep 2012 03:06:45 +0000
parents 9304241b7b33
children 68e37fee2b05
comparison
equal deleted inserted replaced
1795:9304241b7b33 1796:7f549994b633
11900 * Remarks: 11900 * Remarks:
11901 * This is for use after showing the window/dialog. 11901 * This is for use after showing the window/dialog.
11902 */ 11902 */
11903 void API dw_window_set_focus(HWND handle) 11903 void API dw_window_set_focus(HWND handle)
11904 { 11904 {
11905 WinSetFocus(HWND_DESKTOP, handle); 11905 WinSetFocus(HWND_DESKTOP, handle);
11906 } 11906 }
11907 11907
11908 /* 11908 /*
11909 * Sets the default focus item for a window/dialog. 11909 * Sets the default focus item for a window/dialog.
11910 * Parameters: 11910 * Parameters: