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

Text expander widget. More...

#include "gui/widgets/expander_box.h"
#include "utils/types.h"
#include <gtk/gtk.h>
#include <gtksourceview/gtksource.h>
Include dependency graph for text_expander.h:

Go to the source code of this file.

Data Structures

struct  TextExpanderWidget
 A TwoColExpanderBoxWidget for showing the ports in the InspectorWidget. More...
 

Macros

#define TEXT_EXPANDER_WIDGET_TYPE   (text_expander_widget_get_type ())
 

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 23 of file text_expander.h.