lib/ewl_seeker.c File Reference
#include "ewl_base.h"
#include "ewl_seeker.h"
#include "ewl_button.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
Include dependency graph for ewl_seeker.c:

Functions | |
Ewl_Widget * | ewl_hseeker_new (void) |
Allocate and initialize a new seeker with horizontal orientation. | |
int | ewl_seeker_autohide_get (Ewl_Seeker *s) |
Retrieves the current autohide setting on a seeker. | |
void | ewl_seeker_autohide_set (Ewl_Seeker *s, int v) |
Changes the autohide setting on the seeker to v. | |
void | ewl_seeker_cb_button_mouse_down (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_seeker_cb_button_mouse_up (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_seeker_cb_child_show (Ewl_Container *p, Ewl_Widget *w) |
void | ewl_seeker_cb_configure (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_seeker_cb_key_down (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_seeker_cb_mouse_down (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_seeker_cb_mouse_move (Ewl_Widget *w, void *ev_data, void *user_data) |
void | ewl_seeker_cb_mouse_up (Ewl_Widget *w, void *ev_data, void *user_data) |
int | ewl_seeker_init (Ewl_Seeker *s) |
Initialize the seeker to some sane starting values. | |
Ewl_Widget * | ewl_seeker_new (void) |
Allocate and initialize a new seeker with default orientation. | |
Ewl_Orientation | ewl_seeker_orientation_get (Ewl_Seeker *s) |
This will retrieve the current orientation set on the seeker. | |
void | ewl_seeker_orientation_set (Ewl_Seeker *s, Ewl_Orientation o) |
Changes the orientation of the given seeker. | |
Ewl_Widget * | ewl_vseeker_new (void) |
Allocate and initialize a new seeker with vertical orientation. |