Sha256: 86589227acd49d398cf37d889bb519dbb0a822535aad9f3a3151f499cfdbf01a
Contents?: true
Size: 620 Bytes
Versions: 5
Compression:
Stored size: 620 Bytes
Contents
module Fox # # Directory selection widget # # === Message identifiers # # +ID_DIRNAME+:: x # +ID_DIRLIST+:: x # +ID_DRIVEBOX+:: x # class FXDirSelector < FXPacker # The "Accept" button [FXButton] attr_reader :acceptButton # The "Cancel" button [FXButton] attr_reader :cancelButton # Directory [String] attr_accessor :directory # Directory list style [Integer] attr_accessor :dirBoxStyle # Return an initialized FXDirSelector instance def initialize(p, tgt=nil, sel=0, opts=0, x=0, y=0, w=0, h=0) # :yields: theDirSelector end end end
Version data entries
5 entries across 5 versions & 1 rubygems