[Gtk-sharp-list] Actions during loading of window question

gdillen guy.dillen at skynet.be
Sun Jul 16 14:19:02 EDT 2006


I want to execute some initializing activities (loading listboxes with data,
...) during a window load event.
Does there exist a load event for doing these kind of activities?

Something like:

MainWindow.LoadEvent += new System.EventHandler(OnMainWindowLoad);

public static void OnMainWindowLoad(object o, System.EventArgs args)
{
	// Initializing activities		
}
-- 
View this message in context: http://www.nabble.com/Actions-during-loading-of-window-question-tf1951377.html#a5351167
Sent from the Mono - Gtk# forum at Nabble.com.



More information about the Gtk-sharp-list mailing list