class MaskEntry

Attributes

mask[W]

Public Class Methods

new() click to toggle source
Calls superclass method
# File gtk3/sample/gtk-demo/combobox.rb, line 262
def initialize
  super
  signal_connect "changed" do
    set_background
  end
end