Class SDL_MessageBoxFlags
- java.lang.Object
-
- io.github.libsdl4j.api.messagebox.SDL_MessageBoxFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT
buttons placed left to rightstatic int
SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT
buttons placed right to leftstatic int
SDL_MESSAGEBOX_ERROR
error dialogstatic int
SDL_MESSAGEBOX_INFORMATION
informational dialogstatic int
SDL_MESSAGEBOX_WARNING
warning dialog
-
-
-
Field Detail
-
SDL_MESSAGEBOX_ERROR
public static final int SDL_MESSAGEBOX_ERROR
error dialog- See Also:
- Constant Field Values
-
SDL_MESSAGEBOX_WARNING
public static final int SDL_MESSAGEBOX_WARNING
warning dialog- See Also:
- Constant Field Values
-
SDL_MESSAGEBOX_INFORMATION
public static final int SDL_MESSAGEBOX_INFORMATION
informational dialog- See Also:
- Constant Field Values
-
SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT
public static final int SDL_MESSAGEBOX_BUTTONS_LEFT_TO_RIGHT
buttons placed left to right- See Also:
- Constant Field Values
-
SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT
public static final int SDL_MESSAGEBOX_BUTTONS_RIGHT_TO_LEFT
buttons placed right to left- See Also:
- Constant Field Values
-
-
Method Detail
-
toString
public static String toString(int type)
-
-