Sha256: ff2c71d9d097c21d15611c714f15791f749503da5af78cd840633e50793081c6

Contents?: true

Size: 1.02 KB

Versions: 33

Compression:

Stored size: 1.02 KB

Contents

Vedeu.interface '<%= object.name %>' do
  # border do
    # Define colour and style of border
    # colour foreground: '#ffffff', background: '#000000'
    # style  'normal'

    # Define visibility of border
    #
    # Uncomment one of these:
    # enable!
    # disable!
    #
    # Individually control each border:
    # hide_bottom!
    # hide_left!
    # hide_right!
    # hide_top!
    # show_bottom!
    # show_left!
    # show_right!
    # show_top!

    # Define characters used to draw border
    # bottom_right '+'
    # bottom_left  '+'
    # horizontal   '-'
    # top_right    '+'
    # top_left     '+'
    # vertical     '|'

    # Define the title of the interface
    # title '<%= object.name %>'
  # end

  # background

  # colour

  # cursor!

  # See Vedeu::DSL::Interface#delay
  # delay 1.0

  # focus!

  # foreground

  # geometry do
    # centred!
    # x      1
    # y      1
    # xn     11
    # yn     11
    # height 10
    # width  10
  # end

  # group ''

  # hide!

  # show!

  # style

  # zindex
end

Version data entries

33 entries across 33 versions & 2 rubygems

Version Path
vedeu_cli-0.0.8 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu_cli-0.0.7 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu_cli-0.0.6 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu_cli-0.0.5 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu_cli-0.0.4 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu_cli-0.0.3 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu_cli-0.0.2 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu_cli-0.0.1 lib/vedeu/cli/templates/application/app/views/interfaces/name.erb
vedeu-0.5.10 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.9 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.8 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.7 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.6 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.5 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.4 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.3 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.2 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.1 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.5.0 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb
vedeu-0.4.65 lib/vedeu/cli/generator/templates/application/app/views/interfaces/name.erb