儲存庫 vbox 的更動 58080
- 時間撮記:
- 2015-10-7 上午10:43:21 (9 年 以前)
- 位置:
- trunk/doc/manual/en_US
- 檔案:
-
- 修改 4 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/doc/manual/en_US/SDKRef.xml
r57756 r58080 3527 3527 3528 3528 <chapter id="dnd"> 3529 <title>Drag 'nDrop</title>3529 <title>Drag and Drop</title> 3530 3530 3531 3531 <para>Since VirtualBox 4.2 it's possible to transfer files from host to the 3532 3532 Linux guests by dragging files, directories or text from the host into the 3533 guest's screen. This is called <emphasis>drag 'ndrop3533 guest's screen. This is called <emphasis>drag and drop 3534 3534 (DnD)</emphasis>.</para> 3535 3535 … … 3538 3538 to the host.</para> 3539 3539 3540 <note><para>Currently only the VirtualBox Manager frontend supports drag 'n3540 <note><para>Currently only the VirtualBox Manager frontend supports drag and 3541 3541 drop.</para></note> 3542 3542 3543 3543 <para>This chapter will show how to use the required interfaces provided 3544 by VirtualBox for adding drag 'ndrop functionality to third-party3544 by VirtualBox for adding drag and drop functionality to third-party 3545 3545 frontends.</para> 3546 3546 … … 3550 3550 <para>In order to use the interfaces provided by VirtualBox, some basic 3551 3551 concepts needs to be understood first: To successfully initiate a 3552 drag 'ndrop operation at least two sides needs to be involved, a3552 drag and drop operation at least two sides needs to be involved, a 3553 3553 <emphasis>source</emphasis> and a <emphasis>target</emphasis>:</para> 3554 3554 … … 4044 4044 </listitem> 4045 4045 4046 <listitem><para>Drag 'ndrop APIs were changed as follows:<itemizedlist>4046 <listitem><para>Drag and drop APIs were changed as follows:<itemizedlist> 4047 4047 4048 4048 <listitem> 4049 <para>Methods for providing host to guest drag 'ndrop4049 <para>Methods for providing host to guest drag and drop 4050 4050 functionality, such as 4051 4051 <computeroutput>IGuest::dragHGEnter</computeroutput>, … … 4061 4061 <link linkend="IGuest__dnDTarget">IGuest::dnDTarget()</link> 4062 4062 method.</para> 4063 <para>Methods for providing guest to host drag 'ndrop4063 <para>Methods for providing guest to host drag and drop 4064 4064 functionality, such as 4065 4065 <computeroutput>IGuest::dragGHPending()</computeroutput>, -
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r57117 r58080 2422 2422 <glossterm><computeroutput>DragAndDrop</computeroutput></glossterm> 2423 2423 <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> 2425 2425 </glossdef> 2426 2426 </glossentry> -
trunk/doc/manual/en_US/user_BasicConcepts.xml
r57091 r58080 412 412 413 413 <glossentry> 414 <glossterm>Drag 'n'Drop</glossterm>414 <glossterm>Drag and Drop</glossterm> 415 415 <glossdef> 416 <para>This setting allows to enable support for drag 'ndrop: Select416 <para>This setting allows to enable support for drag and drop: Select 417 417 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 'ndrop modes418 or open it on the guest or host. Multiple per-VM drag and drop modes 419 419 allow restricting access in either direction.</para> 420 420 421 <para>For drag 'ndrop to work the Guest Additions need to be421 <para>For drag and drop to work the Guest Additions need to be 422 422 installed on the guest.</para> 423 423 424 <para><note><para>Drag 'ndrop is disabled by default. This setting can be425 changed at any time using the "Drag 'n'Drop" menu item in the424 <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 426 426 "Devices" menu of the virtual machine.</para></note></para> 427 427 … … 710 710 by enabling nested paging in addition to hardware virtualization. For 711 711 technical details, see <xref linkend="nestedpaging" />.</para> 712 712 713 713 <para>Starting with version 5.0, VirtualBox provides paravirtualization 714 714 interfaces to improve time-keeping accuracy and performance of guest -
trunk/doc/manual/en_US/user_VBoxManage.xml
r57458 r58080 733 733 </para> 734 734 </listitem> 735 735 736 736 <listitem> 737 737 <para><computeroutput>--biospxedebug on|off</computeroutput>: … … 887 887 the name of the NAT network this adapter is connected to.</para> 888 888 </listitem> 889 889 890 890 <listitem> 891 891 <para><computeroutput>--bridgeadapter<1-N> … … 1040 1040 1041 1041 <para>The following other hardware settings, such as serial port, audio, 1042 clipboard, drag 'ndrop, monitor and USB settings are available through1042 clipboard, drag and drop, monitor and USB settings are available through 1043 1043 <computeroutput>VBoxManage modifyvm</computeroutput>:<itemizedlist> 1044 1044 <listitem> … … 1153 1153 <para><computeroutput>--draganddrop 1154 1154 disabled|hosttoguest|guesttohost|bidirectional</computeroutput>: 1155 With this setting, you can select the current drag 'ndrop mode1155 With this setting, you can select the current drag and drop mode 1156 1156 being used between the host and the virtual machine; 1157 1157 see <xref linkend="guestadd-dnd" />. This requires that the Guest … … 1418 1418 </itemizedlist></para> 1419 1419 </sect2> 1420 1420 1421 1421 <sect2 id="vboxmanage-modifyvm-debugging"> 1422 1422 <title>Debugging settings</title> … … 1868 1868 <para><computeroutput>draganddrop 1869 1869 disabled|hosttoguest|guesttohost|bidirectional</computeroutput>: 1870 With this setting, you can select the current drag 'ndrop mode1870 With this setting, you can select the current drag and drop mode 1871 1871 being used between the host and the virtual machine; 1872 1872 see <xref linkend="guestadd-dnd" />. This requires that the Guest
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器