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

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

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

revision 1.17 by tromey, Sat Nov 9 23:17:30 2002 UTC revision 1.18 by tromey, Sun Nov 10 01:32:32 2002 UTC
# Line 82  public class GtkWindowPeer extends GtkCo Line 82  public class GtkWindowPeer extends GtkCo
82    
83    native public void setResizable (boolean r);    native public void setResizable (boolean r);
84    
   native public void setMenuBarPeer (MenuBarPeer bar);  
   
   public void setMenuBar (MenuBar bar)  
   {  
     if (bar == null)  
       setMenuBarPeer (null);  
     else  
       setMenuBarPeer ((MenuBarPeer) bar.getPeer ());  
   }  
   
85    protected void postConfigureEvent (int x, int y, int width, int height,    protected void postConfigureEvent (int x, int y, int width, int height,
86                                       int top, int left, int bottom, int right)                                       int top, int left, int bottom, int right)
87    {    {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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