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

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

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

revision 1.48 by tromey, Wed Feb 19 03:50:33 2003 UTC revision 1.49 by cbj, Wed Feb 26 02:52:01 2003 UTC
# Line 394  public class GtkComponentPeer extends Gt Line 394  public class GtkComponentPeer extends Gt
394    {    {
395      // FIXME: just a stub for now.      // FIXME: just a stub for now.
396    }    }
397    
398      public boolean isFocusable ()
399      {
400        return false;
401      }
402    
403      public boolean requestFocus (Component source, boolean b1,
404                                   boolean b2, long x)
405      {
406        return false;
407      }
408    
409      public boolean isObscured ()
410      {
411        return false;
412      }
413    
414      public boolean canDetermineObscurity ()
415      {
416        return false;
417      }
418    
419      public void coalescePaintEvent (PaintEvent e)
420      {
421        
422      }
423    
424      public void updateCursorImmediately ()
425      {
426        
427      }
428    
429      public VolatileImage createVolatileImage (int width, int height)
430      {
431        return null;
432      }
433    
434      public boolean handlesWheelScrolling ()
435      {
436        return false;
437      }
438    
439      public void createBuffers (int x, BufferCapabilities capabilities)
440        throws java.awt.AWTException
441    
442      {
443        
444      }
445    
446      public Image getBackBuffer ()
447      {
448        return null;
449      }
450    
451      public void flip (BufferCapabilities.FlipContents contents)
452      {
453        
454      }
455    
456      public void destroyBuffers ()
457      {
458        
459      }
460  }  }

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

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