Subversion Repositories filter_foundry

Rev

Rev 444 | Rev 471 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 444 Rev 461
Line 32... Line 32...
32
int SetSliderPos(HWND hWnd, int nPos, BOOL bRepaint);
32
int SetSliderPos(HWND hWnd, int nPos, BOOL bRepaint);
33
int GetSliderPos(HWND hWnd, BOOL bPixelPosition);
33
int GetSliderPos(HWND hWnd, BOOL bPixelPosition);
34
 
34
 
35
// Misc utilities
35
// Misc utilities
36
Boolean MakeSimpleSubclass(LPCTSTR targetClass, LPCTSTR sourceClass);
36
Boolean MakeSimpleSubclass(LPCTSTR targetClass, LPCTSTR sourceClass);
-
 
37
void Win32sFixSuperclassing(HWND hDlg, int destItem, int sourceItem);
37
 
38
 
38
// Init and uninit
39
// Init and uninit
39
void Slider_Uninit_PluginDll();
40
void Slider_Uninit_PluginDll();
40
Boolean Slider_Init_PluginDll(LPCTSTR targetClass);
41
Boolean Slider_Init_PluginDll(LPCTSTR targetClass);
41
Boolean Slider_Init_MsTrackbar(LPCTSTR targetClass);
42
Boolean Slider_Init_MsTrackbar(LPCTSTR targetClass);