VirtualBox

儲存庫 vbox 的更動 58080


忽略:
時間撮記:
2015-10-7 上午10:43:21 (9 年 以前)
作者:
vboxsync
訊息:

Manual: More Drag'n drop -> Drag and drop.

位置:
trunk/doc/manual/en_US
檔案:
修改 4 筆資料

圖例:

未更動
新增
刪除
  • trunk/doc/manual/en_US/SDKRef.xml

    r57756 r58080  
    35273527
    35283528  <chapter id="dnd">
    3529     <title>Drag'n Drop</title>
     3529    <title>Drag and Drop</title>
    35303530
    35313531    <para>Since VirtualBox 4.2 it's possible to transfer files from host to the
    35323532    Linux guests by dragging files, directories or text from the host into the
    3533     guest's screen. This is called <emphasis>drag'n drop
     3533    guest's screen. This is called <emphasis>drag and drop
    35343534    (DnD)</emphasis>.</para>
    35353535
     
    35383538    to the host.</para>
    35393539
    3540     <note><para>Currently only the VirtualBox Manager frontend supports drag'n
     3540    <note><para>Currently only the VirtualBox Manager frontend supports drag and
    35413541      drop.</para></note>
    35423542
    35433543    <para>This chapter will show how to use the required interfaces provided
    3544     by VirtualBox for adding drag'n drop functionality to third-party
     3544    by VirtualBox for adding drag and drop functionality to third-party
    35453545    frontends.</para>
    35463546
     
    35503550      <para>In order to use the interfaces provided by VirtualBox, some basic
    35513551      concepts needs to be understood first: To successfully initiate a
    3552       drag'n drop operation at least two sides needs to be involved, a
     3552      drag and drop operation at least two sides needs to be involved, a
    35533553      <emphasis>source</emphasis> and a <emphasis>target</emphasis>:</para>
    35543554
     
    40444044        </listitem>
    40454045
    4046         <listitem><para>Drag'n drop APIs were changed as follows:<itemizedlist>
     4046        <listitem><para>Drag and drop APIs were changed as follows:<itemizedlist>
    40474047
    40484048          <listitem>
    4049             <para>Methods for providing host to guest drag'n drop
     4049            <para>Methods for providing host to guest drag and drop
    40504050              functionality, such as
    40514051              <computeroutput>IGuest::dragHGEnter</computeroutput>,
     
    40614061              <link linkend="IGuest__dnDTarget">IGuest::dnDTarget()</link>
    40624062              method.</para>
    4063             <para>Methods for providing guest to host drag'n drop
     4063            <para>Methods for providing guest to host drag and drop
    40644064              functionality, such as
    40654065              <computeroutput>IGuest::dragGHPending()</computeroutput>,
  • trunk/doc/manual/en_US/user_AdvancedTopics.xml

    r57117 r58080  
    24222422          <glossterm><computeroutput>DragAndDrop</computeroutput></glossterm>
    24232423          <glossdef>
    2424             <para>Don't show the <emphasis>Drag'n'Drop</emphasis> menu item in this menu.</para>
     2424            <para>Don't show the <emphasis>Drag and Drop</emphasis> menu item in this menu.</para>
    24252425          </glossdef>
    24262426        </glossentry>
  • trunk/doc/manual/en_US/user_BasicConcepts.xml

    r57091 r58080  
    412412
    413413          <glossentry>
    414             <glossterm>Drag'n'Drop</glossterm>
     414            <glossterm>Drag and Drop</glossterm>
    415415            <glossdef>
    416               <para>This setting allows to enable support for drag'n drop: Select
     416              <para>This setting allows to enable support for drag and drop: Select
    417417              an object (e.g. a file) from the host or guest and directly copy
    418               or open it on the guest or host. Multiple per-VM drag'n drop modes
     418              or open it on the guest or host. Multiple per-VM drag and drop modes
    419419              allow restricting access in either direction.</para>
    420420
    421               <para>For drag'n drop to work the Guest Additions need to be
     421              <para>For drag and drop to work the Guest Additions need to be
    422422              installed on the guest.</para>
    423423
    424               <para><note><para>Drag'n drop is disabled by default. This setting can be
    425               changed at any time using the "Drag'n'Drop" menu item in the
     424              <para><note><para>Drag and drop is disabled by default. This setting can be
     425              changed at any time using the "Drag and Drop" menu item in the
    426426              "Devices" menu of the virtual machine.</para></note></para>
    427427
     
    710710      by enabling nested paging in addition to hardware virtualization. For
    711711      technical details, see <xref linkend="nestedpaging" />.</para>
    712      
     712
    713713      <para>Starting with version 5.0, VirtualBox provides paravirtualization
    714714      interfaces to improve time-keeping accuracy and performance of guest
  • trunk/doc/manual/en_US/user_VBoxManage.xml

    r57458 r58080  
    733733            </para>
    734734          </listitem>
    735          
     735
    736736          <listitem>
    737737            <para><computeroutput>--biospxedebug on|off</computeroutput>:
     
    887887            the name of the NAT network this adapter is connected to.</para>
    888888          </listitem>
    889          
     889
    890890          <listitem>
    891891            <para><computeroutput>--bridgeadapter&lt;1-N&gt;
     
    10401040
    10411041      <para>The following other hardware settings, such as serial port, audio,
    1042       clipboard, drag'n drop, monitor and USB settings are available through
     1042      clipboard, drag and drop, monitor and USB settings are available through
    10431043      <computeroutput>VBoxManage modifyvm</computeroutput>:<itemizedlist>
    10441044          <listitem>
     
    11531153            <para><computeroutput>--draganddrop
    11541154            disabled|hosttoguest|guesttohost|bidirectional</computeroutput>:
    1155             With this setting, you can select the current drag'n drop mode
     1155            With this setting, you can select the current drag and drop mode
    11561156            being used between the host and the virtual machine;
    11571157            see <xref linkend="guestadd-dnd" />. This requires that the Guest
     
    14181418        </itemizedlist></para>
    14191419    </sect2>
    1420    
     1420
    14211421    <sect2 id="vboxmanage-modifyvm-debugging">
    14221422      <title>Debugging settings</title>
     
    18681868        <para><computeroutput>draganddrop
    18691869        disabled|hosttoguest|guesttohost|bidirectional</computeroutput>:
    1870         With this setting, you can select the current drag'n drop mode
     1870        With this setting, you can select the current drag and drop mode
    18711871        being used between the host and the virtual machine;
    18721872        see <xref linkend="guestadd-dnd" />. This requires that the Guest
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette