1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gtkmm 2.4: Menu classes</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
<a class="qindex" href="../../index.html">Main Page</a>
<a href="group__Widgets.html">Widgets</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
<a href="../../tutorial/html/index.html"> Book</a>
</center>
<hr width="100%"/>
<!-- begin main content -->
<div id="content">
<!-- Generated by Doxygen 1.5.1 -->
<h1>Menu classes</h1>
<p>
Collaboration diagram for Menu classes:<center><table><tr><td><img src="group__Menus.png" border="0" alt="" usemap="#group____Menus_map">
<map name="group____Menus_map">
<area href="group__Containers.html" shape="rect" coords="303,6,439,32" alt="">
<area href="group__Widgets.html" shape="rect" coords="335,152,407,179" alt="">
</map></td></tr></table></center>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1AccelKey.html">Gtk::AccelKey</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Defines accelerator key combinations. <a href="classGtk_1_1AccelKey.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1CheckMenuItem.html">Gtk::CheckMenuItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A menu item that maintains the state of a boolean value in addition to a <a class="el" href="classGtk_1_1MenuItem.html">Gtk::MenuItem</a>'s usual role in activating application code. <a href="classGtk_1_1CheckMenuItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1ImageMenuItem.html">Gtk::ImageMenuItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A menu item with an icon. <a href="classGtk_1_1ImageMenuItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Menu.html">Gtk::Menu</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A drop-down menu consisting of <a class="el" href="classGtk_1_1MenuItem.html">Gtk::MenuItem</a> objects which can be navigated and activated by the user to perform application functions. <a href="classGtk_1_1Menu.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1MenuBar.html">Gtk::MenuBar</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A standard menu bar which usually holds <a class="el" href="classGtk_1_1Menu.html">Gtk::Menu</a> submenu items. <a href="classGtk_1_1MenuBar.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1Menu__Helpers_1_1MenuElem.html">Gtk::Menu_Helpers::MenuElem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Use this class and its subclasses to build menu items. <a href="classGtk_1_1Menu__Helpers_1_1MenuElem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1MenuItem.html">Gtk::MenuItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Child item for menus. <a href="classGtk_1_1MenuItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1MenuShell.html">Gtk::MenuShell</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">The abstract base class for <a class="el" href="classGtk_1_1Menu.html">Gtk::Menu</a> and <a class="el" href="classGtk_1_1MenuBar.html">Gtk::MenuBar</a>. <a href="classGtk_1_1MenuShell.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1RadioMenuItem.html">Gtk::RadioMenuItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="classGtk_1_1CheckMenuItem.html">CheckMenuItem</a> that belongs to a group. <a href="classGtk_1_1RadioMenuItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1SeparatorMenuItem.html">Gtk::SeparatorMenuItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A separator used to group items within a menu. <a href="classGtk_1_1SeparatorMenuItem.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGtk_1_1TearoffMenuItem.html">Gtk::TearoffMenuItem</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A special <a class="el" href="classGtk_1_1MenuItem.html">Gtk::MenuItem</a> which is used to tear off and reattach its menu. <a href="classGtk_1_1TearoffMenuItem.html#_details">More...</a><br></td></tr>
</table>
</div>
<!-- end main content -->
<hr><address><small>
Generated for gtkmm 2.4 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 © 1997-2001</small></address>
</body>
</html>
|