00001 /*-----------------------------------------------------------------------------------*/ 00002 /* INRIA 2005 */ 00003 /* Allan CORNET */ 00004 /*-----------------------------------------------------------------------------------*/ 00005 #ifndef __TRANSPARENCY__ 00006 #define __TRANSPARENCY__ 00007 /*-----------------------------------------------------------------------------------*/ 00008 #define _WIN32_WINNT 0x0500 00009 /*-----------------------------------------------------------------------------------*/ 00010 #include <windows.h> 00011 #include <windowsx.h> 00012 #include "wgnuplib.h" 00013 #include "resource.h" 00014 #include "Messages.h" 00015 #include "Warnings.h" 00016 #include "Errors.h" 00017 #include "version.h" 00018 #include "win_mem_alloc.h" 00019 00020 /*-----------------------------------------------------------------------------------*/ 00021 BOOL EnableTransparencyMode(HWND hWnd); 00022 BOOL DisableTransparencyMode(HWND hWnd); 00023 BOOL IsEnableTransparencyMode(void); 00024 void ScilabFxFadeOut(void); 00025 int GetCurrentAlphaLevel(void); 00026 void SetCurrentAlphaLevel(HWND hWnd ,int Alpha); 00027 BOOL IncreaseAlphaLevel(void); 00028 BOOL DecreaseAlphaLevel(void); 00029 00030 /*-----------------------------------------------------------------------------------*/ 00031 #endif /*__TRANSPARENCY__*/ 00032 /*-----------------------------------------------------------------------------------*/
1.5.1