Home
last modified time | relevance | path

Searched defs:window (Results 176 – 200 of 30065) sorted by relevance

12345678910>>...1203

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/textscreen/
H A Dtxt_window.c36 void TXT_SetWindowAction(txt_window_t *window, in TXT_SetWindowAction()
101 void TXT_CloseWindow(txt_window_t *window) in TXT_CloseWindow()
125 static void CalcWindowPosition(txt_window_t *window) in CalcWindowPosition()
154 static void LayoutActionArea(txt_window_t *window) in LayoutActionArea()
221 static void DrawActionArea(txt_window_t *window) in DrawActionArea()
265 void TXT_LayoutWindow(txt_window_t *window) in TXT_LayoutWindow()
328 void TXT_DrawWindow(txt_window_t *window) in TXT_DrawWindow()
372 void TXT_SetWindowPosition(txt_window_t *window, in TXT_SetWindowPosition()
505 void TXT_SetMouseListener(txt_window_t *window, in TXT_SetMouseListener()
568 void TXT_OpenWindowHelpURL(txt_window_t *window) in TXT_OpenWindowHelpURL()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/directfb/
H A DSDL_DirectFB_window.c39 DirectFB_CreateWindow(_THIS, SDL_Window * window) in DirectFB_CreateWindow()
183 DirectFB_SetWindowTitle(_THIS, SDL_Window * window) in DirectFB_SetWindowTitle()
259 DirectFB_SetWindowSize(_THIS, SDL_Window * window) in DirectFB_SetWindowSize()
298 DirectFB_ShowWindow(_THIS, SDL_Window * window) in DirectFB_ShowWindow()
307 DirectFB_HideWindow(_THIS, SDL_Window * window) in DirectFB_HideWindow()
316 DirectFB_RaiseWindow(_THIS, SDL_Window * window) in DirectFB_RaiseWindow()
325 DirectFB_MaximizeWindow(_THIS, SDL_Window * window) in DirectFB_MaximizeWindow()
349 DirectFB_MinimizeWindow(_THIS, SDL_Window * window) in DirectFB_MinimizeWindow()
357 DirectFB_RestoreWindow(_THIS, SDL_Window * window) in DirectFB_RestoreWindow()
409 DirectFB_DestroyWindow(_THIS, SDL_Window * window) in DirectFB_DestroyWindow()
[all …]
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/glfw/src/
H A Dwin32_window.c41 static DWORD getWindowStyle(const _GLFWwindow* window) in getWindowStyle()
241 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
256 static void updateClipRect(_GLFWwindow* window) in updateClipRect()
298 static void disableCursor(_GLFWwindow* window) in disableCursor()
314 static void enableCursor(_GLFWwindow* window) in enableCursor()
449 static void fitToMonitor(_GLFWwindow* window) in fitToMonitor()
463 static void acquireMonitor(_GLFWwindow* window) in acquireMonitor()
487 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
511 _GLFWwindow* window = GetPropW(hWnd, L"GLFW"); in windowProc() local
1905 _GLFWwindow* window; in _glfwPlatformPollEvents() local
[all …]
/dports/graphics/viewnior/Viewnior-viewnior-1.7/src/
H A Dvnr-window.c401 next_image_src(VnrWindow *window) in next_image_src()
440 get_fs_controls(VnrWindow *window) in get_fs_controls()
500 vnr_window_set_drag(VnrWindow *window) in vnr_window_set_drag()
616 stop_slideshow(VnrWindow *window) in stop_slideshow()
640 start_slideshow(VnrWindow *window) in start_slideshow()
666 restart_slideshow(VnrWindow *window) in restart_slideshow()
681 allow_slideshow(VnrWindow *window) in allow_slideshow()
692 deny_slideshow(VnrWindow *window) in deny_slideshow()
2061 vnr_window_init (VnrWindow * window) in vnr_window_init()
2504 vnr_window_close(VnrWindow *window) in vnr_window_close()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/third_party/glfw/src/
H A Dwin32_window.c41 static DWORD getWindowStyle(const _GLFWwindow* window) in getWindowStyle()
241 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
256 static void updateClipRect(_GLFWwindow* window) in updateClipRect()
298 static void disableCursor(_GLFWwindow* window) in disableCursor()
314 static void enableCursor(_GLFWwindow* window) in enableCursor()
449 static void fitToMonitor(_GLFWwindow* window) in fitToMonitor()
463 static void acquireMonitor(_GLFWwindow* window) in acquireMonitor()
487 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
511 _GLFWwindow* window = GetPropW(hWnd, L"GLFW"); in windowProc() local
1881 _GLFWwindow* window; in _glfwPlatformPollEvents() local
[all …]
/dports/games/odamex/odamex-src-0.7.0/libraries/textscreen/
H A Dtxt_window.c36 void TXT_SetWindowAction(txt_window_t *window, in TXT_SetWindowAction()
96 void TXT_CloseWindow(txt_window_t *window) in TXT_CloseWindow()
120 static void CalcWindowPosition(txt_window_t *window) in CalcWindowPosition()
149 static void LayoutActionArea(txt_window_t *window) in LayoutActionArea()
213 static void DrawActionArea(txt_window_t *window) in DrawActionArea()
226 static void CalcActionAreaSize(txt_window_t *window, in CalcActionAreaSize()
257 void TXT_LayoutWindow(txt_window_t *window) in TXT_LayoutWindow()
320 void TXT_DrawWindow(txt_window_t *window) in TXT_DrawWindow()
364 void TXT_SetWindowPosition(txt_window_t *window, in TXT_SetWindowPosition()
494 void TXT_SetMouseListener(txt_window_t *window, in TXT_SetMouseListener()
[all …]
/dports/games/zoom/zoom-1.1.5/src/
H A Dformat.h100 struct window struct
102 int xpos, ypos;
104 XFONT_MEASURE winsx, winsy;
105 XFONT_MEASURE winlx, winly;
129 extern struct window text_win[3]; argument
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkwindow-quartz.c53 #define WINDOW_IS_TOPLEVEL(window) \ argument
158 check_grab_unmap (GdkWindow *window) in check_grab_unmap()
178 check_grab_destroy (GdkWindow *window) in check_grab_destroy()
1498 window_quartz_move (GdkWindow *window, in window_quartz_move()
1511 window_quartz_resize (GdkWindow *window, in window_quartz_resize()
1636 GdkWindow *window; in update_toplevel_order() local
2392 gdk_window_focus (GdkWindow *window, in gdk_window_focus()
2854 gdk_window_stick (GdkWindow *window) in gdk_window_stick()
2862 gdk_window_unstick (GdkWindow *window) in gdk_window_unstick()
2870 gdk_window_maximize (GdkWindow *window) in gdk_window_maximize()
[all …]
/dports/x11-toolkits/libwnck3/libwnck-3.36.0/libwnck/
H A Dwnck-urgency-monitor.c33 WnckWindow *window) in status_icon_activated()
53 status_icon_get (WnckWindow *window) in status_icon_get()
59 status_icon_update (WnckWindow *window) in status_icon_update()
86 status_icon_create (WnckWindow *window) in status_icon_create()
103 status_icon_remove (WnckWindow *window) in status_icon_remove()
120 window_state_changed (WnckWindow *window, in window_state_changed()
149 window_icon_changed (WnckWindow *window, in window_icon_changed()
156 window_name_changed (WnckWindow *window, in window_name_changed()
164 WnckWindow *window) in connect_to_window()
181 WnckWindow *window) in disconnect_from_window()
/dports/x11-toolkits/libwnck/libwnck-2.30.7/libwnck/
H A Dwnck-urgency-monitor.c35 WnckWindow *window) in status_icon_activated()
55 status_icon_get (WnckWindow *window) in status_icon_get()
61 status_icon_update (WnckWindow *window) in status_icon_update()
86 status_icon_create (WnckWindow *window) in status_icon_create()
100 status_icon_remove (WnckWindow *window) in status_icon_remove()
114 window_state_changed (WnckWindow *window, in window_state_changed()
143 window_icon_changed (WnckWindow *window, in window_icon_changed()
150 window_name_changed (WnckWindow *window, in window_name_changed()
158 WnckWindow *window) in connect_to_window()
175 WnckWindow *window) in disconnect_from_window()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests/src/org/eclipse/e4/ui/tests/workbench/
H A DPartRenderingEngineTests.java187 MWindow window = createWindowWithOneView("Part Name"); in ensureRemovalOfWindowDoesNotResultInExceptionBug298415() local
204 MWindow window = ems.createModelElement(MWindow.class); in testAddWindowBug299219() local
218 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_SetActiveChildBug299379() local
250 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_SetActiveChild2Bug299379() local
289 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_SetActiveChild3Bug299379() local
313 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_SetActiveChild4Bug299379() local
343 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_SetActiveChild5Bug295250() local
370 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_SetActiveChild6Bug298797() local
400 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_ViewMenuHidenWhenPartsClosed_Bug377228() local
440 MWindow window = ems.createModelElement(MWindow.class); in testPartStack_ViewMenuShowWhenItemsAdded_Bug385083() local
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/TEXTSCREEN/
H A Dtxt_window.c33 void TXT_SetWindowAction(txt_window_t *window, in TXT_SetWindowAction()
86 void TXT_CloseWindow(txt_window_t *window) in TXT_CloseWindow()
111 static void CalcWindowPosition(txt_window_t *window) in CalcWindowPosition()
140 static void LayoutActionArea(txt_window_t *window) in LayoutActionArea()
181 static void DrawActionArea(txt_window_t *window) in DrawActionArea()
194 static void CalcActionAreaSize(txt_window_t *window, in CalcActionAreaSize()
225 void TXT_LayoutWindow(txt_window_t *window) in TXT_LayoutWindow()
288 void TXT_DrawWindow(txt_window_t *window, int selected) in TXT_DrawWindow()
321 void TXT_SetWindowPosition(txt_window_t *window, in TXT_SetWindowPosition()
387 void TXT_WindowKeyPress(txt_window_t *window, int c) in TXT_WindowKeyPress()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_win32/
H A Decore_win32_window.c500 ecore_win32_window_free(Ecore_Win32_Window *window) in ecore_win32_window_free()
524 ecore_win32_window_hwnd_get(Ecore_Win32_Window *window) in ecore_win32_window_hwnd_get()
575 ecore_win32_window_move(Ecore_Win32_Window *window, in ecore_win32_window_move()
613 ecore_win32_window_resize(Ecore_Win32_Window *window, in ecore_win32_window_resize()
806 ecore_win32_window_size_get(Ecore_Win32_Window *window, in ecore_win32_window_size_get()
1079 ecore_win32_window_show(Ecore_Win32_Window *window) in ecore_win32_window_show()
1102 ecore_win32_window_hide(Ecore_Win32_Window *window) in ecore_win32_window_hide()
1120 ecore_win32_window_raise(Ecore_Win32_Window *window) in ecore_win32_window_raise()
1143 ecore_win32_window_lower(Ecore_Win32_Window *window) in ecore_win32_window_lower()
1168 ecore_win32_window_title_set(Ecore_Win32_Window *window, in ecore_win32_window_title_set()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/
H A DSDL_video.c216 SDL_Window *window; in ShouldUseTextureFramebuffer() local
1350 SDL_Window *window; in SDL_CreateWindow() local
1506 SDL_Window *window; in SDL_CreateWindowFrom() local
1646 SDL_Window *window; in SDL_GetWindowFromID() local
2073 SDL_ShowWindow(SDL_Window * window) in SDL_ShowWindow()
2088 SDL_HideWindow(SDL_Window * window) in SDL_HideWindow()
2596 SDL_Window *window; in SDL_GetFocusWindow() local
3655 SDL_Window *window; in SDL_StartTextInput() local
3682 SDL_Window *window; in SDL_StopTextInput() local
3938 SDL_Window *window; in SDL_OnApplicationWillResignActive() local
[all …]
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-window.c203 NautilusWindow *window; in action_close_current_view() local
217 NautilusWindow *window; in action_go_home() local
244 NautilusWindow *window; in action_stop() local
1836 NautilusWindow *window; in notebook_button_press_cb() local
2115 NautilusWindow *window; in nautilus_window_constructed() local
2187 NautilusWindow *window; in nautilus_window_destroy() local
2224 NautilusWindow *window; in nautilus_window_dispose() local
2236 NautilusWindow *window; in nautilus_window_finalize() local
2390 NautilusWindow *window; in nautilus_window_key_press_event() local
2465 NautilusWindow *window; member
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_video.c206 SDL_Window *window; in ShouldUseTextureFramebuffer() local
1332 SDL_Window *window; in SDL_CreateWindow() local
1473 SDL_Window *window; in SDL_CreateWindowFrom() local
1587 SDL_GetWindowID(SDL_Window * window) in SDL_GetWindowID()
1597 SDL_Window *window; in SDL_GetWindowFromID() local
2015 SDL_ShowWindow(SDL_Window * window) in SDL_ShowWindow()
2030 SDL_HideWindow(SDL_Window * window) in SDL_HideWindow()
2049 SDL_RaiseWindow(SDL_Window * window) in SDL_RaiseWindow()
2536 SDL_Window *window; in SDL_GetFocusWindow() local
3530 SDL_Window *window; in SDL_StartTextInput() local
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/
H A DSDL_video.c206 SDL_Window *window; in ShouldUseTextureFramebuffer() local
1332 SDL_Window *window; in SDL_CreateWindow() local
1473 SDL_Window *window; in SDL_CreateWindowFrom() local
1587 SDL_GetWindowID(SDL_Window * window) in SDL_GetWindowID()
1597 SDL_Window *window; in SDL_GetWindowFromID() local
2015 SDL_ShowWindow(SDL_Window * window) in SDL_ShowWindow()
2030 SDL_HideWindow(SDL_Window * window) in SDL_HideWindow()
2049 SDL_RaiseWindow(SDL_Window * window) in SDL_RaiseWindow()
2536 SDL_Window *window; in SDL_GetFocusWindow() local
3530 SDL_Window *window; in SDL_StartTextInput() local
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/
H A DSDL_video.c211 SDL_Window *window; in ShouldUseTextureFramebuffer() local
1340 SDL_Window *window; in SDL_CreateWindow() local
1482 SDL_Window *window; in SDL_CreateWindowFrom() local
1606 SDL_GetWindowID(SDL_Window * window) in SDL_GetWindowID()
1616 SDL_Window *window; in SDL_GetWindowFromID() local
2034 SDL_ShowWindow(SDL_Window * window) in SDL_ShowWindow()
2049 SDL_HideWindow(SDL_Window * window) in SDL_HideWindow()
2068 SDL_RaiseWindow(SDL_Window * window) in SDL_RaiseWindow()
2555 SDL_Window *window; in SDL_GetFocusWindow() local
3549 SDL_Window *window; in SDL_StartTextInput() local
[all …]
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/commander/modules/
H A Dbookmark.py27 def check_bookmark_plugin(window): argument
31 def __default__(view, window): argument
42 def add(view, window): argument
52 def remove(view, window): argument
62 def toggle(view, window): argument
71 def next(view, window): argument
80 def previous(view, window): argument
/dports/devel/directfb/DirectFB-1.4.17/wm/unique/
H A Dwindow.c849 get_index( UniqueWindow *window ) in get_index()
933 UniqueWindow *window ) in insert_window()
959 remove_window( UniqueWindow *window ) in remove_window()
980 move_window( UniqueWindow *window, in move_window()
1025 resize_window( UniqueWindow *window, in resize_window()
1253 set_opacity( UniqueWindow *window, in set_opacity()
1313 foo_rects( UniqueWindow *window, in foo_rects()
1387 update_foo_frame( UniqueWindow *window, in update_foo_frame()
1408 update_flags( UniqueWindow *window ) in update_flags()
1433 create_foos( UniqueWindow *window, in create_foos()
[all …]
/dports/misc/box2d/box2d-2.4.1/extern/glfw/src/
H A Dwin32_window.c41 static DWORD getWindowStyle(const _GLFWwindow* window) in getWindowStyle()
241 static void centerCursor(_GLFWwindow* window) in centerCursor()
250 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
265 static void updateClipRect(_GLFWwindow* window) in updateClipRect()
281 static void disableCursor(_GLFWwindow* window) in disableCursor()
302 static void enableCursor(_GLFWwindow* window) in enableCursor()
513 static void fitToMonitor(_GLFWwindow* window) in fitToMonitor()
527 static void acquireMonitor(_GLFWwindow* window) in acquireMonitor()
551 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
1861 _GLFWwindow* window; in _glfwPlatformPollEvents() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glfw/src/src/
H A Dwin32_window.c41 static DWORD getWindowStyle(const _GLFWwindow* window) in getWindowStyle()
241 static void centerCursor(_GLFWwindow* window) in centerCursor()
250 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
265 static void updateClipRect(_GLFWwindow* window) in updateClipRect()
281 static void disableCursor(_GLFWwindow* window) in disableCursor()
302 static void enableCursor(_GLFWwindow* window) in enableCursor()
513 static void fitToMonitor(_GLFWwindow* window) in fitToMonitor()
527 static void acquireMonitor(_GLFWwindow* window) in acquireMonitor()
551 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
1850 _GLFWwindow* window; in _glfwPlatformPollEvents() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glfw/src/src/
H A Dwin32_window.c41 static DWORD getWindowStyle(const _GLFWwindow* window) in getWindowStyle()
241 static void centerCursor(_GLFWwindow* window) in centerCursor()
250 static void updateCursorImage(_GLFWwindow* window) in updateCursorImage()
265 static void updateClipRect(_GLFWwindow* window) in updateClipRect()
281 static void disableCursor(_GLFWwindow* window) in disableCursor()
302 static void enableCursor(_GLFWwindow* window) in enableCursor()
513 static void fitToMonitor(_GLFWwindow* window) in fitToMonitor()
527 static void acquireMonitor(_GLFWwindow* window) in acquireMonitor()
551 static void releaseMonitor(_GLFWwindow* window) in releaseMonitor()
1850 _GLFWwindow* window; in _glfwPlatformPollEvents() local
[all …]
/dports/deskutils/gnome-dictionary/gnome-dictionary-40.0/src/
H A Dgdict-window.c205 GdictWindow *window) in gdict_window_definition_cb()
217 GdictWindow *window) in gdict_window_lookup_start_cb()
241 GdictWindow *window) in gdict_window_lookup_end_cb()
293 GdictWindow *window) in gdict_window_error_cb()
811 GdictWindow *window = user_data; in gdict_window_cmd_save_as() local
1132 lookup_word (GdictWindow *window, in lookup_word()
1190 GdictWindow *window) in speller_word_activated_cb()
1199 GdictWindow *window) in sidebar_page_changed_cb()
1243 GdictWindow *window) in sidebar_closed_cb()
1337 GdictWindow *window; in gdict_window_constructed() local
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dmir_window.c38 _GLFWwindow* window; member
276 static void handlePointerButton(_GLFWwindow* window, in handlePointerButton()
311 static void handlePointerMotion(_GLFWwindow* window, in handlePointerMotion()
328 _GLFWwindow* window) in handlePointerEvent()
388 static int createSurface(_GLFWwindow* window) in createSurface()
460 int _glfwPlatformCreateWindow(_GLFWwindow* window, in _glfwPlatformCreateWindow()
570 void _glfwPlatformHideWindow(_GLFWwindow* window) in _glfwPlatformHideWindow()
581 void _glfwPlatformShowWindow(_GLFWwindow* window) in _glfwPlatformShowWindow()
592 void _glfwPlatformUnhideWindow(_GLFWwindow* window) in _glfwPlatformUnhideWindow()
598 int _glfwPlatformWindowFocused(_GLFWwindow* window) in _glfwPlatformWindowFocused()
[all …]

12345678910>>...1203