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

Functions | |
Ewl_View * | ewl_view_clone (const Ewl_View *src) |
Creates a new Ewl_View object. | |
Ewl_View_Expansion_View_Fetch | ewl_view_expansion_view_fetch_get (const Ewl_View *v) |
Gets the expansion view fetch callback from the view. | |
void | ewl_view_expansion_view_fetch_set (Ewl_View *v, Ewl_View_Expansion_View_Fetch f) |
Sets the expansion view fetch callback into the view. | |
Ewl_View_Header_Fetch | ewl_view_header_fetch_get (const Ewl_View *v) |
Gets the header fetch callback from the view. | |
void | ewl_view_header_fetch_set (Ewl_View *v, Ewl_View_Header_Fetch f) |
Sets the header fetch callback into the view. | |
int | ewl_view_init (Ewl_View *view) |
Initializes an Ewl_View object to default values. | |
Ewl_View * | ewl_view_new (void) |
Creates a new Ewl_View object. | |
Ewl_View_Widget_Fetch | ewl_view_widget_fetch_get (const Ewl_View *v) |
Get the constructor set on this view. | |
void | ewl_view_widget_fetch_set (Ewl_View *v, Ewl_View_Widget_Fetch fetch) |
This will set the given widget fetch callback into the view. |