Home
last modified time | relevance | path

Searched refs:to_hwnd (Results 1 – 1 of 1) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Ddrw_win.c97 #define to_hwnd(win) (((const_win_winType) win)->hWnd) macro
662 hWnd = to_hwnd(actual_window); in drwBorder()
966 DestroyWindow(to_hwnd(old_window)); in drwFree()
967 remove_window(to_hwnd(old_window)); in drwFree()
1160 GetClientRect(to_hwnd(actual_window), &rect) == 0) { in drwHeight()
1525 to_hwnd(parent_window), (HMENU) NULL, NULL, NULL); in drwOpenSubWindow()
2180 SetWindowPos(to_hwnd(actual_window), HWND_BOTTOM, 0, 0, 0, 0, in drwToBottom()
2194 SetWindowPos(to_hwnd(actual_window), HWND_TOP, 0, 0, 0, 0, in drwToTop()
2217 GetClientRect(to_hwnd(actual_window), &rect) == 0) { in drwWidth()
2255 ScreenToClient(GetParent(to_hwnd(actual_window)), &point); in drwXPos()
[all …]