lib/ewl_tree_view_scrolled.h File Reference
#include "ewl_tree_view.h"
Include dependency graph for ewl_tree_view_scrolled.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_Scrolled |
Inherits from Ewl_Box and provides a scrolled tree layout. More... | |
Defines | |
#define | EWL_TREE_VIEW_SCROLLED(tv) ((Ewl_Tree_View_Scrolled*)tv) |
#define | EWL_TREE_VIEW_SCROLLED_IS(w) (ewl_widget_type_is(EWL_WIDGET(w), EWL_TREE_VIEW_SCROLLED_TYPE)) |
#define | EWL_TREE_VIEW_SCROLLED_TYPE "tree_view_scrolled" |
Typedefs | |
typedef struct Ewl_Tree_View_Scrolled | Ewl_Tree_View_Scrolled |
Functions | |
const Ewl_View * | ewl_tree_view_scrolled_get (void) |
Retrieves the view for this widget. | |
int | ewl_tree_view_scrolled_init (Ewl_Tree_View_Scrolled *tv) |
Initialies a tree view to default values. | |
Ewl_Widget * | ewl_tree_view_scrolled_new (void) |
Creates and initializes a new Ewl_Tree_View_Scrolled widget. | |
unsigned int | ewl_tree_view_scrolled_scroll_headers_get (Ewl_Tree_View *view) |
Retrieves if the tree headers will be scrolled or not. | |
void | ewl_tree_view_scrolled_scroll_headers_set (Ewl_Tree_View *view, unsigned int scroll) |
Sets if the headers should be scrolled with the tree. |