Home
last modified time | relevance | path

Searched refs:CM_FILERENDER (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/povray37/povray-3.7.0.10/windows/
H A Dpvmisc.cpp1047 PVEnableMenuItem (CM_FILERENDER, MF_ENABLED) ; in update_menu_for_render()
1052 PVModifyMenu (CM_FILERENDER, MF_STRING, CM_FILERENDER, "&Stop Rendering\tAlt+G") ; in update_menu_for_render()
1061 SendMessage (toolbar_window, TB_HIDEBUTTON, (WPARAM) CM_FILERENDER, MAKELONG (1, 0)) ; in update_menu_for_render()
1072 PVModifyMenu (CM_FILERENDER, MF_STRING, CM_FILERENDER, "&Start Rendering\tAlt+G") ; in update_menu_for_render()
1077 SendMessage (toolbar_window, TB_HIDEBUTTON, (WPARAM) CM_FILERENDER, MAKELONG (0, 0)) ; in update_menu_for_render()
H A Dresource.h29 #define CM_FILERENDER 2050 macro
H A Dpvengine.rc255 "G", CM_FILERENDER, ASCII, ALT, NOINVERT
256 "g", CM_FILERENDER, ASCII, ALT, NOINVERT
284 MENUITEM "Start Renderin&g\tAlt+G", CM_FILERENDER
359 MENUITEM "Start Rendering (Go!)\tAlt+G", CM_FILERENDER
690 CM_FILERENDER "Starts/stops rendering (requires previous selection of input file)."
H A Dpvtext.cpp179 CM_FILERENDER,
196 {CM_FILERENDER, BMP_TOOLFILERENDER, 0x00, "Run"},
H A Dpvengine.cpp2826 SendMessage (main_window, WM_COMMAND, CM_FILERENDER, 0) ; in handle_toolbar_cmdline()
3215 case CM_FILERENDER : in handle_main_command()
4132 PVEnableMenuItem (CM_FILERENDER, MF_DISABLED) ; in PovMainWndProc()
4134 SendMessage (toolbar_window, TB_HIDEBUTTON, (WPARAM) CM_FILERENDER, MAKELONG (0, 0)) ; in PovMainWndProc()