mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 473045 - added taskbar idl comments. no bug.
This commit is contained in:
parent
b4ae287fcb
commit
9173927909
@ -24,6 +24,7 @@
|
||||
* Contributor(s):
|
||||
* Rob Arnold <tellrob@gmail.com>
|
||||
* Siddharth Agarwal <sid.bugzilla@gmail.com>
|
||||
* Jim Mathies <jmathies@mozilla.com>
|
||||
*
|
||||
* Alternatively, the contents of this file may be used under the terms of
|
||||
* either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
@ -77,8 +78,8 @@ interface nsIJumpListBuilder;
|
||||
* for those windows is also combined as defined here:
|
||||
* http://msdn.microsoft.com/en-us/library/dd391697%28VS.85%29.aspx
|
||||
*
|
||||
* Applications may also define custom taskbar jump lists on application shortcuts
|
||||
* users pin to the taskbar. See nsIJumpListBuilder for more information.
|
||||
* Applications may also define custom taskbar jump lists on application shortcuts.
|
||||
* See nsIJumpListBuilder for more information.
|
||||
*/
|
||||
|
||||
[scriptable, uuid(4BC6D594-8FF0-4975-8642-3A5BC1928E81)]
|
||||
@ -110,6 +111,10 @@ interface nsIWinTaskbar : nsISupports
|
||||
*/
|
||||
nsITaskbarWindowPreview getTaskbarWindowPreview(in nsIDocShell shell);
|
||||
|
||||
/**
|
||||
* Taskbar icon progress indicator
|
||||
*/
|
||||
|
||||
/**
|
||||
* Gets the taskbar progress for a window. The docshell is used to find the
|
||||
* toplevel window. See the documentation for nsITaskbarProgress for more
|
||||
@ -117,6 +122,10 @@ interface nsIWinTaskbar : nsISupports
|
||||
*/
|
||||
nsITaskbarProgress getTaskbarProgress(in nsIDocShell shell);
|
||||
|
||||
/**
|
||||
* Taskbar and start menu jump list management
|
||||
*/
|
||||
|
||||
/**
|
||||
* Retrieve a taskbar jump list builder
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user