Download

Support

lib/ewl_floater.h File Reference

#include "ewl_box.h"

Include dependency graph for ewl_floater.h:

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

Go to the source code of this file.


Data Structures

struct  Ewl_Floater
 Inherits from Ewl_Box for layout purposes. Provides a means to layer above other widgets and to follow the movement of another widget. More...

Defines

#define EWL_FLOATER(floater)   ((Ewl_Floater *) floater)
#define EWL_FLOATER_IS(w)   (ewl_widget_type_is(EWL_WIDGET(w), EWL_FLOATER_TYPE))
#define EWL_FLOATER_TYPE   "floater"

Typedefs

typedef struct Ewl_Floater Ewl_Floater

Functions

void ewl_floater_cb_destroy (Ewl_Widget *w, void *ev_data, void *user_data)
void ewl_floater_cb_follow_configure (Ewl_Widget *w, void *ev_data, void *user_data)
void ewl_floater_cb_follow_destroy (Ewl_Widget *w, void *ev_data, void *user_data)
Ewl_Widgetewl_floater_follow_get (Ewl_Floater *f)
 Get the widget we are following.
void ewl_floater_follow_set (Ewl_Floater *f, Ewl_Widget *p)
 Set the widget to follow.
int ewl_floater_init (Ewl_Floater *f)
 Initialize a floater to default values.
Ewl_Widgetewl_floater_new (void)
 Allocate a new floater widget.
void ewl_floater_position_set (Ewl_Floater *parent, int x, int y)
 Set the start x/y position of the floater.

Copyright © Enlightenment.org

Enlightened Widget Library Documentation Generated: Sat May 17 16:49:59 2008