From 1bfcf9ba16ca0ff12ae08f1bdf0a891f4ad73457 Mon Sep 17 00:00:00 2001 From: BST 2002 Tony Gale Date: Sat, 24 Aug 2002 11:53:26 +0000 Subject: update g_connect_signal usage Sat Aug 24 12:46:37 BST 2002 Tony Gale * docs/tutorial/gtk-tut.sgml, examples/*: update g_connect_signal usage * docs/faq/gtk-faq.html: spelling/grammar fixes --- docs/faq/gtk-faq.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs/faq') diff --git a/docs/faq/gtk-faq.sgml b/docs/faq/gtk-faq.sgml index 728fd4e22a..82f3e8b48c 100644 --- a/docs/faq/gtk-faq.sgml +++ b/docs/faq/gtk-faq.sgml @@ -2,7 +2,7 @@ - February 27th 2001 + August 24th 2002 GTK+ FAQ @@ -601,12 +601,12 @@ successful, try executing it. Whats this CVS thing that everyone keeps talking about, and how do I access it? -CVS is the Concurent Version System and is a very +CVS is the Concurrent Version System and is a very popular means of version control for software projects. It is designed to allow multiple authors to be able to simultanously operate on the same source tree. This source tree is centrally maintained, but each developer has a local -mirror of this repository that they make there changes to. +mirror of this repository that they make their changes to. The GTK+ developers use a CVS repository to store the master copy of the current development version of GTK+. As @@ -2098,13 +2098,13 @@ void gtk_window_set_policy (GtkWindow *window, gint auto_shrink); -Auto_shrink will automatically shrink +auto_shrink will automatically shrink the window when the requested size of the child widgets goes below the current size of the -window. Allow_shrink will give the user the +window. allow_shrink will give the user the authorisation to make the window smaller that it should -normally be. Allow_grow will give the user -will have the ability to make the window bigger. The default +normally be. allow_grow gives the user +the ability to make the window bigger. The default values for these parameters are: @@ -2334,7 +2334,7 @@ struct _GList A GList structure is just a simple structure for doubly -linked lists. there exist several g_list_*() functions to +linked lists. There exist several g_list_*() functions to modify a linked list in glib.h. However the GTK_LIST(MyGtkList)->selection is maintained by the gtk_list_*() functions and should not be modified. @@ -2706,7 +2706,7 @@ gtk_misc_set_alignment(GTK_MISC(label), 1.0f, 1.0f); How do I set the background color of a GtkLabel widget? -The Gtklabel widget is one of a few GTK+ widgets that +The GtkLabel widget is one of a few GTK+ widgets that don't create their own window to render themselves into. Instead, they draw themselves directly onto their parents window. -- cgit v1.2.1