You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Sort and group theme properties in docs, improve formatting for theme and enums
(cherry picked from commit ebd8101546)
This commit is contained in:
committed by
Rémi Verschelde
parent
d5aa00c2cb
commit
e77c6aaba7
@@ -147,6 +147,8 @@ class EditorHelp : public VBoxContainer {
|
||||
void _add_type(const String &p_type, const String &p_enum = String());
|
||||
void _add_method(const DocData::MethodDoc &p_method, bool p_overview = true);
|
||||
|
||||
void _add_bulletpoint();
|
||||
|
||||
void _class_list_select(const String &p_select);
|
||||
void _class_desc_select(const String &p_select);
|
||||
void _class_desc_input(const Ref<InputEvent> &p_input);
|
||||
|
||||
Reference in New Issue
Block a user