lib/ewl_tree_view_freebox.h File Reference
#include "ewl_tree_view.h"
Include dependency graph for ewl_tree_view_freebox.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_Freebox |
Inherits from Ewl_Tree_View and provides a freebox tree layout. More... | |
Defines | |
#define | EWL_TREE_VIEW_FREEBOX(tv) ((Ewl_Tree_View_Freebox*)tv) |
#define | EWL_TREE_VIEW_FREEBOX_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_TREE_VIEW_FREEBOX_TYPE)) |
#define | EWL_TREE_VIEW_FREEBOX_TYPE "tree_view_freebox" |
Typedefs | |
typedef struct Ewl_Tree_View_Freebox | Ewl_Tree_View_Freebox |
Functions | |
const Ewl_View * | ewl_tree_view_freebox_get (void) |
Retrieves the view for this widget. | |
int | ewl_tree_view_freebox_init (Ewl_Tree_View_Freebox *tv) |
Initializes a tree view to default values. | |
Ewl_Widget * | ewl_tree_view_freebox_new (void) |
Creates and initializes a new Ewl_Tree_View_Freebox widget. |