\name{show.message} \alias{show.message} \title{show.message} \description{ This function opens a dialog box to show an immediate message. } \usage{ show.message(m) } \arguments{ \item{m}{A message to show.} } \details{ A message is shown by this function, destroyed after clinking "OK" button. This function is for the convenience of creating a dialong box with an input value in RGtk2. } \author{ Kyongryun Lee } \examples{ \dontrun{iFlow:::show.message("No data to be activated")} } \keyword{internal}