Home
last modified time | relevance | path

Searched refs:MENU_DIR (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-spyder/spyder-3.2.7/conda.recipe/
H A Dbld.bat4 set MENU_DIR=%PREFIX%\Menu variable
5 IF NOT EXIST (%MENU_DIR%) mkdir %MENU_DIR%
7 copy %SRC_DIR%\img_src\spyder.ico %MENU_DIR%\
9 copy %SRC_DIR%\img_src\spyder_reset.ico %MENU_DIR%\
11 copy %RECIPE_DIR%\menu-windows.json %MENU_DIR%\spyder_shortcut.json
/dports/graphics/gliv/gliv-1.9.7/src/
H A Dimages_menus.c133 MENU_DIR, /* From the Images menu. */ enumerator
151 if (type == MENU_DIR) in add_menu_item()
156 if (options->mnemonics && type != MENU_DIR) { in add_menu_item()
183 case MENU_DIR: in add_menu_item()
340 add_menu_item(parent_menu, tree->parent->data, MENU_DIR); in add_file_item()
/dports/audio/moc/moc-2.5.2/
H A Dinterface_elements.c82 MENU_DIR, /* list of files in a directory */ enumerator
794 if (type == MENU_DIR || type == MENU_PLAYLIST) { in side_menu_init()
829 if (m->type == MENU_DIR || m->type == MENU_PLAYLIST in side_menu_destroy()
962 l->menus[MENU_DIR] = p; in parse_layout()
1306 if (m->type == MENU_DIR || m->type == MENU_PLAYLIST in side_menu_draw()
1321 if (m->type == MENU_DIR || m->type == MENU_PLAYLIST in side_menu_cmd()
1842 return MENU_DIR; in iface_to_side_menu()
2048 if (m->visible && (m->type == MENU_DIR in main_win_set_played_file()
2325 if (m->visible && (m->type == MENU_DIR in main_win_update_show_time()
2351 if (m->visible && (m->type == MENU_DIR in main_win_update_show_format()
[all …]
/dports/games/tuxmath/t4k_common-0.1.1/src/
H A Dt4k_menu.c38 #define MENU_DIR "menus" macro
368 snprintf(temp, T4K_PATH_MAX, MENU_DIR "/%s", file_name); in T4K_LoadMenu()