Sha256: 88fc825f31985a748f80cca1dd358ef3bda472f9567c773a6687fbfda50ab297

Contents?: true

Size: 937 Bytes

Versions: 4

Compression:

Stored size: 937 Bytes

Contents

# Copyright (C) 2014  Kouhei Sutou <kou@cozmixng.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

# TODO: Upgrade to gtk3
require "gtk2"

module Gdk
  class Event
    STOP = true unless const_defined?(:STOP)
    PROPAGATE = false unless const_defined?(:PROPAGATE)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rabbit-2.1.6 lib/rabbit/gtk.rb
rabbit-2.1.5 lib/rabbit/gtk.rb
rabbit-2.1.4 lib/rabbit/gtk.rb
rabbit-2.1.3 lib/rabbit/gtk.rb