gtk2/examples
Sven Neumann 6dea3cae13 finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK
2002-02-19  Sven Neumann  <sven@gimp.org>

	* examples/*/*.c: finish conversion to g_signal_* functions by
	using G_OBJECT and G_CALLBACK and other assorted changes.
2002-02-19 19:47:16 +00:00
..
arrow finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
aspectframe finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
base finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
buttonbox finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
buttons finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
calendar finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
clist finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
entry finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
eventbox finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
filesel finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
fixed finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
frame finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
gtkdial finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
helloworld finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
helloworld2 finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
label finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
list finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
menu finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
notebook finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
packbox finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
paned finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
pixmap finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
progressbar finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
radiobuttons finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
rangewidgets finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
rulers finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
scribble-simple finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
scribble-xinput finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
scrolledwin finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
selection finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
spinbutton finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
statusbar finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
table finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
text finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
tictactoe finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
tree finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
wheelbarrow finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK 2002-02-19 19:47:16 +00:00
extract.awk rearrange rules to not emit the example start and end markers. 2002-02-16 18:31:14 +00:00
extract.sh The following changes are the beginning of the work on #71430. 2002-02-14 22:49:57 +00:00
find-examples.sh Changes for GTK+ 0.99.10 1998-04-08 04:07:01 +00:00
Makefile The following changes are the beginning of the work on #71430. 2002-02-14 22:49:57 +00:00
README.1ST new file to explain how the code examples should be extracted from the 1998-06-23 11:15:20 +00:00

GTK Example Code - Tony Gale <gale@gtk.org> 980623
--------------------------------------------------

I have written an awk script to automatically extract the code
examples from the GTK Tutorial (in sgml), so they only have to be
changed in one place.

It's called 'extract.awk', and there is a shell wrapper to invoke
it called 'extract.sh'

It takes the following switches:
 -c : Just do checking rather than output files
 -f <filename> : Extract a specific file
 -d : Extract file(s) to current directory

Without the -d switch, the code will be placed in the appropriate
sub-directory. Those sub-directories will be created if they do not
exist.

Without the -f switch, all code examples will be extracted.

The shell wrapper assumes that the GTK Tutorial is in the 
file "../docs/gtk_tut.sgml"

It works by looking for sections of text in the tutorial surrounded
by, for example:

/* example-start helloworld helloworld.c */

and

/* example-end */

Where "helloworld" is the directory into which the file will be
placed (which can also be a directory spec like hello/hello1), and
"helloworld.c" is the file name for the code.

So, the code between these lines would be extracted to the file
helloworld/helloworld.c

It also handles replacing the sgml tag '&amp;' with '&'