From: Detlef R. <det...@gm...> - 2014-05-15 03:47:52
|
Hi, I like to disable some of the settings in the print dialog, because in my program it is not useful to change them, i.e. the paper size. The dialog is created from Gtk::PrintOperation in the "run" method. Because I found no way, to come from this point to the print dialog widget I've tried to overwrite the initialize method of Gtk::PrintUnixDialog, connect i.e. to the configure signal, search for the widget and make it insensitive. But my initialize is never called. Is there any other way to get to this? Cheers, detlef |