lib/ewl_tree_view.h File Reference
#include "ewl_box.h"
#include "ewl_tree.h"
Include dependency graph for ewl_tree_view.h:

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

Go to the source code of this file.
Data Structures | |
struct | Ewl_Tree_View |
Inherits from Ewl_Box and provides the base information for a tree view. More... | |
Defines | |
#define | EWL_TREE_VIEW(v) ((Ewl_Tree_View *)v) |
#define | EWL_TREE_VIEW_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_TREE_VIEW_TYPE)) |
#define | EWL_TREE_VIEW_TYPE "tree_view" |
Typedefs | |
typedef struct Ewl_Tree_View | Ewl_Tree_View |
Functions | |
int | ewl_tree_view_init (Ewl_Tree_View *v) |
Initializes an Ewl_Tree_View to default values. | |
Ewl_Tree * | ewl_tree_view_tree_get (Ewl_Tree_View *v) |
Retrieves the tree parent set into the view. | |
void | ewl_tree_view_tree_set (Ewl_Tree_View *v, Ewl_Tree *t) |
Sets the t tree into the v view. |