Sha256: f83dabeac7cb88749f9180db46f8b190b86620b2267499475f646b4da70a2578
Contents?: true
Size: 483 Bytes
Versions: 5
Compression:
Stored size: 483 Bytes
Contents
class ComptaRemotes < View include VTListPane def layout @order = 500 set_data_class :Remotes gui_hbox do gui_vbox :nogroup do vtlp_list :remotes_list, 'url', width: 250, maxheight: 250 show_button :new end gui_vbox :nogroup do show_str :url, width: 250 show_str :name show_str :pass show_int :account_index show_int :movement_index show_button :save end end end end
Version data entries
5 entries across 5 versions & 1 rubygems