MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / showMsgBox

Method showMsgBox

java/com/tigervnc/rfb/UserMsgBox.java:26–26  ·  view source on GitHub ↗
(int flags,String title, String text)

Source from the content-addressed store, hash-verified

24
25public interface UserMsgBox {
26 public boolean showMsgBox(int flags,String title, String text);
27}

Callers 5

checkServerTrustedMethod · 0.65
verifyServerMethod · 0.65
verifyServerMethod · 0.65
checkSessionMethod · 0.65
showMsgBoxMethod · 0.65

Implementers 4

UserDialogjava/com/tigervnc/vncviewer/UserDialog
CConntests/perf/decperf.cxx
CConnvncviewer/DesktopWindow.h
UserDialogvncviewer/UserDialog.h

Calls

no outgoing calls

Tested by

no test coverage detected