Home
last modified time | relevance | path

Searched refs:infomenu (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/xpx/xpx/
H A Dinfo.c32 MENU infomenu[] = { variable
229 info_parm_set(infomenu+INFOMENU_IMGWIDTH, imgfilew); in info_imgsize_set()
230 info_parm_set(infomenu+INFOMENU_IMGHEIGHT, imgfileh); in info_imgsize_set()
231 info_parm_set(infomenu+INFOMENU_HOTX, hotspotx); in info_imgsize_set()
232 info_parm_set(infomenu+INFOMENU_HOTY, hotspoty); in info_imgsize_set()
234 info_parm_set(infomenu+INFOMENU_IMGPOSX, imgposx); in info_imgsize_set()
235 info_parm_set(infomenu+INFOMENU_IMGPOSY, imgposy); in info_imgsize_set()
236 info_parm_set(infomenu+INFOMENU_COLPOSX, colposx); in info_imgsize_set()
237 info_parm_set(infomenu+INFOMENU_COLPOSY, colposy); in info_imgsize_set()
251 menuwin_create(infomenu, infowin, 0, 0); in create_info_window()
[all …]
H A Dconvert.c466 infomenu[INFOMENU_GSKCF].mode |= MenuModeMaskOn;
472 infomenu[INFOMENU_GSKCF].mode &= ~MenuModeMaskOn;
474 redraw_window(infomenu[INFOMENU_GSKCF].win);
515 if (infomenu[INFOMENU_GSKCF].mode & MenuModeMaskOn) {
573 infomenu[INFOMENU_GSCEL].mode |= MenuModeMaskOn;
579 infomenu[INFOMENU_GSCEL].mode &= ~MenuModeMaskOn;
581 redraw_window(infomenu[INFOMENU_GSCEL].win);
658 if (infomenu[INFOMENU_GSCEL].mode & MenuModeMaskOn) {
H A Dimage.c326 if (infomenu[INFOMENU_HOTSPOTCENTER].mode & MenuModeMaskOn) {
398 if (infomenu[INFOMENU_SCROLLSTOP].mode & MenuModeMaskOn) {
H A Dextern.h136 public MENU infomenu[]; variable
H A Dfile.c617 redraw_window(infomenu[INFOMENU_IMGFILE].win);
625 redraw_window(infomenu[INFOMENU_COLFILE].win);
626 redraw_window(infomenu[INFOMENU_COLCOUNT].win);
/dports/misc/pinfo/pinfo-0.6.13/src/
H A Dmainfunction.c41 long infomenu, infocolumn=0; variable
183 if ((infomenu != -1) &&(!wastoggled)) in work()
185 cursor = infomenu; in work()
559 infohistory.menu[infohistory.length] = infomenu; in work()
700 infohistory.menu[infohistory.length] = infomenu; in work()
777 infohistory.menu[infohistory.length] = infomenu; in work()
992 infohistory.menu[infohistory.length] = infomenu; in work()
1026 infohistory.menu[infohistory.length] = infomenu; in work()
1232 infomenu = -1; in next_infomenu()
1239 infomenu = i; in next_infomenu()
[all …]
/dports/x11/xdtm/xdtm/
H A Ddirman.c88 private Widget duplicatemenu, infomenu, trashmenu, variable
424 if ((infomenu = in initDirectoryManager()
677 XtSetSensitive(infomenu, False);
687 XtSetSensitive(infomenu, False);
699 XtSetSensitive(infomenu, False);
716 XtSetSensitive(infomenu, True);
/dports/textproc/hevea/hevea-2.34/
H A Dinfo.ml139 let infomenu = InfoRef.infomenu;; var
H A DoutManager.mli106 val infomenu : string -> unit val
H A DinfoRef.mll90 let infomenu arg =
H A Dhtml.ml194 let infomenu _ = () var
H A Dlatexscan.mll3784 def_code "\\@infomenu"
3787 Dest.infomenu arg)
H A Dtext.ml1704 let infomenu _ = () var
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dmenudefs.c220 static const Menu infomenu[] = variable
297 { 0, NULL, "INFO", infomenu },
/dports/textproc/hevea/hevea-2.34/info/
H A Dhevea.hva59 {\@infomenu{#1}}
/dports/polish/gnugadu2/gg2-2.3.0/src/plugins/jabber/
H A Djabber_plugin.c376 GGaduMenu *listmenu, *infomenu; in build_userlist_menu() local
381 infomenu = ggadu_menu_new_item(_("Contact info"), NULL, NULL); in build_userlist_menu()
382 …ggadu_menu_add_submenu(infomenu, ggadu_menu_new_item(_("_Personal data"), user_vcard_action, NULL)… in build_userlist_menu()
383 …ggadu_menu_add_submenu(infomenu, ggadu_menu_new_item(_("_Software"), user_get_software_action, NUL… in build_userlist_menu()
384 ggadu_menu_add_submenu(menu, infomenu); in build_userlist_menu()
/dports/editors/mined/mined-2015.25/src/
H A Dmousemen.c1844 local menuitemtype infomenu [] = { variable
2091 {dispinfo, toggle_info, "Info display", infomenu, arrlen (infomenu)},
5334 that_menu (infomenu); in handleInfomenu()