Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
ZrythmAppUiMessage Struct Reference

UI message for the message queue. More...

#include <src/gui/backend/gtk_widgets/zrythm_app.h>

Public Member Functions

 ZrythmAppUiMessage (GtkMessageType type, std::string msg)

Data Fields

GtkMessageType type_
std::string msg_

Detailed Description

UI message for the message queue.

Definition at line 34 of file zrythm_app.h.

Constructor & Destructor Documentation

◆ ZrythmAppUiMessage()

ZrythmAppUiMessage::ZrythmAppUiMessage ( GtkMessageType type,
std::string msg )
inline

Definition at line 36 of file zrythm_app.h.

Field Documentation

◆ msg_

std::string ZrythmAppUiMessage::msg_

Definition at line 41 of file zrythm_app.h.

◆ type_

GtkMessageType ZrythmAppUiMessage::type_

Definition at line 40 of file zrythm_app.h.


The documentation for this struct was generated from the following file: