which widgets?




Standard disclaimer: newbie to group and to tcl/tk

I want to create a simple GUI using tk which lets a user
choose a type of meteorological variable using a drop down box.
Actually that is one thing I am asking - what is the widget
name for a drop box? The widget would consist of a
text area that shows one of give names. The choice
of name is done by clicking a down array to the right
arrow of the name. I probable sound daft describing this - sorry.

total_cloud_fraction MAX=1.0
MIN=0.0
temperature_at_1-5m MAX=320
MIN=252
wind_speed_at_10m MAX=24.5
MIN=0.0
total_precipitation_rate MAX=0.0008
MIN=0.0
total_soil_moisture_content MAX=656
MIN=0.0

The second widget want, to the right of the drop box I just described,
are two input boxes, one box for MAX and one for MIN.

On starting the script it should read from a file containing the
current
Max and Min real numbers. When the GUI starts it should show
total_cloud_fraction and in the boxes display 1.0 and 0.0

The user should be able to change the MIN and MAX numbers displayed in
the boxes.

I want the user to be able to choose a name, view the current MIN and
MAX, and
change it and then have any changes made saved to the output file.

Any hints (like specific widgets I should study), however simple, are
welcome.

Thank you for your patience.

.



Relevant Pages

  • newbie: Help in writing Tk code
    ... I like to pass widget as the argument to another procedure. ... Or in another words I am creating a dialog box with some GUI ... procedure to use the frame created in this procedure. ... I have couple of dialog boxes to be created in my GUI ...
    (comp.lang.tcl)
  • Re: Easiest/quickest method for very simple interfaces?
    ... maybe I should've said "in a GUI that exists right now". ... Pick any widget set. ... This is where you have to read the documentation for the widget set you ... harder to develop with than Gtk2 widgets. ...
    (comp.os.linux.misc)
  • Re: SQL Data driven GUI
    ... the "real" application builds a specifically requested GUI ... widget during each iteration that concerns me. ... Each client organization can define as many GUI ... Those interfaces will almost always remain ...
    (comp.lang.java.gui)
  • Re: dont understand namespaces...
    ... import Tkinter ... instantiate a class that defines a Frame in the root window ... What I cannot figure out is how to reference a widget in app2 from app... ... That is all the GUI is for.!!!! ...
    (comp.lang.python)
  • Re: GWindows and a future home for it
    ... >>A GUI library should just be for GUI stuff. ... > There are, to my knowledge, three free DB libraries in Ada: ... actually looking at his Database support. ... transfer from the query to the widget. ...
    (comp.lang.ada)