Next:
39.1 Introduction
Up:
Part IV: Component Libraries
Previous:
38.5.2 oskit_freebsd_xlate_errno: Translate a
39 WIMPi Window Manager:
liboskit_wimpi.a
39.1 Introduction
39.2 So how do I use this?
39.3 Dependencies
39.4 API reference
39.4.1
wimpi_initialize
: Initialize the wimpi code
39.4.2
wimpi_main_loop
: Start main wimpi event loop
39.4.3
wimpi_create_toplevel
: Create a top level wimpi window
39.4.4
wimpi_destroy_toplevel
: Destroy a top level wimpi window
39.4.5
wimpi_kbd_input
: Send keyboard input to wimpi
39.4.6
wimpi_mouse_input
: Send mouse input to wimpi
39.4.7
wimpi_set_event_handler
: Register a callback function for event handling
39.4.8
wimpi_set_input_routine
: Register a callback function for input to wimpi
39.4.9
wimpi_send_expose_event
: Send and expose event to a window
39.4.10
wimpi_send_mouse_event
: Send a mouse event to a window
39.4.11
wimpi_send_move_resize_event
: Send a move/resize event to a window
39.4.12
wimpi_send_destroy_event
: Send a destroy event to a window
39.4.13
wimpi_create_window
: Create a sub window
39.4.14
wimpi_destroy_window
: Destroy a sub window
39.4.15
wimpi_map_window
: Map a sub window
39.4.16
wimpi_unmap_window
: Unmap a sub window
39.4.17
wimpi_raise_window
: Raise a sub window
39.4.18
wimpi_lower_window
: Lower a sub window
39.4.19
wimpi_set_window_background
: Set a window's background color
39.4.20
wimpi_set_foreground
: Set a window's foreground color
39.4.21
wimpi_clear_area
: Clear a section of a window
39.4.22
wimpi_move_resize_window
: Move/resize a window
39.4.23
wimpi_fill_rectangle
: Draw a filled rectangular area in a window
39.4.24
wimpi_draw_string
: Draw a string in a window
39.4.25
wimpi_draw_line
: Draw a line in a window
39.4.26
wimpi_draw_arc
: Draw an arc in a window
39.4.27
wimpi_draw_ellipse
: Draw an ellipse in a window
39.4.28
wimpi_draw_rectangle
: Draw a rectangle in a window
39.4.29
wimpi_put_image
: Blit an image into a window
39.4.30
wimpi_copy_area
: Copy a rectangular region in a window
39.4.31
wimpi_set_window_title
: Set the title of a window
39.4.32
wimpi_make_child_window
: Make a child window
Utah Flux Research Group