mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Add dock dragging area and highlight
This commit is contained in:
parent
5dd76968d8
commit
0413297f7f
4 changed files with 252 additions and 37 deletions
|
|
@ -201,6 +201,7 @@ public:
|
|||
Variant _handle_get_drag_data(const String &p_type, const Point2 &p_point);
|
||||
bool _handle_can_drop_data(const String &p_type, const Point2 &p_point, const Variant &p_data) const;
|
||||
void _handle_drop_data(const String &p_type, const Point2 &p_point, const Variant &p_data, const Callable &p_move_tab_callback, const Callable &p_move_tab_from_other_callback);
|
||||
void _draw_tab_drop(RID p_canvas_item);
|
||||
|
||||
void add_tab(const String &p_str = "", const Ref<Texture2D> &p_icon = Ref<Texture2D>());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue