Re: help on file selection



    Giovanni> i would like to implement a file section dialog box.  i'm
    Giovanni> capable to create a file selection window, but it's not whast
    Giovanni> i need.  the dialog for selecting the file name should be
    Giovanni> modal.

My understanding is that to make a dialog modal you simply call
gtk_dialog_run(), which won't return until the user has clicked something
that caused the dialog to emit a response signal.  At that point, your
signal handler should be (or have been) called.

-- 
Skip Montanaro (skip pobox com)
http://www.mojam.com/
http://www.musi-cal.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]