mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
New class NativeMessageBox, with static methods for showing several types of native alert boxes.
This commit is contained in:
parent
fb80724977
commit
927cebcdbb
31 changed files with 4618 additions and 3402 deletions
|
|
@ -66,6 +66,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
#include "../../gui/graphics/imaging/juce_CameraDevice.h"
|
||||
#include "../../gui/components/windows/juce_ComponentPeer.h"
|
||||
#include "../../gui/components/windows/juce_AlertWindow.h"
|
||||
#include "../../gui/components/windows/juce_NativeMessageBox.h"
|
||||
#include "../../gui/components/juce_Desktop.h"
|
||||
#include "../../gui/components/menus/juce_MenuBarModel.h"
|
||||
#include "../../gui/components/special/juce_OpenGLComponent.h"
|
||||
|
|
@ -147,6 +148,9 @@ BEGIN_JUCE_NAMESPACE
|
|||
METHOD (activityClass, excludeClipRegion, "excludeClipRegion", "(Landroid/graphics/Canvas;FFFF)V") \
|
||||
METHOD (activityClass, renderGlyph, "renderGlyph", "(CLandroid/graphics/Paint;Landroid/graphics/Matrix;Landroid/graphics/Rect;)[I") \
|
||||
STATICMETHOD (activityClass, createHTTPStream, "createHTTPStream", "(Ljava/lang/String;Z[BLjava/lang/String;ILjava/lang/StringBuffer;)Lcom/juce/JuceAppActivity$HTTPStream;") \
|
||||
METHOD (activityClass, showMessageBox, "showMessageBox", "(Ljava/lang/String;Ljava/lang/String;J)V") \
|
||||
METHOD (activityClass, showOkCancelBox, "showOkCancelBox", "(Ljava/lang/String;Ljava/lang/String;J)V") \
|
||||
METHOD (activityClass, showYesNoCancelBox, "showYesNoCancelBox", "(Ljava/lang/String;Ljava/lang/String;J)V") \
|
||||
\
|
||||
METHOD (stringBufferClass, stringBufferConstructor, "<init>", "()V") \
|
||||
METHOD (stringBufferClass, stringBufferToString, "toString", "()Ljava/lang/String;") \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue