Lines Matching refs:PtWidget_t
28 # define PtWidget_t int macro
33 # define PtWidget_t int macro
61 static PtWidget_t *gui_ph_timer_cursor; // handle cursor blinking
62 static PtWidget_t *gui_ph_timer_timeout; // used in gui_mch_wait_for_chars
218 static PtWidget_t * gui_ph_show_tooltip(PtWidget_t *window,
219 PtWidget_t *widget,
228 static PtWidget_t * gui_ph_show_tooltip(PtWidget_t *window, in gui_ph_show_tooltip()
229 PtWidget_t *widget, in gui_ph_show_tooltip()
278 PtWidget_t *widget, in gui_ph_handle_menu_resize()
283 PtWidget_t *container; in gui_ph_handle_menu_resize()
329 PtWidget_t *widget, in gui_ph_handle_timer_cursor()
351 gui_ph_handle_timer_timeout(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_timer_timeout()
359 gui_ph_handle_window_cb(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_window_cb()
407 gui_ph_handle_scrollbar(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_scrollbar()
437 gui_ph_handle_keyboard(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_keyboard()
629 gui_ph_handle_mouse(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_mouse()
708 gui_ph_handle_focus(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_focus()
726 gui_ph_handle_raw_draw(PtWidget_t *widget, PhTile_t *damage) in gui_ph_handle_raw_draw()
782 PtWidget_t *widget, in gui_ph_handle_pulldown_menu()
801 gui_ph_handle_menu(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_handle_menu()
816 PtWidget_t *widget, in gui_ph_handle_menu_unrealized()
826 PtWidget_t *widget, in gui_ph_handle_window_open()
917 PtWidget_t *widget, in gui_ph_handle_pg_change()
1053 PtWidget_t *widget, in gui_ph_handle_buffer_remove()
1070 gui_ph_pane_resize(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_pane_resize()
1457 static PtWidget_t *gui_ph_dialog_text = NULL;
1478 gui_ph_dialog_text_enter(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_dialog_text_enter()
1486 gui_ph_dialog_esc(PtWidget_t *widget, void *data, PtCallbackInfo_t *info) in gui_ph_dialog_esc()
1576 PtWidget_t *dialog, *pane; in gui_mch_dialog()
2465 gui_ph_position_menu(PtWidget_t *widget, int priority) in gui_ph_position_menu()
2467 PtWidget_t *traverse; in gui_ph_position_menu()