C# Class MonoDevelop.Components.IdeTheme

Exibir arquivo Open project: powerumc/monodevelop_korean Class Usage Examples

Public Methods

Method Description
ApplyTheme ( NSWindow window ) : void
ApplyTheme ( this window ) : void

Private Methods

Method Description
IdeTheme ( ) : System
InitializeGtk ( string progname, string &args ) : void
OnClose ( NSNotification note ) : void
OnGtkWindowRealized ( object s, EventArgs a ) : void
SetTheme ( NSWindow window ) : void
SetupGtkTheme ( ) : void
SetupXwtTheme ( ) : void
UpdateGtkTheme ( ) : void
UpdateMacWindows ( ) : void
UpdateStyles ( ) : void
ValidateGtkTheme ( string &theme ) : void

Method Details

ApplyTheme() public static method

public static ApplyTheme ( NSWindow window ) : void
window NSWindow
return void

ApplyTheme() public static method

public static ApplyTheme ( this window ) : void
window this
return void