Sha256: 56ef38742d5543dd4f2b8daab6b7e830ad4ac9993eca548667e21db6086d14df

Contents?: true

Size: 1.69 KB

Versions: 37

Compression:

Stored size: 1.69 KB

Contents

module Fox
  #
  # A tool bar grip is used to move its container, a dock bar.
  # The grip draws either a single or double bar; it is customary
  # to use the single bar grip for toolbar-rearrangements only,
  # and use the double-bar when the toolbar needs to be floated
  # or docked.
  # The tool bar grip is automatically oriented properly by the
  # the toolbar widget, similar to the FXSeparator widget.
  # Holding the Control Key while dragging the grip will prevent
  # the toolbar from docking when it is near a dock site.
  #
  # === Toolbar Grip styles
  #
  # +TOOLBARGRIP_SINGLE+::	Single bar mode for movable tool bars
  # +TOOLBARGRIP_DOUBLE+::	Double bar mode for dockable tool bars
  #
  class FXToolBarGrip < FXDockHandler

    # Indicates whether the grip is displayed as a double-bar [Boolean]
    attr_writer	:doubleBar
    
    # Active color [FXColor]
    attr_accessor :activeColor

    #
    # Return an initialized FXToolBarGrip instance.
    #
    # ==== Parameters:
    #
    # +p+::	the parent window for this tool bar grip [FXComposite]
    # +target+::	the message target, if any, for this tool bar grip [FXObject]
    # +selector+::	the message identifier for this tool bar grip [Integer]
    # +opts+::	tool bar grip options [Integer]
    # +x+::	initial x-position [Integer]
    # +y+::	initial y-position [Integer]
    # +width+::	initial width [Integer]
    # +height+::	initial height [Integer]
    #
    def initialize(p, target=nil, selector=0, opts=TOOLBARGRIP_SINGLE, x=0, y=0, width=0, height=0) # :yields: theToolBarGrip
    end

    #
    # Return +true+ if this tool bar grip is displayed as a double bar (i.e. as
    # opposed to a single bar).
    #
    def doubleBar? ; end
  end
end

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
fxruby-1.6.22.pre2-x86-mingw32 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.22.pre2 rdoc-sources/FXToolBarGrip.rb
fxrubi-1.6.22.pre1-x86-mingw32 rdoc-sources/FXToolBarGrip.rb
fxrubi-1.6.22.pre1 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.20-x86-mingw32 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.20-x86-linux rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.20 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.20-universal-darwin-10 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.19-x86-mingw32 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.14-mswin32 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.13-mswin32 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.11 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.10 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.12 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.13 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.14-universal-darwin-9 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.15-universal-darwin-9 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.14 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.15-x86-mswin32-60 rdoc-sources/FXToolBarGrip.rb
fxruby-1.6.15 rdoc-sources/FXToolBarGrip.rb