nls/C/common.m (raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
$set 15 #Common $ #Yes # Yes $ #No # No $ #DirectionTitle # Direction $ #DirectionHoriz # Horizontal $ #DirectionVert # Vertical $ #AlwaysOnTop # Always on top $ #PlacementTitle # Placement $ #PlacementTopLeft # Top Left $ #PlacementCenterLeft # Center Left $ #PlacementBottomLeft # Bottom Left $ #PlacementTopCenter # Top Center $ #PlacementBottomCenter # BottomCenter $ #PlacementTopRight # Top Right $ #PlacementCenterRight # Center Right $ #PlacementBottomRight # Bottom Right $ #PlacementLeftTop # Left Top $ #PlacementLeftCenter # Left Center $ #PlacementLeftBottom # Left Bottom $ #PlacementRightTop # Right Top $ #PlacementRightCenter # Right Center $ #PlacementRightBottom # Right Bottom $ #PlacementTopRelative # Top Relative $ #PlacementBottomRelative # Bottom Relative $ #PlacementLeftRelative # Left Relative $ #PlacementRightRelative # Right Relative $ #AutoHide # Auto hide |