Re: Window / Widget Positioning...



hi clive,

i think you should try 
gtk_window_set_position(GtkWindow *window,GtkWindowPosition position)
with position set to GTK_WIN_POS_CENTER

if you want to put a widget anywhere else try
gtk_widget_set_uposition(GtkWidget *widget, gint x, gint y)

Good Luck!




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]