GtkMenuItem Constructor
GtkMenuItem (string label]);
You may use the constructor to create a new menu item, optionally with a label that may be passed as a parameter.
You may precede any character of the string parameter with an
_, to set that character as the mnemonic for the
item. This behavior is automatic.