Class Fox::FXDirBox
In: rdoc-sources/FXDirBox.rb
Parent: FXTreeListBox

Directory Box

Options

DIRBOX_NO_OWN_ASSOC:do not create associations for files

Events

The following messages are sent by FXDirBox to its target:

SEL_CHANGED:sent when the current item changes; the message data is the new current directory.
SEL_COMMAND:sent when the current item changes; the message data is the new current directory.

Methods

Attributes

associations  [RW]  File associations [FXFileDict]
directory  [RW]  Current directory [String]

Public Class methods

Public Instance methods

Return file associations (an FXFileDict instance).

Return current directory

Change file associations, where assoc is an FXFileDict instance.

Set current directory

[Validate]