message box position on screen
- From: "Louis Lu" <netlu visto com>
- To: gtk-list gnome org
- Subject: message box position on screen
- Date: Wed, 07 Jun 2000 18:43:32 -0700
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]