PackDirection
Description:
[ CCode ( cprefix = "GTK_PACK_DIRECTION_" , type_id = "gtk_pack_direction_get_type ()" ) ]
public enum PackDirection
Determines how widgets should be packed inside menubars and menuitems contained in menubars.
Content:
Enum values:
- BTT - Widgets are packed bottom-to-top
- LTR - Widgets are packed left-to-right
- RTL - Widgets are packed right-to-left
- TTB - Widgets are packed top-to-bottom