GNOME Bugzilla – Bug 385950
showing an about dialogue on another screen
Last modified: 2012-01-26 04:55:59 UTC
gtk_show_about_dialog with NULL parent always shows it on the default screen. Sometimes you want to show an about dialogue on another screen but don't have a parent there (for example, from a status icon on the other screen). So I propose gtk_show_about_dialog_on_screen.
Created attachment 78383 [details] [review] proposed patch
Can you describe a use case for this ? I just can't imagine.
The original motivation for that patch was bug 336504 comment 7. A somewhat contrived use case is showing an about dialogue from click/context menu on a status icon on a different screen than the programme's main window is on.