class SpecialDFileEdit
Public Instance Methods
layout()
click to toggle source
# File Views/Special/DFileEdit.rb, line 2 def layout @order = 100 @functions_need = [:files_manage] gui_hbox do gui_vbox do show_button :mount_harddisk show_button :contact_url end end end