/[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.30 by mark, Sat Jul 2 20:32:12 2005 UTC revision 1.31 by fitzsim, Wed Aug 17 04:24:38 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()

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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