class Gtk::Border
Public Class Methods
Source
# File lib/gtk3/border.rb, line 20 def initialize(left, right, top, bottom) initialize_raw self.left = left self.right = right self.top = top self.bottom = bottom end
Also aliased as: initialize_raw