Uses of Class
org.gnu.gdk.Window

Packages that use Window
org.gnu.gdk   
org.gnu.gtk   
 

Uses of Window in org.gnu.gdk
 

Methods in org.gnu.gdk that return Window
 Window DragContext.getSource()
          Return the source window.
 Window DragContext.getDestination()
          Return the destination window.
 Window Window.getWindowAt(int x, int y)
          Obtains the window underneath the mouse pointer, returning the location of that window in win_x, win_y.
static Window[] Window.getTopLevelWindows()
           
 

Methods in org.gnu.gdk with parameters of type Window
 void Window.reparent(Window parent, int x, int y)
          Reparents window into the given parent.
 

Constructors in org.gnu.gdk with parameters of type Window
Bitmap(Window window, byte[] data, int width, int height)
          Creates a new Bitmap from data in XBM format.
GC(Window window)
           
Window(Window parent, WindowAttr attributes, int attributesMask)
           
Pixmap(Window window, int width, int height, int depth)
           
Pixmap(Window window, byte[] data, int width, int height, int depth, Color fg, Color bg)
           
Pixmap(Window window, Bitmap mask, Color transparent, java.lang.String filename)
           
 

Uses of Window in org.gnu.gtk
 

Methods in org.gnu.gtk that return Window
 Window Widget.getParentWindow()
          Returns the widget's parent window.
 

Methods in org.gnu.gtk with parameters of type Window
 void IMContext.setClientWindow(Window window)
          Sets the client window for the input context.
 


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net