Uses of Class
gnu.x11.Window.Attributes

Packages that use Window.Attributes
gnu.x11 Provide X protocols. 
 

Uses of Window.Attributes in gnu.x11
 

Fields in gnu.x11 declared as Window.Attributes
static Window.Attributes Window.Attributes.EMPTY
           
 

Methods in gnu.x11 with parameters of type Window.Attributes
 void Window.change_attributes(Window.Attributes attr)
          This request will be aggregated.
 void Window.create(int border_width, int depth, int klass, int visual_id, Window.Attributes attr)
           
 void Window.create(int border_width, Window.Attributes attr)
           
 

Constructors in gnu.x11 with parameters of type Window.Attributes
Window(Window parent, int x, int y, int width, int height, int border_width, Window.Attributes attr)
           
Window(Window parent, Rectangle geometry, int border_width, Window.Attributes attr)