Gtk.MenuItem.prototype.set_right_justified
function set_right_justified(right_justified:Boolean):void { // Gjs wrapper for gtk_menu_item_set_right_justified() }
Sets whether the menu item appears justified at the right side of a menu bar. This was traditionally done for "Help" menu items, but is now considered a bad idea. (If the widget layout is reversed for a right-to-left language like Hebrew or Arabic, right-justified-menu-items appear at the left.)
- right_justified
if true the menu item will appear at the far right if added to a menu bar