eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FilenameWidgetWithoutHistory':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: FilenameWidgetWithoutHistory


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--FilenameWidgetWithHistory
               |
               +--FilenameWidgetWithoutHistory

Package:
stx:libwidg2
Category:
Views-Interactors
Version:
rev: 1.1 date: 2010/10/19 15:04:45
user: cg
file: FilenameWidgetWithoutHistory.st directory: libwidg2
module: stx stc-classLibrary: libwidg2

Description:


A Filename InputField with a browse-button, which opens a file dialog.
Q&D hack.

copyright

COPYRIGHT (c) 2007 by eXept Software AG All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

Instance protocol:

initialization
o  initializeFilenameField


Examples:


     |top b|

     top := StandardSystemView new.
     top extent:(300 @ 200).

     b := FilenameWidgetWithoutHistory in:top.
     b origin:(0.0 @ 0.0) corner:(1.0 @ 0.0).
     b bottomInset:(b preferredExtent y negated).

     top open.


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 06:40:08 GMT