Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
text_expander.h File Reference

Text expander widget. More...

#include "common/utils/types.h"
#include "gui/backend/gtk_widgets/expander_box.h"
#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Include dependency graph for text_expander.h:

Go to the source code of this file.

Macros

#define TEXT_EXPANDER_WIDGET_TYPE   (text_expander_widget_get_type ())

Typedefs

using TextExpanderWidget
 A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget.

Functions

 G_DECLARE_FINAL_TYPE (TextExpanderWidget, text_expander_widget, Z, TEXT_EXPANDER_WIDGET, ExpanderBoxWidget)
void text_expander_widget_refresh (TextExpanderWidget *self)
 Refreshes the text.
void text_expander_widget_setup (TextExpanderWidget *self, bool wrap_text, GenericStringGetter getter, GenericStringSetter setter, void *obj)
 Sets up the TextExpanderWidget.

Detailed Description

Text expander widget.

Definition in file text_expander.h.

Macro Definition Documentation

◆ TEXT_EXPANDER_WIDGET_TYPE

#define TEXT_EXPANDER_WIDGET_TYPE   (text_expander_widget_get_type ())

Definition at line 17 of file text_expander.h.