
On Fri, Jul 06, 2007 at 10:19:41AM -0500, Alec Berryman wrote:
GtkWidget *dlg = gtk_message_dialog_new(NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, "foo");
I'm puzzled... Attached you'll a patch. Actually two: the first, already sent here and awaiting review from XMonad developers, is unrelated but adds some configuration option (and I'm working on that version of tabbed. The second one is want I'd like you to try (you must apply them both). This is the only way I can operate from a plugin. I can move the window somewhere. Now, the code you created does not comply with gaps too. I did not check, but it should. So there are issues within XMonad too (a ticket should be open, I'd say), and issues related to the exported API: an external module should be able to do what tabbed.hs is doing, and floating window should comply, I think. Anyway, this is something that must be discussed with core XMonad developers. Ciao Andrea