Home
last modified time | relevance | path

Searched refs:make_module_menu (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dasinternals.h741 MenuData *make_module_menu( FunctionCode func, const char *title, int sort_order );
742 #define make_stop_module_menu(sort_order) make_module_menu( F_KILLMODULEBYNAME, "Stop Running Mod…
743 #define make_restart_module_menu(sort_order) make_module_menu( F_RESTARTMODULEBYNAME, "Restart Ru…
H A Dmodule.c1163 MenuData *make_module_menu (FunctionCode func, const char *title, in make_module_menu() function