> To: ilugc@ae.iitm.ac.in
> From: vijayku...@bravegnu.org
> Date: Sat, 29 Aug 2009 05:58:33 +
> Subject: [Ilugc] Re: Custom Dialog in GTK+
>
> Shunmuga Sundaram writes:
>
> > i want to know that how do i show my funnydialog as a model
>
Shunmuga Sundaram 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_wi