Method: VRVirtualDesktopForm#handle_close

Defined in:
lib/VRVirtualDesktopForm.rb

#handle_closeObject

common handler for exit menu selections



240
241
242
243
244
245
# File 'lib/VRVirtualDesktopForm.rb', line 240

def handle_close
	if user_okays_close then
		handle_exit
		self.close
	end
end