lib/ewl_tree_view_plain.h File Reference
#include "ewl_tree_view.h"
Include dependency graph for ewl_tree_view_plain.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_Plain |
| Inherits from Ewl_Tree_View and provides a plain tree layout. More... | |
Defines | |
| #define | EWL_TREE_VIEW_PLAIN(tv) ((Ewl_Tree_View_Plain*)tv) |
| #define | EWL_TREE_VIEW_PLAIN_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_TREE_VIEW_PLAIN_TYPE)) |
| #define | EWL_TREE_VIEW_PLAIN_TYPE "tree_view_plain" |
Typedefs | |
| typedef struct Ewl_Tree_View_Plain | Ewl_Tree_View_Plain |
Functions | |
| const Ewl_View * | ewl_tree_view_plain_get (void) |
| Retrieves a shared Ewl_Tree_View_Plain widget. | |
| int | ewl_tree_view_plain_init (Ewl_Tree_View_Plain *tv) |
| Initializes an Ewl_Tree_View_Plain to default values. | |
| Ewl_Widget * | ewl_tree_view_plain_new (void) |
| Creates a new Ewl_Tree_View_Plain_View. | |