Include dependency graph for menudef.c:Go to the source code of this file.
Functions | |
| void | submenu_free (struct SubMenu **pptr) |
| Free a SubMenu. | |
| struct SubMenu * | submenu_new (void) |
| Create a new SubMenu. | |
| void | menudef_free (struct MenuDefinition **pptr) |
| Free a MenuDefinition. | |
| struct MenuDefinition * | menudef_new (void) |
| Create a new MenuDefinition. | |
Menu Definitions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file menudef.c.
| void submenu_free | ( | struct SubMenu ** | pptr | ) |
Free a SubMenu.
| pptr | SubMenu to free |
Definition at line 38 of file menudef.c.
Here is the call graph for this function:
Here is the caller graph for this function:| struct SubMenu * submenu_new | ( | void | ) |
| void menudef_free | ( | struct MenuDefinition ** | pptr | ) |
Free a MenuDefinition.
| pptr | MenuDefinition to free |
Definition at line 66 of file menudef.c.
Here is the caller graph for this function:| struct MenuDefinition * menudef_new | ( | void | ) |
Create a new MenuDefinition.
| ptr | New MenuDefinition |
Definition at line 84 of file menudef.c.
Here is the caller graph for this function: