Метод | Описание | |
---|---|---|
GetApplications ( string filename ) : IEnumerable |
||
GetIsFullscreen ( Gtk window ) : bool | ||
GetPixbufFromNSImage ( MonoMac.AppKit.NSImage icon, int width, int height ) : Gdk.Pixbuf | ||
GetPixbufFromNSImageRep ( MonoMac.AppKit.NSImageRep rep, int width, int height ) : Gdk.Pixbuf | ||
GetUsableMonitorGeometry ( Gdk screen, int monitor_id ) : Gdk.Rectangle | ||
GrabDesktopFocus ( Gtk window ) : void | ||
IsModalDialogRunning ( ) : bool | ||
LoadNativeToolkit ( ) : Xwt.Toolkit | ||
MacPlatformService ( ) : System | ||
OpenFile ( string filename ) : void | ||
OpenTerminal ( FilePath directory, string>.IDictionary |
||
SetGlobalMenu ( |
||
SetIsFullscreen ( Gtk window, bool isFullscreen ) : void | ||
ShowUrl ( string url ) : void | ||
StartConsoleProcess ( string command, string arguments, string workingDirectory, string>.IDictionary |
Метод | Описание | |
---|---|---|
CreateRecentFilesProvider ( ) : MonoDevelop.Ide.Desktop.RecentFiles | ||
OnGetMimeTypeForUri ( string uri ) : string | ||
OnGetPixbufForFile ( string filename, Gtk size ) : Gdk.Pixbuf |
Метод | Описание | |
---|---|---|
CheckGtkVersion ( uint major, uint minor, uint micro ) : void | ||
ConvertColor ( MonoMac.AppKit.NSColor color ) : Cairo.Color | ||
CreateMainToolbar ( Gtk window ) : |
||
GetAppBundleRoot ( FilePath path ) : FilePath | ||
GetPixbufFromNSBitmapImageRep ( |
||
GetTitleBarHeight ( ) : int | ||
GlobalSetup ( ) : void | ||
HandleDeleteEvent ( object o, Gtk args ) : void | ||
InitApp ( |
||
LoadImage ( string resource ) : MonoMac.AppKit.NSImage | ||
LoadMimeMapAsync ( ) : string>.Dictionary |
||
OnCommandActivating ( object sender, |
||
OpenUrl ( string url ) : void | ||
RemoveWindowShadow ( Gtk window ) : void | ||
SetMainWindowDecorations ( Gtk window ) : void | ||
SetupWithoutBundle ( ) : void |
protected CreateRecentFilesProvider ( ) : MonoDevelop.Ide.Desktop.RecentFiles | ||
Результат | MonoDevelop.Ide.Desktop.RecentFiles |
public GetApplications ( string filename ) : IEnumerable |
||
filename | string | |
Результат | IEnumerable |
public GetIsFullscreen ( Gtk window ) : bool | ||
window | Gtk | |
Результат | bool |
public static GetPixbufFromNSImage ( MonoMac.AppKit.NSImage icon, int width, int height ) : Gdk.Pixbuf | ||
icon | MonoMac.AppKit.NSImage | |
width | int | |
height | int | |
Результат | Gdk.Pixbuf |
public static GetPixbufFromNSImageRep ( MonoMac.AppKit.NSImageRep rep, int width, int height ) : Gdk.Pixbuf | ||
rep | MonoMac.AppKit.NSImageRep | |
width | int | |
height | int | |
Результат | Gdk.Pixbuf |
public GetUsableMonitorGeometry ( Gdk screen, int monitor_id ) : Gdk.Rectangle | ||
screen | Gdk | |
monitor_id | int | |
Результат | Gdk.Rectangle |
public GrabDesktopFocus ( Gtk window ) : void | ||
window | Gtk | |
Результат | void |
public LoadNativeToolkit ( ) : Xwt.Toolkit | ||
Результат | Xwt.Toolkit |
protected OnGetMimeTypeForUri ( string uri ) : string | ||
uri | string | |
Результат | string |
protected OnGetPixbufForFile ( string filename, Gtk size ) : Gdk.Pixbuf | ||
filename | string | |
size | Gtk | |
Результат | Gdk.Pixbuf |
public OpenFile ( string filename ) : void | ||
filename | string | |
Результат | void |
public OpenTerminal ( FilePath directory, string>.IDictionary |
||
directory | FilePath | |
environmentVariables | string>.IDictionary | |
title | string | |
Результат | void |
public SetGlobalMenu ( |
||
commandManager | ||
commandMenuAddinPath | string | |
appMenuAddinPath | string | |
Результат | bool |
public SetIsFullscreen ( Gtk window, bool isFullscreen ) : void | ||
window | Gtk | |
isFullscreen | bool | |
Результат | void |
public StartConsoleProcess ( string command, string arguments, string workingDirectory, string>.IDictionary |
||
command | string | |
arguments | string | |
workingDirectory | string | |
environmentVariables | string>.IDictionary | |
title | string | |
pauseWhenFinished | bool | |
Результат | IProcessAsyncOperation |