Class Oo_sfml_graphics.render_window
method blank : unit -> unitmethod clear : ?color:SFColor.t -> unit -> unitmethod close : unit -> unitmethod destroy : unit -> unitmethod display : unit -> unitmethod pop_gl_states : unit -> unitmethod push_gl_states : unit -> unitmethod reset_gl_states : unit -> unitmethod set_active : active:bool -> unitmethod set_framerate_limit : limit:int -> unitmethod set_joystick_threshold : threshold:float -> unitmethod set_key_repeat_enabled : enabled:bool -> unitmethod set_mouse_cursor : cursor:SFCursor.t -> unitmethod set_mouse_cursor_grabbed : unit -> unitmethod set_mouse_cursor_invisible : unit -> unitmethod set_mouse_cursor_ungrabbed : unit -> unitmethod set_mouse_cursor_visible : unit -> unitmethod set_position : pos:(int * int) -> unitmethod set_position2 : left:int -> top:int -> unitmethod set_size : size:(int * int) -> unitmethod set_size2 : width:int -> height:int -> unitmethod set_title : title:string -> unitmethod set_vertical_sync_enabled : enabled:bool -> unitmethod set_view : view:view -> unitmethod set_visible : visible:bool -> unit