Method | Description | |
---|---|---|
CreateFromResource ( |
||
GetApplications ( string filename ) : IEnumerable |
||
GetFileAttributes ( string fileName ) : object | ||
GetUsableMonitorGeometry ( int screenNumber, int monitor_id ) : Xwt.Rectangle | ||
Initialize ( ) : void | ||
LoadNativeToolkit ( ) : Xwt.Toolkit | ||
OpenFolder ( FilePath folderPath, FilePath selectFiles ) : void | ||
OpenTerminal ( FilePath directory, string>.IDictionary |
||
QueryAssociationString ( string assoc, AssociationString str, AssociationFlags flags, string extra = null ) : string | ||
SetFileAttributes ( string fileName, object attributes ) : void | ||
SetGlobalMenu ( Components commandManager, string commandMenuAddinPath, string appMenuAddinPath ) : bool | ||
SetGlobalProgressBar ( double progress ) : void | ||
ShowGlobalProgressBarError ( ) : void | ||
ShowGlobalProgressBarIndeterminate ( ) : void | ||
StartConsoleProcess ( string command, string arguments, string workingDirectory, string>.IDictionary |
Method | Description | |
---|---|---|
CreateRecentFilesProvider ( ) : MonoDevelop.Ide.Desktop.RecentFiles | ||
OnGetMimeTypeDescription ( string mimeType ) : string | ||
OnGetMimeTypeForUri ( string uri ) : string |
Method | Description | |
---|---|---|
AttachMainToolbar ( Gtk parent, Components toolbar ) : void | ||
CreateConsoleStartInfo ( string command, string arguments, string workingDirectory, string>.IDictionary |
||
CreateMainToolbar ( Gtk window ) : Components.MainToolbar.IMainToolbarView | ||
EnumDisplayMonitors ( |
||
GetAppsForExtension ( string extension ) : IEnumerable |
||
GetMonitorInfoA ( |
||
GetOpenWithProgidsKeys ( string extension ) : IEnumerable |
||
ILCreateFromPath ( [ pszPath ) : |
||
ILFree ( |
||
SHOpenFolderAndSelectItems ( |
||
SetMainWindowDecorations ( Gtk window ) : void | ||
SetupMenu ( ) : void | ||
WindowsAppFromName ( string appName, bool isDefault, AssociationFlags flags ) : WindowsDesktopApplication |
public CreateFromResource ( |
||
bitmap | ||
return | Gdk.Pixbuf |
protected CreateRecentFilesProvider ( ) : MonoDevelop.Ide.Desktop.RecentFiles | ||
return | MonoDevelop.Ide.Desktop.RecentFiles |
public GetApplications ( string filename ) : IEnumerable |
||
filename | string | |
return | IEnumerable |
public GetFileAttributes ( string fileName ) : object | ||
fileName | string | |
return | object |
public GetUsableMonitorGeometry ( int screenNumber, int monitor_id ) : Xwt.Rectangle | ||
screenNumber | int | |
monitor_id | int | |
return | Xwt.Rectangle |
protected OnGetMimeTypeDescription ( string mimeType ) : string | ||
mimeType | string | |
return | string |
protected OnGetMimeTypeForUri ( string uri ) : string | ||
uri | string | |
return | string |
public OpenFolder ( FilePath folderPath, FilePath selectFiles ) : void | ||
folderPath | FilePath | |
selectFiles | FilePath | |
return | void |
public OpenTerminal ( FilePath directory, string>.IDictionary |
||
directory | FilePath | |
environmentVariables | string>.IDictionary | |
title | string | |
return | void |
public static QueryAssociationString ( string assoc, AssociationString str, AssociationFlags flags, string extra = null ) : string | ||
assoc | string | |
str | AssociationString | |
flags | AssociationFlags | |
extra | string | |
return | string |
public SetFileAttributes ( string fileName, object attributes ) : void | ||
fileName | string | |
attributes | object | |
return | void |
public SetGlobalMenu ( Components commandManager, string commandMenuAddinPath, string appMenuAddinPath ) : bool | ||
commandManager | Components | |
commandMenuAddinPath | string | |
appMenuAddinPath | string | |
return | bool |
public SetGlobalProgressBar ( double progress ) : void | ||
progress | double | |
return | void |
public ShowGlobalProgressBarIndeterminate ( ) : void | ||
return | void |
public StartConsoleProcess ( string command, string arguments, string workingDirectory, string>.IDictionary |
||
command | string | |
arguments | string | |
workingDirectory | string | |
environmentVariables | string>.IDictionary | |
title | string | |
pauseWhenFinished | bool | |
return | MonoDevelop.Core.Execution.ProcessAsyncOperation |