updated after changes to libgimp and added more info
--Sven
This commit is contained in:
@ -1,3 +1,11 @@
|
|||||||
|
Sat Feb 5 16:22:21 CET 2000 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* README: more help
|
||||||
|
|
||||||
|
* libgimp/.cvsignore
|
||||||
|
* libgimp/libgimp-decl.txt
|
||||||
|
* libgimp/tmpl/gimpwidgets.sgml: updated after changes to libgimp
|
||||||
|
|
||||||
Fre Feb 4 16:18:39 CET 2000 Sven Neumann <sven@gimp.org>
|
Fre Feb 4 16:18:39 CET 2000 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* libgimp/Makefile.am: I'm still tweaking it a bit...
|
* libgimp/Makefile.am: I'm still tweaking it a bit...
|
||||||
|
@ -65,6 +65,7 @@ PATH. If everything was set up correctly running a simple
|
|||||||
make should do the trick and generate the SGML and HTML files
|
make should do the trick and generate the SGML and HTML files
|
||||||
for you.
|
for you.
|
||||||
|
|
||||||
|
|
||||||
In most cases you will work on the documentation by adding or
|
In most cases you will work on the documentation by adding or
|
||||||
editing comment blocks in the C source and by editing the
|
editing comment blocks in the C source and by editing the
|
||||||
template SGML files in the tmpl dir. The following steps
|
template SGML files in the tmpl dir. The following steps
|
||||||
@ -76,3 +77,26 @@ make sgml - Creates the SGML files from the templates found
|
|||||||
|
|
||||||
make html - Build HTML pages out of the SGML files.
|
make html - Build HTML pages out of the SGML files.
|
||||||
|
|
||||||
|
|
||||||
|
If the source was changed (real changes as described above),
|
||||||
|
you will need to perform the following two steps before you can
|
||||||
|
rebuild the sgml and html files:
|
||||||
|
|
||||||
|
make scan - Scans the header files and builds and runs a
|
||||||
|
binary that asks the GtkObjects to describe
|
||||||
|
themselves. That way the hierarchy of widgets,
|
||||||
|
arguments and signals are determined. If you
|
||||||
|
have added new objects, you will have to update
|
||||||
|
the MODULE.types files accordingly before you
|
||||||
|
perform this step.
|
||||||
|
|
||||||
|
make templates - Merges the changes into the templates. This will
|
||||||
|
output warnings about any declarations which have
|
||||||
|
been added/removed. Update the MODULE-sections.txt
|
||||||
|
to include the new functions etc. in the
|
||||||
|
appropriate sections, and delete ones which are
|
||||||
|
no longer available. Run "make templates" again
|
||||||
|
until there are no warnings output.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,5 +2,6 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
libgimp.html
|
libgimp.html
|
||||||
libgimp-decl-list.txt
|
libgimp-decl-list.txt
|
||||||
|
libgimp-unused.txt
|
||||||
html
|
html
|
||||||
sgml
|
sgml
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -96,6 +96,9 @@ gimpwidgets
|
|||||||
@step_increment:
|
@step_increment:
|
||||||
@page_increment:
|
@page_increment:
|
||||||
@digits:
|
@digits:
|
||||||
|
@constrain:
|
||||||
|
@unconstrained_lower:
|
||||||
|
@unconstrained_upper:
|
||||||
@tooltip:
|
@tooltip:
|
||||||
@private_tip:
|
@private_tip:
|
||||||
@Returns:
|
@Returns:
|
||||||
@ -107,7 +110,9 @@ gimpwidgets
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@seed:
|
@seed:
|
||||||
|
@seed_spinbutton:
|
||||||
@use_time:
|
@use_time:
|
||||||
|
@time_button:
|
||||||
@time_true:
|
@time_true:
|
||||||
@time_false:
|
@time_false:
|
||||||
@Returns:
|
@Returns:
|
||||||
|
Reference in New Issue
Block a user