MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / graphicMode

Function graphicMode

lib/imgui/addon/imguitinyfiledialogs.cpp:2042–2046  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2040
2041
2042static int graphicMode()
2043{
2044 return !( tinyfd_forceConsole && (isatty(1) || terminalName()) )
2045 && ( getenv ( "DISPLAY" ) || isDarwin() ) ;
2046}
2047
2048
2049static int xmessagePresent ( )

Callers 10

xmessagePresentFunction · 0.85
gxmessagePresentFunction · 0.85
notifysendPresentFunction · 0.85
xdialogPresentFunction · 0.85
gdialogPresentFunction · 0.85
osascriptPresentFunction · 0.85
kdialogPresentFunction · 0.85
zenityPresentFunction · 0.85
zenity3PresentFunction · 0.85
tkinter2PresentFunction · 0.85

Calls 2

terminalNameFunction · 0.85
isDarwinFunction · 0.85

Tested by

no test coverage detected