Blob Blame History Raw
# $XConsortium: fsDia.scr /main/4 1995/07/17 20:51:14 drk $
# Motif
#
# Copyright (c) 1987-2012, The Open Group. All rights reserved.
#
# These libraries and programs are free software; you can
# redistribute them and/or modify them under the terms of the GNU
# Lesser General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option)
# any later version.
#
# These libraries and programs are distributed in the hope that
# they will be useful, but WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
# PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with these librararies and programs; if not, write
# to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
# Floor, Boston, MA 02110-1301 USA
# 
# HISTORY



#  This is a File_Selection_Dialog widget with the following characteristics:   
#	- help Callback is on   
#	- selectionLabelString is  Select a File
#	- cancelLabelString is Quit   
#	- helpLabelString is Info   
#	- cancel Callback is ON   
#	- filterCallback is ON
#	- listUpdated is false
#	- Automatically Created Widget Resources:
#	    - All auto widgets have 3 pixel shadow
#	    - Text widgets are green in backgroound and red in foreground.
#	    - List widgets are wheat in background
#	    - Most labels (unless specified above) have Auto prepended to 
#	      labelString
#	    - all scrollbars are yellow in background
#	    - Separator is double-dashed line
#	- All other resources are set by default


CompareVisual File_Selection_Dialog
LocatePointer File_Selection_Dialog RHelpButton
ClickMB Btn1
LocatePointer File_Selection_Dialog RFilterButton
ClickMB Btn1
CompareVisual File_Selection_Dialog

LocatePointer File_Selection_Dialog RFileListHorizScrollBarLeftArrow
ClickMB Btn1
CompareVisual File_Selection_Dialog
LocatePointer File_Selection_Dialog RFileListHorizScrollBarSlider
DragSliderValue Right Max
DragSliderValue Left Min
CompareVisual File_Selection_Dialog

LocatePointer File_Selection_Dialog RFileListVertScrollBarUpArrow
ClickMB Btn1
CompareVisual File_Selection_Dialog
LocatePointer File_Selection_Dialog RFileListVertScrollBarSlider
DragSliderValue Up Min
DragSliderValue Down Max
CompareVisual File_Selection_Dialog

LocatePointer File_Selection_Dialog RDirListHorizScrollBarRightArrow
ClickMB Btn1
CompareVisual File_Selection_Dialog
LocatePointer File_Selection_Dialog RDirListHorizScrollBarSlider
DragSliderValue Right Max
DragSliderValue Left Min
CompareVisual File_Selection_Dialog

LocatePointer File_Selection_Dialog RDirListVertScrollBarDownArrow
ClickMB Btn1
CompareVisual File_Selection_Dialog
LocatePointer File_Selection_Dialog RDirListVertScrollBarSlider
DragSliderValue Down Max
DragSliderValue Up Min
CompareVisual File_Selection_Dialog

LocatePointer File_Selection_Dialog ROkButton
ClickMB Btn1
CompareVisual File_Selection_Dialog


Exit