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
Author:
Claus Gittinger

Description:


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


Related information:

    ComboBoxView
    FilenameEditField
    FilenameComboBoxView
    FilenameWidgetWithHistory

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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 02:19:45 GMT