FSpot.MainWindow.HandleIconViewReady C# (CSharp) 메소드

HandleIconViewReady() 공개 메소드

public HandleIconViewReady ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void
		void HandleIconViewReady (object sender, EventArgs args)
		{
			LoadPreference (Preferences.GLASS_POSITION);

			// We only want to set the position the first time
			// the icon_view is ready (eg on startup)
			icon_view.SizeAllocated -= HandleIconViewReady;
		}
MainWindow