Advertisement
hiro1357

WebKitGtk2::WebView methods

Dec 21st, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. irb(main):001:0> require 'webkit-gtk2'
  2. => true
  3. irb(main):002:0> webview = WebKitGtk2::WebView.new
  4. => #<WebKitGtk2::WebView:0x7f0165221808 ptr=0x7f01655c2220>
  5. irb(main):003:0> webview = WebKitGtk2::WebView
  6. => WebKitGtk2::WebView
  7. irb(main):004:0> webview.methods
  8. => [:child_property, :child_properties, :install_child_property, :type_register, :install_style_property, :style_property, :style_properties, :push_colormap, :pop_colormap, :set_default_colormap, :default_style, :default_colormap, :default_visual, :set_default_direction, :default_direction, :pop_composite_child, :push_composite_child, :default_colormap=, :default_direction=, :binding_set, :new!, :property, :properties, :install_property, :method_added, :gtype, :append_features, :signal_new, :signals, :signal, :allocate, :new, :superclass, :freeze, :===, :==, :<=>, :<, :<=, :>, :>=, :to_s, :inspect, :included_modules, :include?, :name, :ancestors, :instance_methods, :public_instance_methods, :protected_instance_methods, :private_instance_methods, :constants, :const_get, :const_set, :const_defined?, :const_missing, :class_variables, :remove_class_variable, :class_variable_get, :class_variable_set, :class_variable_defined?, :public_constant, :private_constant, :singleton_class?, :include, :prepend, :module_exec, :class_exec, :module_eval, :class_eval, :method_defined?, :public_method_defined?, :private_method_defined?, :protected_method_defined?, :public_class_method, :private_class_method, :autoload, :autoload?, :instance_method, :public_instance_method, :nil?, :=~, :!~, :eql?, :hash, :class, :singleton_class, :clone, :dup, :itself, :taint, :tainted?, :untaint, :untrust, :untrusted?, :trust, :frozen?, :methods, :singleton_methods, :protected_methods, :private_methods, :public_methods, :instance_variables, :instance_variable_get, :instance_variable_set, :instance_variable_defined?, :remove_instance_variable, :instance_of?, :kind_of?, :is_a?, :tap, :send, :public_send, :respond_to?, :extend, :display, :method, :public_method, :singleton_method, :define_singleton_method, :object_id, :to_enum, :enum_for, :equal?, :!, :!=, :instance_eval, :instance_exec, :__send__, :__id__]
  9.  
  10.  
  11. irb(main):009:0> webview.properties
  12. => ["user-data", "name", "parent", "width-request", "height-request", "visible", "sensitive", "app-paintable", "can-focus", "has-focus", "is-focus", "can-default", "has-default", "receives-default", "composite-child", "style", "events", "extension-events", "no-show-all", "has-tooltip", "tooltip-markup", "tooltip-text", "window", "double-buffered", "border-width", "resize-mode", "child", "title", "uri", "copy-target-list", "paste-target-list", "editable", "settings", "web-inspector", "viewport-attributes", "window-features", "transparent", "zoom-level", "full-content-zoom", "load-status", "progress", "encoding", "custom-encoding", "icon-uri", "im-context", "view-mode", "self-scrolling"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement