Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.38 KB | None | 0 0
  1. %e-yaml
  2. ---
  3.  
  4. -Compatibility/Progress:
  5.     Layout: Grid
  6.     Columns: 3
  7.     -inherit-strings-from:
  8.         Type: Radio-1
  9.         Label: Inherit strings from:
  10.         Options: "GML ('A'=\"A\"), C++ ('A'=65)"
  11.     -inherit-escapes-from:
  12.         Type: Radio-1
  13.         Label: Inherit escape sequences:
  14.         Options: "GML (#), C++ (\\n)"
  15.     -inherit-increment-from:
  16.         Type: Radio-1
  17.         Label: Inherit ++/-- from:
  18.         Options: "GML (+), C++ (+=1/-=1)"
  19.     -inherit-equivalence-from:
  20.         Type: Radio-1
  21.         Label: Inherit a=b=c from:
  22.         Options: "GML (a=b==c), C++ (a=b;b=c)"
  23.     -treat-literals-as:
  24.         Type: Radio-1
  25.         Label: Treat literals as:
  26.         Options: "EDL (variant), C++ (scalar)"
  27.  
  28. -Sample: #to be removed
  29.     Layout: Grid
  30.     Columns: 1
  31.     -sample-combobox:
  32.         Type: Combobox
  33.         Label: #Combo box takes whole area
  34.         Options: Be really sluggish to better emulate GM, Be fast to not suck eggs
  35.     -sample-lots-of-radios:
  36.         Type: Radio-Multi
  37.         Label: Pick one
  38.         Options: Lots, Of, Different, Options, Which, Take, Multiple, Lines
  39.  
  40. -More Samples: #also to be removed
  41.     Layout: Grid
  42.     Columns: 2
  43.     -sample-edit:
  44.         Type: Edit
  45.         Label: Encryption key
  46.         Default: DEADBEEF
  47.     -sample-checkbox:
  48.         Type: Checkbox
  49.         Label: Do stuff
  50.         Default: on
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement