1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149
|
\input texinfo
@setfilename xforms.info
@settitle XForms (Forms Library)@*A Graphical User Interface Toolkit for X@*Version 1.0.93
@set lastupdate May 21, 2010
@paragraphindent 0
@titlepage
@title XForms
@sp 8
@center @titlefont{Forms Library}
@sp 1
@center @titlefont{A Graphical User Interface Toolkit for X}
@sp 8
@center Library Version 1.0.93
@sp 2
@center May 2010
@sp 8
@end titlepage
@dircategory Development
@direntry
* XForms: (xforms). Graphical user interface toolkit for X
@end direntry
@contents
@node Top
@top
@ifnottex
@menu
* Preface: Preface
* Part I - Using The Forms Library: Part I
* Introduction: Part I Introduction
* Getting Started: Part I Getting Started
* Defining Forms: Part I Defining Forms
* Doing Interaction: Part I Doing Interaction
* Free Objects: Part I Free Objects
* Free Objects: Part I Goodies
* Part II - The Form Designer: Part II
* Introduction: Part II Introduction
* Getting Started: Part II Getting Started
* Command Line Arguments: Part II Command Line Arguments
* Creating Forms: Part II Creating Forms
* Saving and Loading Forms: Part II Saving and Loading Forms
* Language Filters: Part II Language Filters
* Generating Hardcopies: Part II Generating Hardcopies
* Part III - Object Classes: Part III
* Introduction: Part III Introduction
* Static Objects: Part III Static Objects
* Button-like Objects: Part III Button-like Objects
* Valuator Objects: Part III Valuator Objects
* Input Objects: Part III Input Objects
* Choice Objects: Part III Choice Objects
* Container Objects: Part III Container Objects
* Other Objects: Part III Other Objects
* Popups: Part III Popups
* Deprecated Objects: Part III Deprecated Objects
* Part IV - Designing Object Classes: Part IV
* Introduction: Part IV Introduction
* Global Structure: Part IV Global Structure
* Events: Part IV Events
* The Type @code{FL_OBJECT}: Part IV The Type FL_OBJECT
* Drawing Objects: Part IV Drawing Objects
* An Example: Part IV An Example
* New Buttons: Part IV New Buttons
* Using a Pre-emptive Handler: Part IV Using a Pre-emptive Handler
* Part V - General Informations: Part V
* Overview of Main Functions: Part V Overview of Main Functions
* Some Useful Functions: Part V Some Useful Functions
* Resources for Forms Library: Part V Resources for Forms Library
* Dirty Tricks: Part V Dirty Tricks
* Trouble Shooting: Part V Trouble Shooting
* Part VI - Image Supprt API: Part VI
* Part VI Images::
* Index of Functions::
* Index of Constants::
@end menu
@end ifnottex
@include part0_preface.texi
@include part1.texi
@include part1_introduction.texi
@include part1_getting_started.texi
@include part1_defining_forms.texi
@include part1_doing_interaction.texi
@include part1_free_objects.texi
@include part1_goodies.texi
@include part2.texi
@include part2_introduction.texi
@include part2_getting_started.texi
@include part2_command_line.texi
@include part2_creating_forms.texi
@include part2_saving_loading.texi
@include part2_language_filters.texi
@include part2_generating_hardcopies.texi
@include part3.texi
@include part3_introduction.texi
@include part3_static_objects.texi
@include part3_buttons.texi
@include part3_valuator_objects.texi
@include part3_input_objects.texi
@include part3_choice_objects.texi
@include part3_container_objects.texi
@include part3_other_objects.texi
@include part3_popups.texi
@include part3_deprecated_objects.texi
@include part4.texi
@include part4_introduction.texi
@include part4_global_structure.texi
@include part4_events.texi
@include part4_fl_object.texi
@include part4_drawing_objects.texi
@include part4_an_example.texi
@include part4_new_buttons.texi
@include part4_preemptive_handler.texi
@include part5.texi
@include part5_overview.texi
@include part5_useful_functions.texi
@include part5_resources.texi
@include part5_dirty_tricks.texi
@include part5_trouble_shooting.texi
@include part6.texi
@include part6_images.texi
@node Index of Functions
@unnumbered Index of Functions
@printindex fn
@node Index of Constants
@unnumbered Index of Constants
@printindex tp
@bye
|