Uses of Class
gnu.x11.Window

Packages that use Window
gnu.app Provide applications. 
gnu.app.displayhack Provide display hacks. 
gnu.app.puppet Provide a window manager. 
gnu.x11 Provide X protocols. 
gnu.x11.event Provide X core events. 
gnu.x11.extension Provide X extensions. 
gnu.x11.test Provide test suits for package gnu.x11
 

Uses of Window in gnu.app
 

Methods in gnu.app with parameters of type Window
 void Salt.send_key(Window window, int keysym)
           
 

Uses of Window in gnu.app.displayhack
 

Fields in gnu.app.displayhack declared as Window
 Window DisplayHack.window
           
 

Uses of Window in gnu.app.puppet
 

Subclasses of Window in gnu.app.puppet
 class Client
          Wrapper of Window for Puppet.
 

Fields in gnu.app.puppet declared as Window
 Window Puppet.root
           
 

Methods in gnu.app.puppet with parameters of type Window
static java.lang.Object Client.intern(Window window)
           
 

Uses of Window in gnu.x11
 

Fields in gnu.x11 declared as Window
 Window Display.default_root
           
static Window Window.NONE
          Predefined windows.
 Window Window.parent
           
static Window Window.POINTER_ROOT
           
 

Methods in gnu.x11 that return Window
 Window Window.PointerReply.child()
           
 Window Input.InputFocusReply.focus()
           
 Window Window.WMState.icon()
           
 Window Window.TreeReply.parent()
           
 Window Window.GeometryReply.root()
           
 Window Window.TreeReply.root()
           
 Window Screen.root()
           
 Window Display.selection_owner(Atom selection)
           
 

Methods in gnu.x11 with parameters of type Window
 void Window.grab_button_ignore_locks(int button, int modifiers, boolean owner_events, int event_mask, int pointer_mode, int keyboard_mode, Window confine_to, Cursor cursor)
          Grab button ignoring caps lock (LOCK), num lock (MOD2), and scroll lock (MOD5).
 void Window.grab_button(int button, int modifiers, boolean owner_events, int event_mask, int pointer_mode, int keyboard_mode, Window confine_to, Cursor cursor)
           
 int Window.grab_pointer(boolean owner_events, int event_mask, int pointer_mode, int keyboard_mode, Window confine_to, Cursor cursor, int time)
           
 void Window.reparent(Window parent, int x, int y)
           
 void Window.set_wm_state(int state, Window icon)
           
 void Window.Changes.sibling(Window window)
           
 Window.CoordinateReply Window.translate_coordinates(Window src, int src_x, int src_y)
           
 void Window.warp_pointer(Window src, int src_x, int src_y, int src_width, int src_height, int dest_x, int dest_y)
           
 

Constructors in gnu.x11 with parameters of type Window
Colormap(Window window, int visual_id, boolean alloc_all)
           
Window(Window parent, int x, int y, int width, int height)
          Initialize member fields only without creating object in X server.
Window(Window parent, int x, int y, int width, int height, int border_width, Window.Attributes attr)
           
Window(Window parent, Rectangle geometry)
           
Window(Window parent, Rectangle geometry, int border_width, Window.Attributes attr)
           
 

Uses of Window in gnu.x11.event
 

Methods in gnu.x11.event that return Window
 Window Input.child()
           
 Window Button.child()
           
 Window Input.root()
           
 Window Event.window()
           
 

Methods in gnu.x11.event with parameters of type Window
 void Input.set_child(Window w)
           
 void UnmapNotify.set_event(Window w)
           
 void Input.set_root(Window w)
           
 void Event.set_window(Window window)
           
 void UnmapNotify.set_window(Window w)
           
 

Uses of Window in gnu.x11.extension
 

Fields in gnu.x11.extension declared as Window
 Window DBE.BackBuffer.window
           
 

Methods in gnu.x11.extension that return Window
 Window DBE.BackBuffer.attributes()
           
 Window Print.Context.screen()
           
 

Methods in gnu.x11.extension with parameters of type Window
 DBE.BackBuffer DBE.allocate(Window window, int swap_action_hint)
           
 void Shape.combine_mask(Window dest, int dest_kind, int x_offset, int y_offset, Pixmap src, int operation)
           
 void Shape.combine_rectangles(Window dest, int dest_kind, int x_offset, int y_offset, Rectangle[] rectangles, int operation, int ordering)
           
 void Shape.combine_shape(Window dest, int dest_kind, int x_offset, int y_offset, Window src, int src_kind, int operation)
           
 boolean XTest.compare_cursor(Window window, Cursor cursor)
           
 Shape.ExtentsReply Shape.extents(Window dest)
           
 void XTest.fake_input(int type, int detail, int delay, Window root, int x, int y)
           
 void XTest.fake_motion_event(Window root, int x, int y, boolean relative, int delay)
           
 boolean Shape.input_selected(Window dest)
           
 void Shape.offset_shape(Window dest, int dest_kind, int x_offset, int y_offset)
           
 Shape.RectanglesReply Shape.rectangles(Window window, int kind)
           
 void Shape.select_input(Window dest, boolean enable)
           
 void Print.start_page(Window window)
           
 void DBE.swap(Window[] windows, int[] actions)
           
 void DBE.swap(Window window, int action)
           
 

Constructors in gnu.x11.extension with parameters of type Window
DBE.BackBuffer(Window window, int swap_action_hint)
           
 

Uses of Window in gnu.x11.test
 

Fields in gnu.x11.test declared as Window
 Window Graphics.window