HI:
I have a dialog box, and use:
GtkWidget *app;
gtk_widget_set_uposition(app, 100,100);
to set a fix position for dialog box when it shows on
screen. However, I also have a message box that come up
before the dialog box pop up on the screen. I just could
notletthis message box come out at a fix position on the
screen. (sometime in lower left side, or right upper side)
IS there a way to set a fix position for a message box?
p.s I use
GtkWidget *msgbox;
gtk_widget_set_uposition(app, 100,100);
msgbox = gnome_message_box_new (...);
No problem after compile, but got error on running it.
Thanks in advance.
Louis
___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list