gtk/examples
Owen Taylor a2d1299475 Make gdk_colormap_sync private since it was never exported in a header
Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>

	* gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
	gdk_colormap_sync private since it was never exported
	in a header file.

	* gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
	colormap->colors[] for StaticGray, StaticColor colormaps.

	* gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
	was being used as if it was image->bits_per_pixel.

	* gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
	for the image in the GdkImage structure since it isn't
	reconstructable, and we need it to handle packed types

	* gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
	the assumption that on Win32 image->bits_per_pixel == image->depth,
	always.

	* gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.

	* gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
	warning message if no converter can be found.
2001-02-02 22:19:31 +00:00
..
arrow - Complete documentation of Label widget API - New sections for the 1999-02-01 10:44:36 +00:00
aspectframe threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
base - re-write the GtkProgressBar section to the 1.1 API. - add an Appendix 1998-12-10 17:31:04 +00:00
buttonbox threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
buttons threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
calendar New section on GtkCalendar Update example code 2000-02-23 10:59:21 +00:00
clist use a scrolled window in the clist example. Minor tutorial fixes. 1999-04-10 12:55:24 +00:00
entry threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
eventbox threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
filesel threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
fixed threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
frame threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
gtkdial threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
helloworld threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
helloworld2 threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
label threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
list threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
menu threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
notebook threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
packbox threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
packer Make gdk_colormap_sync private since it was never exported in a header 2001-02-02 22:19:31 +00:00
paned threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
pixmap threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
progressbar threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
radiobuttons threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
rangewidgets threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
rulers threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
scribble-simple threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
scribble-xinput threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
scrolledwin threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
selection threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
spinbutton new sections on Layout and SpinButton [nice widget] 1999-02-02 10:12:52 +00:00
statusbar threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
table threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
text threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
tictactoe threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
tree threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
wheelbarrow threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +00:00
extract.awk Start mass update for GTK 1.1 Look for the best version of awk Fix FD leak 1998-12-07 15:19:00 +00:00
extract.sh Start mass update for GTK 1.1 Look for the best version of awk Fix FD leak 1998-12-07 15:19:00 +00:00
find-examples.sh Changes for GTK+ 0.99.10 1998-04-08 04:07:01 +00:00
Makefile threads example from Erik Mouw. New question on GtkLabel background 1999-11-13 23:06:46 +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 '&'