mvwnd.h
来自「This software performs code conversion o」· C头文件 代码 · 共 35 行
H
35 行
// mvwnd.h
#ifndef MVWND_H
#define MVWND_H
#ifdef __cplusplus
extern "C" {
#endif
// 僨僗僋僩僢僾撪偱偺堏摦
int MoveWindowInDesktop ( HWND hWnd, int nHorizontalRatio, int nVerticalRatio ) ;
int MoveWindowIntoDesktop ( HWND hWnd ) ;
int MoveWindowTitleIntoDesktop ( HWND hWnd ) ;
// 恊僂傿儞僪僂撪偱偺堏摦
int MoveWindowInParent ( HWND hWnd, int nHorizontalRatio, int nVerticalRatio ) ;
int MoveWindowIntoParent ( HWND hWnd ) ;
int MoveWindowTitleIntoParent ( HWND hWnd ) ;
// 儅僋儘
#define MoveWindowToCenter(hWnd) MoveWindowInDesktop(hWnd,50,50)
#define MoveWindowToCenterInParent(hWnd) MoveWindowInParent(hWnd,50,50)
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?