[gtk+/gtk-2-22] Small GtkTable doc improvement (cherry picked from commit ab6927e4faf661bbd89a087599a98278ebebbd64)
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-2-22] Small GtkTable doc improvement (cherry picked from commit ab6927e4faf661bbd89a087599a98278ebebbd64)
- Date: Mon, 12 Jul 2010 17:12:09 +0000 (UTC)
commit 266fbce3a38e5330284137eb5702794544b501dc
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 9 21:40:46 2010 -0400
Small GtkTable doc improvement
(cherry picked from commit ab6927e4faf661bbd89a087599a98278ebebbd64)
docs/reference/gtk/tmpl/gtktable.sgml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml
index 4a0d7ca..4741a13 100644
--- a/docs/reference/gtk/tmpl/gtktable.sgml
+++ b/docs/reference/gtk/tmpl/gtktable.sgml
@@ -131,7 +131,8 @@ The <structname>GtkTable</structname> structure holds the data for the actual ta
Used to create a new table widget. An initial size must be given by
specifying how many rows and columns the table should have, although
this can be changed later with gtk_table_resize(). @rows and @columns
-must both be in the range 0 .. 65535.
+must both be in the range 1 .. 65535. For historical reasons, 0 is accepted
+as well and is silently interpreted as 1.
</para>
@rows: The number of rows the new table should have.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]