Include dependency graph for menudef.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | SubMenu |
| Collection of related functions. More... | |
| struct | MenuDefinition |
| Functions for a Dialog or Window. More... | |
Functions | |
| ARRAY_HEAD (SubMenuArray, struct SubMenu *) | |
| ARRAY_HEAD (MenuDefinitionArray, struct MenuDefinition *) | |
| 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.h.
| ARRAY_HEAD | ( | SubMenuArray | , |
| struct SubMenu * | ) |
| ARRAY_HEAD | ( | MenuDefinitionArray | , |
| struct MenuDefinition * | ) |
| 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: