Hi Hannes: try using gtk_widget_set_uposition() GtkWidget* dlgMain; dlgMain = gtk_dialog_new(); ... gtk_... ... gtk_widget_set_uposition( dlgMain, xpos, ypos ); /* Here */ Regards, Luis -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hannes Mayer Sent: Thursday, January 18, 2007 2:26 PM To: [email protected] Subject: [directfb-users] How to move or set the Position of a GTKFB Window
Hi, How can i move or set the startup Position of a Window from a GTKFB Application? With native Applications like dfbterm there is no Problem, but i cant move a GTKFB Application Window. And how to set there start Position? The most Applications are always left on the top. Thats a problem cause it's not possible to run two GTKFB Apps on one time, when they are on the same position. Thanks Hannes _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
