Home > OS >  LINUX popup a modal of the local service file selection box
LINUX popup a modal of the local service file selection box

Time:11-08

I do is a local service, with page websocket communication, want to receive the page request, on the basis of page pops up a modal file selection box, GUI are implemented using GTK,
Under the Windows implementation:
OPENFILENAME ofn
Ofn. HwndOwner=GetForegroundWindow ();
Linux is there a way to achieve this function?

CodePudding user response:

Top, the table sink...
  • Related