<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.ui.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'class.ui-menu.php',
    1 => 'UI\\Menu',
    2 => 'Menu',
  ),
  'up' => 
  array (
    0 => 'book.ui.php',
    1 => 'UI',
  ),
  'prev' => 
  array (
    0 => 'ui-control.show.php',
    1 => 'UI\\Control::show',
  ),
  'next' => 
  array (
    0 => 'ui-menu.append.php',
    1 => 'UI\\Menu::append',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ui/ui.menu.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.ui-menu.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.ui-menu" class="reference">

 <h1 class="title">Menu</h1>
 

 <div class="partintro"><p class="verinfo">(UI 0.9.9)</p>


  <div class="section" id="ui-menu.intro">
   <h2 class="title">Giriş</h2>
   <p class="para">
    Menus must be constructed before the first Window, and can be shown on any Window
   </p>
  </div>


  <div class="section" id="ui-menu.synopsis">
   <h2 class="title">Sınıf Sözdizimi</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">UI\Menu</strong>
     </span>
     {</div>

    
     <div class="classsynopsisinfo classsynopsisinfo_comment">/* Constructor */</div>
    <div class="constructorsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="ui-menu.construct.php" class="methodname">__construct</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>)</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Yöntemler */</div>
    <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="ui-menu.append.php" class="methodname">append</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$type</code><span class="initializer"> = UI\MenuItem::class</span></span>): <span class="type"><a href="class.ui-menuitem.php" class="type UI\MenuItem">UI\MenuItem</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="ui-menu.appendabout.php" class="methodname">appendAbout</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$type</code><span class="initializer"> = UI\MenuItem::class</span></span>): <span class="type"><a href="class.ui-menuitem.php" class="type UI\MenuItem">UI\MenuItem</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="ui-menu.appendcheck.php" class="methodname">appendCheck</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$name</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$type</code><span class="initializer"> = UI\MenuItem::class</span></span>): <span class="type"><a href="class.ui-menuitem.php" class="type UI\MenuItem">UI\MenuItem</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="ui-menu.appendpreferences.php" class="methodname">appendPreferences</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$type</code><span class="initializer"> = UI\MenuItem::class</span></span>): <span class="type"><a href="class.ui-menuitem.php" class="type UI\MenuItem">UI\MenuItem</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="ui-menu.appendquit.php" class="methodname">appendQuit</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$type</code><span class="initializer"> = UI\MenuItem::class</span></span>): <span class="type"><a href="class.ui-menuitem.php" class="type UI\MenuItem">UI\MenuItem</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="ui-menu.appendseparator.php" class="methodname">appendSeparator</a></span>()</div>

   }</div>


  </div>

 </div>

 

















































<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="ui-menu.append.php">UI\Menu::append</a> — Append Menu Item</li><li><a href="ui-menu.appendabout.php">UI\Menu::appendAbout</a> — Append About Menu Item</li><li><a href="ui-menu.appendcheck.php">UI\Menu::appendCheck</a> — Append Checkable Menu Item</li><li><a href="ui-menu.appendpreferences.php">UI\Menu::appendPreferences</a> — Append Preferences Menu Item</li><li><a href="ui-menu.appendquit.php">UI\Menu::appendQuit</a> — Append Quit Menu Item</li><li><a href="ui-menu.appendseparator.php">UI\Menu::appendSeparator</a> — Append Menu Item Separator</li><li><a href="ui-menu.construct.php">UI\Menu::__construct</a> — Construct a new Menu</li></ul>
</div>
<?php manual_footer($setup); ?>