forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_tree
reduz edited this page Feb 23, 2014
·
8 revisions
#####Inherits: Control
- void
clear( ) -
TreeItem
create_item( TreeItem parent=Object() ) -
TreeItem
get_root( ) - void
set_column_min_width( int arg0, int arg1 ) - void
set_column_expand( int arg0, bool arg1 ) -
int
get_column_width( int arg0 ) const - void
set_hide_root( bool arg0 ) -
TreeItem
get_next_selected( TreeItem from ) -
TreeItem
get_selected( ) const -
int
get_selected_column( ) const -
int
get_pressed_button( ) const - void
set_select_mode( int mode ) - void
set_columns( int amount ) -
int
get_columns( ) const -
TreeItem
get_edited( ) const -
int
get_edited_column( ) const -
Rect2
get_custom_popup_rect( ) const -
Rect2
get_item_area_rect( TreeItem item, int column=-1 ) const - void
ensure_cursor_is_visible( ) - void
set_column_titles_visible( bool visible ) -
bool
are_column_titles_visible( ) const - void
set_column_title( int column, String title ) -
String
get_column_title( int column ) const -
Vector2
get_scroll( ) const
-
item_activated( ) -
multi_selected( Object item, int column, bool selected ) -
custom_popup_edited( bool arrow_clicked ) -
item_collapsed( Object item ) -
item_edited( ) -
item_selected( ) -
cell_selected( ) -
button_pressed( Object item, int column, int id )
- SELECT_SINGLE = 0
- SELECT_ROW = 1
- SELECT_MULTI = 2