Next:
31.4.1 wimpi_initialize: Initialize the
Up:
31 WIMPi Window Manager:
Previous:
31.3 Dependencies
31.4 API reference
31.4.1
wimpi_initialize
: Initialize the wimpi code
31.4.2
wimpi_main_loop
: Start main wimpi event loop
31.4.3
wimpi_create_toplevel
: Create a top level wimpi window
31.4.4
wimpi_destroy_toplevel
: Destroy a top level wimpi window
31.4.5
wimpi_kbd_input
: Send keyboard input to wimpi
31.4.6
wimpi_mouse_input
: Send mouse input to wimpi
31.4.7
wimpi_set_event_handler
: Register a callback function for event handling
31.4.8
wimpi_set_input_routine
: Register a callback function for input to wimpi
31.4.9
wimpi_send_expose_event
: Send and expose event to a window
31.4.10
wimpi_send_mouse_event
: Send a mouse event to a window
31.4.11
wimpi_send_move_resize_event
: Send a move/resize event to a window
31.4.12
wimpi_send_destroy_event
: Send a destroy event to a window
31.4.13
wimpi_create_window
: Create a sub window
31.4.14
wimpi_destroy_window
: Destroy a sub window
31.4.15
wimpi_map_window
: Map a sub window
31.4.16
wimpi_unmap_window
: Unmap a sub window
31.4.17
wimpi_raise_window
: Raise a sub window
31.4.18
wimpi_lower_window
: Lower a sub window
31.4.19
wimpi_set_window_background
: Set a window's background color
31.4.20
wimpi_set_foreground
: Set a window's foreground color
31.4.21
wimpi_clear_area
: Clear a section of a window
31.4.22
wimpi_move_resize_window
: Move/resize a window
31.4.23
wimpi_fill_rectangle
: Draw a filled rectangular area in a window
31.4.24
wimpi_draw_string
: Draw a string in a window
31.4.25
wimpi_draw_line
: Draw a line in a window
31.4.26
wimpi_draw_arc
: Draw an arc in a window
31.4.27
wimpi_draw_ellipse
: Draw an ellipse in a window
31.4.28
wimpi_draw_rectangle
: Draw a rectangle in a window
31.4.29
wimpi_put_image
: Blit an image into a window
31.4.30
wimpi_copy_area
: Copy a rectangular region in a window
31.4.31
wimpi_set_window_title
: Set the title of a window
31.4.32
wimpi_make_child_window
: Make a child window
University of Utah Flux Research Group