Msg : Show a message in a widget

tesfdmtools.utils.widgets.msg.msg(msg, parent=None, title=None)[source]

Show a message in a window. Uses the Gtk.MessageDialog window.

Args:
  • msg = The message text to be shown

Kwargs:
  • title = Title for the message

  • parent = Parent window if it exists