Home
last modified time | relevance | path

Searched refs:menugc (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c384 guts. menugc = XCreateGC( DISP, guts. root, GCGraphicsExposures, &gcv); in init_x11()
685 XFreeGC( DISP, guts. menugc); in window_subsystem_done()
H A Dapc_menu.c155 XSetRegion( DISP, guts. menugc, rgn); in menu_window_delete_downlinks()
157 XSetForeground( DISP, guts. menugc, XX->c[ciBack]); in menu_window_delete_downlinks()
162 XFillRectangle( DISP, w-> w, guts. menugc, 0, 0, w-> sz. x, w-> sz. y); in menu_window_delete_downlinks()
1280 draw. gc = guts. menugc; in handle_menu_expose()
1953 XSetRegion( DISP, guts. menugc, rgn); in prima_end_menu()
1955 XSetForeground( DISP, guts. menugc, c[ciBack]); in prima_end_menu()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h590 GC menugc; member