Class Fox::FXDriveBox
In: rdoc-sources/FXDriveBox.rb
Parent: FXListBox

Drive box

Events

The following messages are sent by FXDriveBox to its target:

SEL_CHANGED:sent when the current item changes; the message data is the current drive
SEL_COMMAND:sent when a new item is selected from the list; the message data is the drive

Methods

Attributes

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

Public Class methods

Public Instance methods

Return file associations (an FXFileDict instance).

Return current drive as a string.

Change file associations, where assoc is an FXFileDict instance.

Set current drive, where drive is a string. Returns true on success, false on failure.

[Validate]