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: Øystein Johansen
Subject: Re: [Bug-gnubg] New proposed GUI layout!
Date: Mon, 04 Aug 2003 18:30:54 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130

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






reply via email to

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