Home
last modified time | relevance | path

Searched defs:win (Results 1 – 25 of 7274) sorted by relevance

12345678910>>...291

/dports/sysutils/screen/screen-4.8.0/
H A Dwindow.h138 struct win struct
147 struct pseudowin *w_pwin; /* ptr to pseudo */ argument
168 struct win *w_group; /* window group we belong to */ argument
171 int w_NumArgs;
209 int w_insert; /* window is in insert mode */ argument
230 int w_bell; /* bell status of this window */ argument
238 char w_norefresh; /* dont redisplay when switching to that win */ argument
249 int w_slowpaste; /* do careful writes to the window */ argument
268 struct utmp w_savut; /* utmp entry of this window */ argument
273 int w_zauto;
[all …]
/dports/graphics/xsvg/xsvg-0.2.1/src/
H A Dxsvg.c58 typedef struct win { struct
61 Window win; argument
63 Pixmap pix;
64 GC gc;
65 Visual *visual;
66 Colormap cmap;
67 int depth;
70 Cursor arrow;
94 Atom wm_delete_window_atom; argument
102 typedef int (*key_callback_t)(win_t *win); argument
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_e.c29 ecore_x_e_frame_size_set(Ecore_X_Window win, in ecore_x_e_frame_size_set()
46 ecore_x_e_virtual_keyboard_set(Ecore_X_Window win, in ecore_x_e_virtual_keyboard_set()
247 ecore_x_e_illume_zone_set(Ecore_X_Window win, in ecore_x_e_illume_zone_set()
256 ecore_x_e_illume_zone_get(Ecore_X_Window win) in ecore_x_e_illume_zone_get()
305 ecore_x_e_illume_mode_set(Ecore_X_Window win, in ecore_x_e_illume_mode_set()
1305 Ecore_X_Window win; in ecore_x_e_window_profile_supported_set() local
1344 Ecore_X_Window win, win2; in ecore_x_e_window_profile_supported_get() local
1562 Ecore_X_Window win; in ecore_x_e_comp_sync_supported_set() local
1600 Ecore_X_Window win, win2; in ecore_x_e_comp_sync_supported_get() local
2074 Ecore_X_Window win; in ecore_x_e_window_rotation_supported_set() local
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/beos/
H A Dui_window.c21 #define RIGHT_MARGIN(win) \ argument
23 #define BOTTOM_MARGIN(win) \ argument
103 static u_int max_width_inc(ui_window_t *win) { in max_width_inc()
127 static u_int max_height_inc(ui_window_t *win) { in max_height_inc()
320 void ui_window_final(ui_window_t *win) { in ui_window_final()
517 int ui_window_show(ui_window_t *win, in ui_window_show()
596 void ui_window_map(ui_window_t *win) { in ui_window_map()
608 void ui_window_unmap(ui_window_t *win) { in ui_window_unmap()
822 void ui_window_clear_all(ui_window_t *win) { in ui_window_clear_all()
847 void ui_window_blank(ui_window_t *win) {} in ui_window_blank()
[all …]
H A Dui_xic.c34 int ui_xic_deactivate(ui_window_t *win) { in ui_xic_deactivate()
48 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
52 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
54 int ui_xic_bg_color_changed(ui_window_t *win) { return 0; } in ui_xic_bg_color_changed()
56 int ui_xic_font_set_changed(ui_window_t *win) { return 0; } in ui_xic_font_set_changed()
58 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
60 int ui_xic_set_spot(ui_window_t *win) { return 0; } in ui_xic_set_spot()
96 int ui_xic_set_focus(ui_window_t *win) { return 1; } in ui_xic_set_focus()
98 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
100 int ui_xic_is_active(ui_window_t *win) { return 0; } in ui_xic_is_active()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/stubnm/
H A Dstubnm_win.h16 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_complete(MPIR_Win * win) in MPIDI_NM_mpi_win_complete()
26 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_wait(MPIR_Win * win) in MPIDI_NM_mpi_win_wait()
31 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_test(MPIR_Win * win, int *flag) in MPIDI_NM_mpi_win_test()
42 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_unlock(int rank, MPIR_Win * win, in MPIDI_NM_mpi_win_unlock()
53 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_shared_query(MPIR_Win * win, in MPIDI_NM_mpi_win_shared_query()
61 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_flush(int rank, MPIR_Win * win, in MPIDI_NM_mpi_win_flush()
67 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_flush_local_all(MPIR_Win * win) in MPIDI_NM_mpi_win_flush_local_all()
72 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_unlock_all(MPIR_Win * win) in MPIDI_NM_mpi_win_unlock_all()
83 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_sync(MPIR_Win * win) in MPIDI_NM_mpi_win_sync()
88 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_flush_all(MPIR_Win * win) in MPIDI_NM_mpi_win_flush_all()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ecore_wayland/
H A Decore_wl_window.c196 Ecore_Wl_Window *win; in ecore_wl_window_new() local
235 ecore_wl_window_free(Ecore_Wl_Window *win) in ecore_wl_window_free()
419 ecore_wl_window_show(Ecore_Wl_Window *win) in ecore_wl_window_show()
673 Ecore_Wl_Window *win = NULL; in ecore_wl_window_find() local
812 Ecore_Wl_Window *win = NULL; in ecore_wl_window_surface_find() local
1013 Ecore_Wl_Window *win; in _ecore_wl_window_cb_configure() local
1028 Ecore_Wl_Window *win; in _ecore_xdg_handle_surface_configure() local
1072 Ecore_Wl_Window *win; in _ecore_xdg_handle_surface_delete() local
1083 Ecore_Wl_Window *win; in _ecore_wl_window_cb_popup_done() local
1095 Ecore_Wl_Window *win; in _ecore_xdg_handle_popup_done() local
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/quartz/
H A Dui_window.c21 #define RIGHT_MARGIN(win) \ argument
23 #define BOTTOM_MARGIN(win) \ argument
28 #define IS_UISCREEN(win) ((win)->selection_cleared) argument
102 static u_int max_width_inc(ui_window_t *win) { in max_width_inc()
126 static u_int max_height_inc(ui_window_t *win) { in max_height_inc()
320 void ui_window_final(ui_window_t *win) { in ui_window_final()
505 int ui_window_show(ui_window_t *win, in ui_window_show()
579 void ui_window_map(ui_window_t *win) { in ui_window_map()
591 void ui_window_unmap(ui_window_t *win) { in ui_window_unmap()
839 void ui_window_blank(ui_window_t *win) {} in ui_window_blank()
[all …]
H A Dui_xic.c34 int ui_xic_deactivate(ui_window_t *win) { in ui_xic_deactivate()
48 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
52 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
54 int ui_xic_bg_color_changed(ui_window_t *win) { return 0; } in ui_xic_bg_color_changed()
56 int ui_xic_font_set_changed(ui_window_t *win) { return 0; } in ui_xic_font_set_changed()
58 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
60 int ui_xic_set_spot(ui_window_t *win) { return 0; } in ui_xic_set_spot()
99 int ui_xic_set_focus(ui_window_t *win) { return 1; } in ui_xic_set_focus()
101 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
103 int ui_xic_is_active(ui_window_t *win) { return 0; } in ui_xic_is_active()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/x11/
H A Dx11_gl.c60 int bg_x11_window_init_gl(bg_x11_window_t * win) in bg_x11_window_init_gl()
151 int bg_x11_window_start_gl(bg_x11_window_t * win) in bg_x11_window_start_gl()
174 void bg_x11_window_stop_gl(bg_x11_window_t * win) in bg_x11_window_stop_gl()
196 void bg_x11_window_set_gl(bg_x11_window_t * win) in bg_x11_window_set_gl()
203 void bg_x11_window_unset_gl(bg_x11_window_t * win) in bg_x11_window_unset_gl()
213 void bg_x11_window_swap_gl(bg_x11_window_t * win) in bg_x11_window_swap_gl()
228 int bg_x11_window_init_gl(bg_x11_window_t * win) in bg_x11_window_init_gl()
233 int bg_x11_window_start_gl(bg_x11_window_t * win) in bg_x11_window_start_gl()
238 void bg_x11_window_stop_gl(bg_x11_window_t * win) in bg_x11_window_stop_gl()
249 void bg_x11_window_set_gl(bg_x11_window_t * win) in bg_x11_window_set_gl()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/wayland/
H A Dui_xic.c9 int ui_xic_deactivate(ui_window_t *win) { return 1; } in ui_xic_deactivate()
11 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
15 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
17 int ui_xic_bg_color_changed(ui_window_t *win) { return 0; } in ui_xic_bg_color_changed()
19 int ui_xic_font_set_changed(ui_window_t *win) { return 0; } in ui_xic_font_set_changed()
21 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
23 int ui_xic_set_spot(ui_window_t *win) { return 0; } in ui_xic_set_spot()
40 int ui_xic_set_focus(ui_window_t *win) { return 1; } in ui_xic_set_focus()
42 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
44 int ui_xic_is_active(ui_window_t *win) { return 0; } in ui_xic_is_active()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/fb/
H A Dui_xic.c9 int ui_xic_deactivate(ui_window_t *win) { return 1; } in ui_xic_deactivate()
11 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
15 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
17 int ui_xic_bg_color_changed(ui_window_t *win) { return 0; } in ui_xic_bg_color_changed()
19 int ui_xic_font_set_changed(ui_window_t *win) { return 0; } in ui_xic_font_set_changed()
21 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
23 int ui_xic_set_spot(ui_window_t *win) { return 0; } in ui_xic_set_spot()
40 int ui_xic_set_focus(ui_window_t *win) { return 1; } in ui_xic_set_focus()
42 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
44 int ui_xic_is_active(ui_window_t *win) { return 0; } in ui_xic_is_active()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/sdl2/
H A Dui_xic.c9 int ui_xic_deactivate(ui_window_t *win) { return 1; } in ui_xic_deactivate()
11 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
15 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
17 int ui_xic_bg_color_changed(ui_window_t *win) { return 0; } in ui_xic_bg_color_changed()
19 int ui_xic_font_set_changed(ui_window_t *win) { return 0; } in ui_xic_font_set_changed()
21 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
23 int ui_xic_set_spot(ui_window_t *win) { return 0; } in ui_xic_set_spot()
40 int ui_xic_set_focus(ui_window_t *win) { return 1; } in ui_xic_set_focus()
42 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
44 int ui_xic_is_active(ui_window_t *win) { return 0; } in ui_xic_is_active()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/console/
H A Dui_xic.c9 int ui_xic_deactivate(ui_window_t *win) { return 1; } in ui_xic_deactivate()
11 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
15 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
17 int ui_xic_bg_color_changed(ui_window_t *win) { return 0; } in ui_xic_bg_color_changed()
19 int ui_xic_font_set_changed(ui_window_t *win) { return 0; } in ui_xic_font_set_changed()
21 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
23 int ui_xic_set_spot(ui_window_t *win) { return 0; } in ui_xic_set_spot()
40 int ui_xic_set_focus(ui_window_t *win) { return 1; } in ui_xic_set_focus()
42 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
44 int ui_xic_is_active(ui_window_t *win) { return 0; } in ui_xic_is_active()
[all …]
H A Dui_window.c23 #define RIGHT_MARGIN(win) \ argument
25 #define BOTTOM_MARGIN(win) \ argument
457 void ui_window_final(ui_window_t *win) { in ui_window_final()
635 int ui_window_show(ui_window_t *win, in ui_window_show()
691 void ui_window_map(ui_window_t *win) { in ui_window_map()
700 void ui_window_unmap(ui_window_t *win) { in ui_window_unmap()
858 void ui_window_clear_all(ui_window_t *win) { in ui_window_clear_all()
920 void ui_window_blank(ui_window_t *win) { in ui_window_blank()
935 void ui_window_update_all(ui_window_t *win) { in ui_window_update_all()
957 void ui_window_idling(ui_window_t *win) { in ui_window_idling()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/shm/stubshm/
H A Dstubshm_win.h13 MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_start()
25 MPL_STATIC_INLINE_PREFIX int MPIDI_STUBSHM_mpi_win_complete(MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_complete()
37 MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_post()
49 MPL_STATIC_INLINE_PREFIX int MPIDI_STUBSHM_mpi_win_wait(MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_wait()
61 MPL_STATIC_INLINE_PREFIX int MPIDI_STUBSHM_mpi_win_test(MPIR_Win * win, int *flag) in MPIDI_STUBSHM_mpi_win_test()
73 MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_lock()
85 MPL_STATIC_INLINE_PREFIX int MPIDI_STUBSHM_mpi_win_unlock(int rank, MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_unlock()
107 MPL_STATIC_INLINE_PREFIX int MPIDI_STUBSHM_mpi_win_shared_query(MPIR_Win * win, in MPIDI_STUBSHM_mpi_win_shared_query()
143 MPL_STATIC_INLINE_PREFIX int MPIDI_STUBSHM_mpi_win_unlock_all(MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_unlock_all()
165 MPL_STATIC_INLINE_PREFIX int MPIDI_STUBSHM_mpi_win_sync(MPIR_Win * win) in MPIDI_STUBSHM_mpi_win_sync()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DNakReceiverWindowTest.java34 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 1, timer); in test1() local
47 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 100, timer); in test2() local
59 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 0, timer); in test3() local
80 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 1, timer); in test4() local
93 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 100, timer); in test5() local
107 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 100, timer); in test6() local
149 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 0, timer); in test7() local
198 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 0, timer); in test8() local
227 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 0, timer); in testAdd() local
257 NakReceiverWindow win=new NakReceiverWindow(sender, cmd, 0, timer); in test9() local
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/win32/
H A Dui_xic.c17 static int get_spot(ui_window_t *win, XPoint *spot) { in get_spot()
75 int ui_xic_deactivate(ui_window_t *win) { in ui_xic_deactivate()
90 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
94 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
98 int ui_xic_font_set_changed(ui_window_t *win) { in ui_xic_font_set_changed()
109 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
111 int ui_xic_set_spot(ui_window_t *win) { in ui_xic_set_spot()
247 int ui_xic_set_focus(ui_window_t *win) { in ui_xic_set_focus()
254 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
256 int ui_xic_is_active(ui_window_t *win) { in ui_xic_is_active()
[all …]
/dports/audio/cmus/cmus-2.9.1/
H A Dwindow.c27 static void sel_changed(struct window *win) in sel_changed()
43 struct window *win; in window_new() local
58 void window_free(struct window *win) in window_free()
63 void window_set_empty(struct window *win) in window_set_empty()
96 void window_up(struct window *win, int rows) in window_up()
204 void window_changed(struct window *win) in window_changed()
422 void window_goto_top(struct window *win) in window_goto_top()
460 void window_page_up(struct window *win) in window_page_up()
511 void window_page_down(struct window *win) in window_page_down()
566 void window_scroll_up(struct window *win) in window_scroll_up()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/android/jni/
H A Dui_xic.c11 int ui_xic_deactivate(ui_window_t *win) { return 1; } in ui_xic_deactivate()
13 char *ui_xic_get_xim_name(ui_window_t *win) { return ""; } in ui_xic_get_xim_name()
17 int ui_xic_fg_color_changed(ui_window_t *win) { return 0; } in ui_xic_fg_color_changed()
19 int ui_xic_bg_color_changed(ui_window_t *win) { return 0; } in ui_xic_bg_color_changed()
21 int ui_xic_font_set_changed(ui_window_t *win) { return 0; } in ui_xic_font_set_changed()
23 int ui_xic_resized(ui_window_t *win) { return 0; } in ui_xic_resized()
25 int ui_xic_set_spot(ui_window_t *win) { return 0; } in ui_xic_set_spot()
42 int ui_xic_set_focus(ui_window_t *win) { return 1; } in ui_xic_set_focus()
44 int ui_xic_unset_focus(ui_window_t *win) { return 1; } in ui_xic_unset_focus()
46 int ui_xic_is_active(ui_window_t *win) { return 1; } in ui_xic_is_active()
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ucx/
H A Ducx_win.h11 MPL_STATIC_INLINE_PREFIX bool MPIDI_UCX_win_need_flush(MPIR_Win * win) in MPIDI_UCX_win_need_flush()
22 MPL_STATIC_INLINE_PREFIX bool MPIDI_UCX_win_need_flush_local(MPIR_Win * win) in MPIDI_UCX_win_need_flush_local()
32 MPL_STATIC_INLINE_PREFIX void MPIDI_UCX_win_unset_sync(MPIR_Win * win) in MPIDI_UCX_win_unset_sync()
44 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_complete(MPIR_Win * win) in MPIDI_NM_mpi_win_complete()
55 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_wait(MPIR_Win * win) in MPIDI_NM_mpi_win_wait()
60 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_test(MPIR_Win * win, int *flag) in MPIDI_NM_mpi_win_test()
82 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_shared_query(MPIR_Win * win, in MPIDI_NM_mpi_win_shared_query()
101 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_unlock_all(MPIR_Win * win) in MPIDI_NM_mpi_win_unlock_all()
112 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_sync(MPIR_Win * win) in MPIDI_NM_mpi_win_sync()
117 MPL_STATIC_INLINE_PREFIX int MPIDI_NM_mpi_win_flush_all(MPIR_Win * win) in MPIDI_NM_mpi_win_flush_all()
[all …]
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/xlib/
H A Dui_xic.c55 static XFontSet load_fontset(ui_window_t *win) { in load_fontset()
81 static int destroy_xic(ui_window_t *win) { in destroy_xic()
98 static int create_xic(ui_window_t *win) { in create_xic()
229 int ui_xic_deactivate(ui_window_t *win) { in ui_xic_deactivate()
267 int ui_xic_fg_color_changed(ui_window_t *win) { in ui_xic_fg_color_changed()
335 int ui_xic_resized(ui_window_t *win) { in ui_xic_resized()
374 int ui_xic_set_spot(ui_window_t *win) { in ui_xic_set_spot()
469 int ui_xic_set_focus(ui_window_t *win) { in ui_xic_set_focus()
479 int ui_xic_unset_focus(ui_window_t *win) { in ui_xic_unset_focus()
489 int ui_xic_is_active(ui_window_t *win) { in ui_xic_is_active()
[all …]
/dports/x11/xdo/xdo-0.5.7/
H A Dxdo.c141 xcb_window_t win = XCB_NONE; in main() local
188 xcb_window_t win; in main() local
366 void window_close(xcb_window_t win) in window_close()
371 void window_kill(xcb_window_t win) in window_kill()
376 void window_hide(xcb_window_t win) in window_hide()
381 void window_show(xcb_window_t win) in window_show()
427 void window_move(xcb_window_t win) in window_move()
460 void window_id(xcb_window_t win) in window_id()
465 void window_pid(xcb_window_t win) in window_pid()
483 void key_press(xcb_window_t win) in key_press()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DSizers.py64 def makeSimpleBox1(win): argument
75 def makeSimpleBox2(win): argument
86 def makeSimpleBox3(win): argument
98 def makeSimpleBox4(win): argument
110 def makeSimpleBox5(win): argument
192 def makeBoxInBox(win): argument
266 def makeGrid1(win): argument
285 def makeGrid2(win): argument
313 def makeGrid3(win): argument
335 def makeGrid4(win): argument
[all …]
/dports/x11-fm/pcmanfm/pcmanfm-1.3.2/src/
H A Dmain-win.c172 FmMainWin* win = (FmMainWin*)user_data; in idle_focus_view() local
236 static void update_sort_menu(FmMainWin* win) in update_sort_menu()
303 static void update_view_menu(FmMainWin* win) in update_view_menu()
732 static void fm_main_win_init(FmMainWin *win)
1054 FmMainWin *win; local
1116 FmMainWin *win = FM_MAIN_WIN(widget); local
1633 static void update_statusbar(FmMainWin* win)
2441 static void switch_to_next_tab(FmMainWin* win)
2463 FmMainWin* win = FM_MAIN_WIN(w); local
2531 FmMainWin* win = FM_MAIN_WIN(w); local
[all …]

12345678910>>...291