get_right_justified
Description:
[ Version ( deprecated = true , deprecated_since = "3.2" , replacement = "Widget.get_hexpand and Widget.get_halign" ) ]
public bool get_right_justified ()
public bool get_right_justified ()
Warning: get_right_justified is deprecated since 3.2. Use Widget.get_hexpand and Widget.get_halign.
Gets whether the menu item appears justified at the right side of the menu bar.
Note:
Parameters:
this |
a MenuItem |
Returns:
true if the menu item will appear at the far right if added to a menu bar. |