Shunmuga Sundaram <ds_sun...@...> writes: > i want to know that how do i show my funnydialog as a model window > to what ever the application is ?
gtk_window_set_transient_for() can be used to set the parent window for a dialog. Get the parent window as an argument to funnydialog and use the gtk_window_set_transient_for() to make it the parent window. gtk_window_set_modal() can be used to make a dialog modal. Regards, Vijay _______________________________________________ To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc