comparison win/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 165f6ffa8176
comparison
equal deleted inserted replaced
1795:9304241b7b33 1796:7f549994b633
11602 * Remarks: 11602 * Remarks:
11603 * This is for use after showing the window/dialog. 11603 * This is for use after showing the window/dialog.
11604 */ 11604 */
11605 void API dw_window_set_focus(HWND handle) 11605 void API dw_window_set_focus(HWND handle)
11606 { 11606 {
11607 SetFocus(handle); 11607 SetFocus(handle);
11608 } 11608 }
11609 11609
11610 /* 11610 /*
11611 * Sets the default focus item for a window/dialog. 11611 * Sets the default focus item for a window/dialog.
11612 * Parameters: 11612 * Parameters: