bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] New proposed GUI layout!


From: Jim Segrave
Subject: Re: [Bug-gnubg] New proposed GUI layout!
Date: Mon, 4 Aug 2003 19:03:32 +0200
User-agent: Mutt/1.2.5.1i

On Mon 04 Aug 2003 (18:30 +0200), Øystein Johansen wrote:
> Jim Segrave wrote:
> [A lot of things about docking windows]
> 
> Very fast I changed the code to read:
> 
>     pwGame = CreateGameWindow();
>     pwhbDock = gtk_handle_box_new();
>     gtk_container_add(GTK_CONTAINER(pwhbDock), pwGame);
>     gtk_box_pack_start( GTK_BOX( pwVboxRight ), pwhbDock, TRUE, TRUE, 0 );
> 
>     pwAnnotation =CreateAnnotationWindow();
>     pwhbDock = gtk_handle_box_new();
>     gtk_container_add(GTK_CONTAINER(pwhbDock), pwAnnotation);
>     gtk_box_pack_start( GTK_BOX( pwVboxRight ), pwhbDock, TRUE, TRUE, 0 );
> 
>     pwMessage = CreateMessageWindow();
>     pwhbDock = gtk_handle_box_new();
>     gtk_container_add(GTK_CONTAINER(pwhbDock), pwMessage);
>     gtk_box_pack_start( GTK_BOX( pwVboxRight ), pwhbDock, TRUE, TRUE, 0 );
> 
> I have recompiled and uploaded the executable for you to try:
> http://home.online.no/~oeysteij/docked.zip  (628 KB)
> 
> -Øystein

That's impressively quick. But I don't have a Windows environment in
which to test :-( 

Are you creating a branch for people to look at? I can easily get a
branch from CVS and let you know what issues might show up with gtk-2,
non-Linux Unix, fvwm2 under X11, etc.


-- 
Jim Segrave           address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]