/[classpath]/classpath/gnu/java/awt/peer/gtk/GtkContainerPeer.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GtkContainerPeer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25.2.4 by gnu_andrew, Tue Aug 2 20:12:09 2005 UTC revision 1.25.2.5 by gnu_andrew, Sat Sep 10 15:31:37 2005 UTC
# Line 52  public class GtkContainerPeer extends Gt Line 52  public class GtkContainerPeer extends Gt
52    implements ContainerPeer    implements ContainerPeer
53  {  {
54    Container c;    Container c;
   boolean isValidating;  
55    
56    public GtkContainerPeer(Container c)    public GtkContainerPeer(Container c)
57    {    {
# Line 62  public class GtkContainerPeer extends Gt Line 61  public class GtkContainerPeer extends Gt
61    
62    public void beginValidate ()    public void beginValidate ()
63    {    {
     isValidating = true;  
64    }    }
65    
66    public void endValidate ()    public void endValidate ()
# Line 90  public class GtkContainerPeer extends Gt Line 88  public class GtkContainerPeer extends Gt
88          if (!(awtComponent instanceof Window))          if (!(awtComponent instanceof Window))
89            setParentAndBounds ();            setParentAndBounds ();
90        }        }
   
     isValidating = false;  
91    }    }
92    
93    public Insets getInsets()    public Insets getInsets()
# Line 153  public class GtkContainerPeer extends Gt Line 149  public class GtkContainerPeer extends Gt
149            comp.getPeer().setBackground(c);            comp.getPeer().setBackground(c);
150        }        }
151    }    }
152    
153      public boolean isRestackSupported()
154      {
155          // FIXME: implement
156        return false;
157      }
158    
159      public void cancelPendingPaint(int x, int y, int width, int height)
160      {
161        // FIXME: implement
162      }
163    
164      public void restack()
165      {
166          //FIXME: implement
167        
168      }
169  }  }

Legend:
Removed from v.1.25.2.4  
changed lines
  Added in v.1.25.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26