Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_photon.c31 # define PtCallbackInfo_t int macro
280 PtCallbackInfo_t *info) in gui_ph_handle_menu_resize()
331 PtCallbackInfo_t *info) in gui_ph_handle_timer_cursor()
784 PtCallbackInfo_t *info) in gui_ph_handle_pulldown_menu()
801 gui_ph_handle_menu(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_menu()
818 PtCallbackInfo_t *info) in gui_ph_handle_menu_unrealized()
828 PtCallbackInfo_t *info) in gui_ph_handle_window_open()
919 PtCallbackInfo_t *info) in gui_ph_handle_pg_change()
1055 PtCallbackInfo_t *info) in gui_ph_handle_buffer_remove()
1070 gui_ph_pane_resize(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_pane_resize()
[all …]
/dports/games/sarien/sarien-0.7.0/src/graphics/photon/
H A Dph.c83 static int ph_keypress_cb (PtWidget_t *, void *, PtCallbackInfo_t *);
85 static int ph_mouse_cb (PtWidget_t *widget, void *data, PtCallbackInfo_t *cb);
86 static int ph_close_cb (PtWidget_t *widget, void *data, PtCallbackInfo_t *cb);
531 static int ph_keypress_cb (PtWidget_t *widget, void *data, PtCallbackInfo_t *cb) in ph_keypress_cb()
698 static int ph_mouse_cb (PtWidget_t *widget, void *data, PtCallbackInfo_t *cb) in ph_mouse_cb()
751 static int ph_close_cb (PtWidget_t *widget, void *data, PtCallbackInfo_t *cb) in ph_close_cb()