Class: Wx::WEB::WebViewZoom

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/web/web_view.rb

Overview

Zoom levels available in WebView.

Requires:

  • USE_WEBVIEW

Constant Summary collapse

WEBVIEW_ZOOM_TINY =
Wx::WEB::WebViewZoom.new(0)
WEBVIEW_ZOOM_SMALL =
Wx::WEB::WebViewZoom.new(1)
WEBVIEW_ZOOM_MEDIUM =

default size

Wx::WEB::WebViewZoom.new(2)
WEBVIEW_ZOOM_LARGE =
Wx::WEB::WebViewZoom.new(3)
WEBVIEW_ZOOM_LARGEST =
Wx::WEB::WebViewZoom.new(4)

Method Summary

Methods inherited from Enum

#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~

Constructor Details

This class inherits a constructor from Wx::Enum

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Wx::Enum