User`s guide
Create GUIs Programmatically
Chapter 11, Lay Out a
Programmatic GUI (p. 11-1)
Shows you how to create
and organize the GU I code
file and from there how to
populate the GUI and construct
menus and toolbars. Provides
guidance in designing a GUI for
cross-platform compatibility.
Chapter 12, Code a Programmatic
GUI (p. 12-1)
Explains how user-written
callback routines control GUI
behavior. Shows you h ow to
associate callbacks with specific
components and explains callback
syntax and arguments. Provides
simple programming examples
for each kind of component.
Chapter 13, Manage
Application-Defined Data
(p. 13-1)
Explains the mechanisms for
managing app lication-defined
data and explain s how to sh are
data among a GUI’s callbacks.
Chapter 14, Manage Callback
Execution (p. 14-1)
Explains how callbacks execute
and how to control their
interactions
Chapter 15, Examples of GUIs
Created Programmatically
(p. 15-1)
Provides thre e examples that
illustrate the application of some
programming techniques used to
create GUIs.