GTK is a multi-platform toolkit for creating graphical user interfaces.
Go to file
Owen Taylor 61b2f259e5 Move notification of "has_default" to here, so it is safe to call
Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwindow.c (gtk_window_set_default): Move
	notification of "has_default" to here, so it
	is safe to call gtk_window_set_default() instead
	of gtk_widget_grab_default().

	* gtk/gtkwindow.c (gtk_window_set_focus): Make it call
	gtk_widget_grab_focus(), which then calls
	_gtk_widget_internal_set_focus(). This makes
	gtk_window_set_focus() a safe way of both setting
	and unsetting the focus widget.

	* gtk/gtkwidget.c (gtk_widget_propagate_state): Use
	gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
	to find the toplevel.

	* gtk/gtkwindow.h: Move gtk_window_set_focus/default
	from the "internal functions" section.
2001-11-17 01:18:49 +00:00
contrib
debian
demos demos/gtk-demo/appwindow.c reduce compiler warnings 2001-11-16 11:50:04 +00:00
docs Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
examples Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro) 2001-11-02 15:27:27 +00:00
gdk Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) 2001-11-16 16:54:16 +00:00
gdk-pixbuf Remove unused static function. (xpm_skip_string): Dito. 2001-11-14 21:50:00 +00:00
gtk Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
m4macros Don't try to use pkg-config when we didn't find it. (#62944, Eric Lemings) 2001-10-29 16:51:37 +00:00
modules Use -no-undefined on Windows. Look for .dll or .so as appropriate as 2001-11-02 22:56:59 +00:00
po Updated tr.po 2001-11-16 14:15:40 +00:00
tests move the separator to the right place in the radio buttons window 2001-11-16 22:58:32 +00:00
.cvsignore shut up CVS 2001-10-30 16:51:39 +00:00
acconfig.h sigsetjmp is macroized in some places, so use AC_TRY_LINK instead of 2001-11-05 01:39:22 +00:00
acinclude.m4
AUTHORS
autogen.sh
ChangeLog Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
ChangeLog.pre-1-0
ChangeLog.pre-1-2
ChangeLog.pre-2-0 Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
ChangeLog.pre-2-2 Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
ChangeLog.pre-2-4 Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
ChangeLog.pre-2-6 Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
ChangeLog.pre-2-8 Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
ChangeLog.pre-2-10 Move notification of "has_default" to here, so it is safe to call 2001-11-17 01:18:49 +00:00
config.guess
config.h.win32.in Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
config.sub
configure.in Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
COPYING
gdk-2.0-uninstalled.pc.in
gdk-2.0.pc.in
gdk-pixbuf-2.0-uninstalled.pc.in
gdk-pixbuf-2.0.pc.in
gtk-config-2.0.in
gtk-zip.sh.in Use -no-undefined on Windows. Look for .dll or .so as appropriate as 2001-11-02 22:56:59 +00:00
gtk+-2.0-uninstalled.pc.in
gtk+-2.0.pc.in
gtk+.spec.in
HACKING
INSTALL
INSTALL.in
makecopyright
Makefile.am Use -no-undefined on Windows. Look for .dll or .so as appropriate as 2001-11-02 22:56:59 +00:00
NEWS
NEWS.pre-1-0
README
README.cvs-commits
README.in
README.nanox
README.win32 Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
sanity_check
TODO
TODO.xml

General Information
===================

This is GTK+ version 1.3.10. GTK+, which stands for the Gimp ToolKit, 
is a library for creating graphical user interfaces for the X Window 
System. It is designed to be small, efficient, and flexible. GTK+ is 
written in C with a very object-oriented approach.

The official ftp site is:
  ftp://ftp.gtk.org/pub/gtk

The official web site is:
  http://www.gtk.org/

Information about mailing lists can be found at
  http://www.gtk.org/mailinglists.html

Installation
============

See the file 'INSTALL'

How to report bugs
==================

Bugs should be reported to the GNOME bug tracking system. 
(http://bugzilla.gnome.org, product gtk+.) You will need
to create an account for yourself.
  
In the bug report please include:
  
* Information about your system. For instance:

   - What operating system and version
   - What version of X
   - For Linux, what version of the C library

  And anything else you think is relevant.

* How to reproduce the bug. 

  If you can reproduce it with the testgtk program that is built 
  in the gtk/ subdirectory, that will be most convenient.  Otherwise, 
  please include a short test program that exhibits the behavior. 
  As a last resort, you can also provide a pointer to a larger piece 
  of software that can be downloaded.

* If the bug was a crash, the exact text that was printed out
  when the crash occured.

* Further information such as stack traces may be useful, but
  is not necessary. If you do send a stack trace, and the error
  is an X error, it will be more useful if the stacktrace
  is produced running the test program with the --sync command
  line option.

Patches
=======

Patches should also be submitted to bugzilla.gnome.org. If the
patch fixes an existing bug, add the patch as an attachment
to that bug report.

Otherwise, enter a new bug report that describes the patch,
and attach the patch to that bug report.

Bug reports containing patches should include the PATCH keyword
in their keyword fields. If the patch adds to or changes the GTK
programming interface, the API keyword should also be included.
  
Patches should be in unified diff form. (The -u option to GNU
diff.)