Re: how to stop other window receiving focus



"ansastry" <ansastry indiatimes com> writes:


window A calls dialog B (modal).


when i click on window A Dialog B should not go to back of window A or Minimize.



Call gtk_window_set_transient_for() on the dialog to make it a
transient of the main window.

Havoc



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