add a warning for "invisible" property, #65999

2001-12-04  Havoc Pennington  <hp@redhat.com>

	* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
	"invisible" property, #65999
This commit is contained in:
Havoc Pennington 2001-12-04 22:53:12 +00:00 committed by Havoc Pennington
parent f27cf774c6
commit f6f4353615
8 changed files with 36 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-12-04 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
"invisible" property, #65999
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs

View File

@ -1,3 +1,8 @@
2001-12-04 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
"invisible" property, #65999
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs

View File

@ -1,3 +1,8 @@
2001-12-04 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
"invisible" property, #65999
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs

View File

@ -1,3 +1,8 @@
2001-12-04 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
"invisible" property, #65999
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs

View File

@ -1,3 +1,8 @@
2001-12-04 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
"invisible" property, #65999
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs

View File

@ -1,3 +1,8 @@
2001-12-04 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
"invisible" property, #65999
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs

View File

@ -1,3 +1,8 @@
2001-12-04 Havoc Pennington <hp@redhat.com>
* gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
"invisible" property, #65999
2001-12-04 Matt Wilson <msw@redhat.com>
* gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs

View File

@ -1193,6 +1193,7 @@ gtk_text_tag_set_property (GObject *object,
break;
case PROP_INVISIBLE:
g_warning ("The \"invisible\" property on GtkTextTag is not supported for GTK 2.0, it will be added in a future release. see http://bugzilla.gnome.org bug #66194 for status.");
text_tag->invisible_set = TRUE;
text_tag->values->invisible = g_value_get_boolean (value);
g_object_notify (object, "invisible_set");