DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦bef8b3020⟧ TextFile

    Length: 897 (0x381)
    Types: TextFile
    Names: »README«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« 
        └─⟦a8392fb20⟧ 
            └─⟦this⟧ »contrib/examples/OReilly/Vol4/ch02/README« 

TextFile

xhello is a simple hello world program using Label widget.

xgoodbye is like hello with callback on Command widget

xfarewell is like xgoodbye but adds actions to Command instead of using
callbacks - click invokes a dialog confirming exit - Shift click
exits without the confirmation.  Also demonstrates setting and 
getting resources.

xclickcount.c and xwhichbutton.c are not described in the book.
They are very similar to xfarewell.  xwhichbutton adds action so
that a Command widget executes one of three different action
depending on which button is pressed (this user interface convention
is not necessarily recommended).  \f(CWxclickcount\fP resets
the label displayed in a Command widget to indicate the number of
times the Command is clicked.  xclickcount demonstrates getting
a user-supplied resource so that the program can change a label without
erasing the user-supplied part of it.