<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ui-window.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'ui-window.open.php',
    1 => 'UI\\Window::open',
    2 => 'Open Dialog',
  ),
  'up' => 
  array (
    0 => 'class.ui-window.php',
    1 => 'UI\\Window',
  ),
  'prev' => 
  array (
    0 => 'ui-window.onclosing.php',
    1 => 'UI\\Window::onClosing',
  ),
  'next' => 
  array (
    0 => 'ui-window.save.php',
    1 => 'UI\\Window::save',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ui/ui/window/open.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ui-window.open" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">UI\Window::open</h1>
  <p class="verinfo">(UI 0.9.9)</p><p class="refpurpose"><span class="refname">UI\Window::open</span> &mdash; <span class="dc-title">Open Dialog</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ui-window.open-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>UI\Window::open</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Shall show an open file dialog
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-ui-window.open-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-ui-window.open-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   Returns the name of the file selected for opening
  </p>
 </div>



</div><?php manual_footer($setup); ?>