forked from AuroraMiddleware/gtk
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:
parent
f27cf774c6
commit
f6f4353615
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user