25 #ifndef JUCE_NATIVEMESSAGEBOX_H_INCLUDED 26 #define JUCE_NATIVEMESSAGEBOX_H_INCLUDED 47 #if JUCE_MODAL_LOOPS_PERMITTED 51 Component* associatedComponent =
nullptr);
109 Component* associatedComponent =
nullptr,
152 Component* associatedComponent =
nullptr,
164 #endif // JUCE_NATIVEMESSAGEBOX_H_INCLUDED
Definition: juce_NativeMessageBox.h:32
Definition: juce_ModalComponentManager.h:53
AlertIconType
Definition: juce_AlertWindow.h:48
Definition: juce_String.h:43
static void JUCE_CALLTYPE showMessageBoxAsync(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent=nullptr, ModalComponentManager::Callback *callback=nullptr)
Definition: juce_linux_Windowing.cpp:4176
Definition: juce_Component.h:33
#define JUCE_DELETED_FUNCTION
Definition: juce_CompilerSupport.h:133
static bool JUCE_CALLTYPE showOkCancelBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent, ModalComponentManager::Callback *callback)
Definition: juce_linux_Windowing.cpp:4184
static int JUCE_CALLTYPE showYesNoCancelBox(AlertWindow::AlertIconType iconType, const String &title, const String &message, Component *associatedComponent, ModalComponentManager::Callback *callback)
Definition: juce_linux_Windowing.cpp:4193