comparison win/dw.c @ 833:53b677d126dc

Scrollbox cleanups on Windows and added stubs on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 27 Mar 2011 03:57:14 +0000
parents 37cdfec6d3fa
children ccfa5173659f
comparison
equal deleted inserted replaced
832:37cdfec6d3fa 833:53b677d126dc
4446 SetWindowLongPtr(hwndframe, GWLP_USERDATA, (LONG_PTR)newbox); 4446 SetWindowLongPtr(hwndframe, GWLP_USERDATA, (LONG_PTR)newbox);
4447 _dw_log( "Handle for scrollbox %x\n", hwndframe); 4447 _dw_log( "Handle for scrollbox %x\n", hwndframe);
4448 return hwndframe; 4448 return hwndframe;
4449 } 4449 }
4450 4450
4451 int dw_scrollbox_get_pos( HWND handle, int orient ) 4451 int API dw_scrollbox_get_pos( HWND handle, int orient )
4452 { 4452 {
4453 return 0; 4453 return 0;
4454 } 4454 }
4455 4455
4456 int dw_scrollbox_get_range( HWND handle, int orient ) 4456 int API dw_scrollbox_get_range( HWND handle, int orient )
4457 { 4457 {
4458 return 0; 4458 return 0;
4459 } 4459 }
4460 /* 4460 /*
4461 * Create a new Group Box to be packed. 4461 * Create a new Group Box to be packed.