Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui.h194 PtWidget_t *id;
457 PtWidget_t *vimWindow; // PtWindow
458 PtWidget_t *vimTextArea; // PtRaw
459 PtWidget_t *vimContainer; // PtPanel
461 PtWidget_t *vimToolBarGroup;
464 PtWidget_t *vimMenuBar;
467 PtWidget_t *vimToolBar;
H A Dgui_photon.c28 # define PtWidget_t int macro
33 # define PtWidget_t int macro
218 static PtWidget_t * gui_ph_show_tooltip(PtWidget_t *window,
228 static PtWidget_t * gui_ph_show_tooltip(PtWidget_t *window, in gui_ph_show_tooltip()
278 PtWidget_t *widget, in gui_ph_handle_menu_resize()
329 PtWidget_t *widget, in gui_ph_handle_timer_cursor()
782 PtWidget_t *widget, in gui_ph_handle_pulldown_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()
[all …]
H A Dstructs.h4008 PtWidget_t *id;
4009 PtWidget_t *submenu_id;
/dports/games/sarien/sarien-0.7.0/src/graphics/photon/
H A Dph.c82 static void ph_raw_draw_cb (PtWidget_t *, PhTile_t *);
83 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);
97 static PtWidget_t *rawwidget;
336 PtWidget_t *window; in photon_thread()
505 static void ph_raw_draw_cb (PtWidget_t *widget, PhTile_t *damage) in ph_raw_draw_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()
/dports/devel/allegro/allegro-4.4.3.1/include/
H A Dqnxalleg.h34 AL_FUNC(PtWidget_t *, qnx_get_window, (void));
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/platform/
H A Daintqnx.h86 AL_VAR(PtWidget_t, *ph_window);
/dports/devel/sdl12/SDL-1.2.15/src/video/photon/
H A DSDL_ph_video.h76 PtWidget_t *Window; /* used to handle input events */
H A DSDL_ph_video.c164 static PtWidget_t *ph_CreateWindow(_THIS) in ph_CreateWindow()
166 PtWidget_t *widget; in ph_CreateWindow()
/dports/devel/allegro/allegro-4.4.3.1/src/qnx/
H A Dqsystem.c96 PtWidget_t *ph_window = NULL;
574 PtWidget_t *qnx_get_window(void) in qnx_get_window()
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx14650 @@PtWidget_t @qnx_get_window(void);