How to create a GraphNode title bar?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By noahcs

Is there a way to replicate the title bar header that is present in the default theme when using a custom theme for GraphNodes?

:bust_in_silhouette: Reply From: Andrew Wilkes

The GraphNode uses an image for the entire background of the node in the same way as the NinePatchRect works. So there is no separate title bar header. The property name is: “custom_styles/frame”.

The default image link: https://github.com/godotengine/godot/blob/master/scene/resources/default_theme/graph_node.png