David Buchan
To: gtk-list list
Sent: Tuesday, September 18, 2012 9:51 PM
Subject: GTK window positioning
It just occurred to me that maybe I should be sending to the gtk-list mailing
list instead (more active).
Pls see below...
- Forwarded Message -
From: David Buchan
To: gtk-app-
devel-list@gnome.org
Sent: Wednesday, September 19, 2012 2:53 PM
Subject: Re: GTK window positioning
David Buchan wrote:
> gtk_window_set_position (GTK_WINDOW (window1), GTK_WIN_POS_NONE);
[snip]
>
> I find that the two windows are always placed right on top of each other. I
>
David Buchan wrote:
> gtk_window_set_position (GTK_WINDOW (window1), GTK_WIN_POS_NONE);
[snip]
>
> I find that the two windows are always placed right on top of each other. I
> can drag the top one off the one underneath, but I'd like the window manager
> to choose placements that are separate
Hi,
I've made a program that creates two new windows when demanded:
GtkWidget *window1, *scrolled_win1, *textview1;
GtkTextBuffer *buffer1;
GtkWidget *window2, *scrolled_win2, *textview2;
GtkTextBuffer *buffer2;
PangoFontDescription *textview_font1;
PangoFontDescription *textview_font