Home
last modified time | relevance | path

Searched refs:view_icon_window (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/figurine/figurine-1.0.5/src/
H A Dnew_doc.c126 stk_delete_icon(ARROWICON,v->view_icon_window->win ); in really_close_view()
128 stk_delete_icon(ENDSTYLEICON,v->view_icon_window->win ); in really_close_view()
130 stk_delete_icon(FONTICON,v->view_icon_window->win ); in really_close_view()
133 stk_delete_icon(ROUNDBOXICON,v->view_icon_window->win ); in really_close_view()
135 stk_delete_icon(GRIDICON,v->view_icon_window->win ); in really_close_view()
137 stk_delete_icon(ZOOMINICON,v->view_icon_window->win ); in really_close_view()
138 stk_delete_icon(ZOOMOUTICON,v->view_icon_window->win ); in really_close_view()
141 stk_delete_icon(COLOURICON, v->view_icon_window->win); in really_close_view()
155 XDestroyWindow(display,v->view_icon_window->win); in really_close_view()
156 free_list(v->view_icon_window); in really_close_view()
[all …]
H A Dutil.c1084 #define off(a) stk_hide_icon((a),v->view_icon_window->win)
1085 #define onx(a) do { stk_show_icon((a),v->view_icon_window->win); \
1086 stk_set_x((a),v->view_icon_window->win, x); \
1269 stk_swap_pixmap(LINESTYLEICON, v->view_icon_window->win,(signed)temp,linestyle_menu); in switch_icons()
1282 stk_swap_pixmap(ENDSTYLEICON, v->view_icon_window->win,(signed)temp,endstyle_menu); in switch_icons()
1295 stk_swap_pixmap(JOINSTYLEICON, v->view_icon_window->win,(signed)temp,joinstyle_menu); in switch_icons()
1306 stk_swap_pixmap(COLOURICON, v->view_icon_window->win,(signed)ob->colour,colour_menu); in switch_icons()
1329 stk_swap_pixmap(FILLSTYLEICON, v->view_icon_window->win, 243, fillstyle_menu); in switch_icons()
1340 stk_swap_pixmap(FILLCOLOURICON, v->view_icon_window->win, in switch_icons()
1346 stk_swap_pixmap(FILLSTYLEICON, v->view_icon_window->win, 243, fillstyle_menu); in switch_icons()
[all …]
H A Devent_loop.c246 VIEW(l)->view_icon_window->y = VIEW(l)->window.h - VIEW_ICON_SIZE; in handle_event()
247 VIEW(l)->view_icon_window->w = VIEW(l)->window.w; in handle_event()
257 XMoveResizeWindow(display, VIEW(l)->view_icon_window->win, in handle_event()
258 VIEW(l)->view_icon_window->x, in handle_event()
259 VIEW(l)->view_icon_window->y, in handle_event()
260 VIEW(l)->view_icon_window->w, in handle_event()
261 VIEW(l)->view_icon_window->h); in handle_event()
827 stk_set_pixmap(FILLSTYLEICON, VIEW(l2)->view_icon_window->win, nofill); in handle_event()
835 stk_swap_pixmap(LINESTYLEICON, VIEW(l2)->view_icon_window->win, in handle_event()
844 stk_swap_pixmap(COLOURICON, VIEW(l2)->view_icon_window->win, in handle_event()
[all …]
H A Dhandle_icon.c115 stk_swap_pixmap(a, v->view_icon_window->win, b, parent); in icon_swap_pixmap()
505 ? stk_select_icon(GRIDICON,VIEW(l2)->view_icon_window->win) in icon_chosen()
506 : stk_unselect_icon(GRIDICON,VIEW(l2)->view_icon_window->win); in icon_chosen()
513 ? stk_select_icon(SHOWGRIDICON,VIEW(l2)->view_icon_window->win) in icon_chosen()
514 : stk_unselect_icon(SHOWGRIDICON,VIEW(l2)->view_icon_window->win); in icon_chosen()
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Ddefine.h375 #define NVIW(v) ((v) ? (v->view_icon_window->win) : (Window)-1)
H A Dfigurine.h489 WindowStruct *view_icon_window; member