Coyote Graphics Routines

Date: Fri Mar 27 12:14:20 2015

single page | use frames     summary     class     fields     routine details     file attributes

.\

cgfileselect__define.pro


Class description for cgFileSelect

Properties

Properties in cgFileSelect

LABELSIZE init
LASTDIR get set
UNAME get init
UVALUE get set init
PARENT get
FRAME init
FILENAME get set init
TITLE init
NAMESIZE init
TLB get

Fields

Fields in cgFileSelect

LASTDIR ''
UNAME ''
UVALUE ptr_new()
TEXTID 0L
PARENT 0L
FILENAME ''
LABELID 0L
TLB 0L

Routines

cgFileSelect::GetProperty, FILENAME=FILENAME, LASTDIR=LASTDIR, PARENT=PARENT, TLB=TLB, UNAME=UNAME, UVALUE=UVALUE

This method returns the object properties.

cgFileSelect::SetProperty, FILENAME=FILENAME, LASTDIR=LASTDIR, UVALUE=UVALUE

This method sets the object properties.

cgFileSelect::CLEANUP

The class clean-up method.

result = cgFileSelect::INIT(parent, FILENAME=FILENAME, FRAME=FRAME, LABELSIZE=LABELSIZE, NAMESIZE=NAMESIZE, TITLE=TITLE, UNAME=UNAME, UVALUE=UVALUE)

The class initialization method.

cgFileSelect_Events, event

The class event handler.

cgFileSelect__Define, class

The class definition module for the cgFileSelect object.

Routine details

top cgFileSelect::GetProperty

cgFileSelect::GetProperty, FILENAME=FILENAME, LASTDIR=LASTDIR, PARENT=PARENT, TLB=TLB, UNAME=UNAME, UVALUE=UVALUE

This method returns the object properties.

Keywords

FILENAME
LASTDIR
PARENT
TLB
UNAME
UVALUE

top cgFileSelect::SetProperty

cgFileSelect::SetProperty, FILENAME=FILENAME, LASTDIR=LASTDIR, UVALUE=UVALUE

This method sets the object properties.

Keywords

FILENAME
LASTDIR
UVALUE

top cgFileSelect::CLEANUP

cgFileSelect::CLEANUP

The class clean-up method.

top cgFileSelect::INIT

result = cgFileSelect::INIT(parent, FILENAME=FILENAME, FRAME=FRAME, LABELSIZE=LABELSIZE, NAMESIZE=NAMESIZE, TITLE=TITLE, UNAME=UNAME, UVALUE=UVALUE)

The class initialization method. :Params: parent: in, optional The identifier of the parent widget. If not used, a top-level base widget will be created to hold the contents of the program. :Keywords:

Parameters

parent

Keywords

FILENAME
FRAME
LABELSIZE
NAMESIZE
TITLE
UNAME
UVALUE

top cgFileSelect_Events

cgFileSelect_Events, event

The class event handler. All program widget events come here to be processed. :Params: event: in, required The event structure from the widget causing the event. +

Parameters

event

top cgFileSelect__Define

cgFileSelect__Define, class

The class definition module for the cgFileSelect object. :Params: class: out, optional, type=structure The structure definition for the cgFileSelect object class.

Parameters

class

File attributes

Modification date: Fri Mar 27 11:07:38 2015
Lines: 174