lib/ewl_seeker.h File Reference
#include "ewl_range.h"
Include dependency graph for ewl_seeker.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
struct | Ewl_Seeker |
Inherits from Ewl_Range and extends to provide a seeker widget. More... | |
Defines | |
#define | EWL_SEEKER(seeker) ((Ewl_Seeker *) seeker) |
#define | EWL_SEEKER_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_SEEKER_TYPE)) |
#define | EWL_SEEKER_TYPE "seeker" |
Typedefs | |
typedef struct Ewl_Seeker | Ewl_Seeker |
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. |