# File lib/rabbit/utils.rb, line 355 def default_screen Gdk::Screen.default end
# File lib/rabbit/utils.rb, line 387 def mm_to_inch(mm) mm / 25.4 end
# File lib/rabbit/utils.rb, line 383 def screen_depth default_screen.root_window.depth end
# File lib/rabbit/utils.rb, line 367 def screen_height default_screen.height end
# File lib/rabbit/utils.rb, line 371 def screen_height_mm default_screen.height_mm end
# File lib/rabbit/utils.rb, line 359 def screen_width default_screen.width end
# File lib/rabbit/utils.rb, line 363 def screen_width_mm default_screen.width_mm end
Generated with the Darkfish Rdoc Generator 2.