Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e3918135d52936bad0ecc8654eedea12 > files > 311

Falcon-doc-0.9.6.8-1.fc15.noarch.rpm

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
<head><meta content="text/html;charset=&amp;quot;utf-8&amp;quot;" http-equiv="Content-type"/><link href="faldoc.css" rel="stylesheet" type="text/css"/><title> - Class GtkMenuBar</title></head><body class="faldoc"><ul class="navi_top"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="gtk.html">Up: The Falcon GTK Binding module</a></li>
         <li class="prev"><a href="gtk_GtkMenu.html">Previous: Class GtkMenu</a></li>
         <li class="next"><a href="gtk_GtkMenuItem.html">Next: Class GtkMenuItem</a></li>
         <li class="clear"></li>
         </ul><div id="page_body"><h1><span class="toc_number">10.84</span>Class GtkMenuBar</h1><p class="brief">A subclass widget for GtkMenuShell which holds GtkMenuItem widgets </p>
         <pre class="prototype">Class GtkMenuBar</pre>
         <p>The GtkMenuBar is a subclass of GtkMenuShell which contains one to many GtkMenuItem. The result is a standard menu bar which can hold many menu items. GtkMenuBar allows for a shadow type to be set for aesthetic purposes. The shadow types are defined in the set_shadow_type function. </p>
<table class="members">
         <tbody><tr class="member_type"><td class="member_type" colspan="2">Methods</td></tr>
               <tr><td><a href="#get_child_pack_direction">get_child_pack_direction</a></td><td>Retrieves the current child pack direction of the menubar. </td></tr>
               <tr><td><a href="#get_pack_direction">get_pack_direction</a></td><td>Retrieves the current pack direction of the menubar. </td></tr>
               <tr><td><a href="#set_child_pack_direction">set_child_pack_direction</a></td><td>Sets how widgets should be packed inside the children of a menubar. </td></tr>
               <tr><td><a href="#set_pack_direction">set_pack_direction</a></td><td>Sets how items should be packed inside a menubar. </td></tr>
               </tbody>
            </table>
         <h2>Methods</h2><h3><a name="get_child_pack_direction">get_child_pack_direction</a></h3><p class="brief">Retrieves the current child pack direction of the menubar. </p>
         <pre class="prototype">GtkMenuBar.get_child_pack_direction()</pre>
         <table class="prototype">
         <tbody><tr class="return"><td class="name">Return</td><td class="content">the child pack direction </td></tr>
               </tbody>
            </table>
         <h3><a name="get_pack_direction">get_pack_direction</a></h3><p class="brief">Retrieves the current pack direction of the menubar. </p>
         <pre class="prototype">GtkMenuBar.get_pack_direction()</pre>
         <table class="prototype">
         <tbody><tr class="return"><td class="name">Return</td><td class="content">the pack direction </td></tr>
               </tbody>
            </table>
         <h3><a name="set_child_pack_direction">set_child_pack_direction</a></h3><p class="brief">Sets how widgets should be packed inside the children of a menubar. </p>
         <pre class="prototype">GtkMenuBar.set_child_pack_direction( child_pack_dir )</pre>
         <table class="prototype">
         <tbody><tr class="param"><td class="name">child_pack_dir</td><td class="content"> a new GtkPackDirection </td></tr>
               </tbody>
            </table>
         <h3><a name="set_pack_direction">set_pack_direction</a></h3><p class="brief">Sets how items should be packed inside a menubar. </p>
         <pre class="prototype">GtkMenuBar.set_pack_direction( pack_dir )</pre>
         <table class="prototype">
         <tbody><tr class="param"><td class="name">pack_dir</td><td class="content"> a new GtkPackDirection </td></tr>
               </tbody>
            </table>
         </div><ul class="navi_bottom"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="gtk.html">Up: The Falcon GTK Binding module</a></li>
         <li class="prev"><a href="gtk_GtkMenu.html">Previous: Class GtkMenu</a></li>
         <li class="next"><a href="gtk_GtkMenuItem.html">Next: Class GtkMenuItem</a></li>
         <li class="clear"></li>
         </ul><div class="signature">Made with <a href="faldoc 3.0">http://www.falconpl.org</a></div></body></html>