In gtk embedding browser: nsresult result = FALSE;
nsCOMPtr<nsIPrintOptions> options = do_GetService(NS_PRINTOPTIONS_CID,&result); nsCOMPtr<nsIPrintSettings> settings; result = options->ShowPrintSetupDialog(settings); the print setup dialog do not show,why?
