[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: background in gtk_text_view
- From: Havoc Pennington <hp redhat com>
- To: who_ami siedziba pl
- Cc: gtk-app-devel-list gnome org
- Subject: Re: background in gtk_text_view
- Date: Wed, 26 Feb 2003 12:27:07 -0500
On Wed, Feb 26, 2003 at 05:23:54PM +0100, who_ami@siedziba.pl wrote:
> that doesn't work, neither this tag
>
> gtk_text_buffer_create_tag (buffer, "textbg",
> "background", textbg,
> "foreground", textfg,
> "background-full-height", TRUE,
> "background-full-height-set", TRUE,
> NULL);
>
> where can I find a description about GtkTextTag properties ? I don't see
> it in the docs.
There are descriptions in the source code like this:
g_object_class_install_property (object_class,
PROP_BG_FULL_HEIGHT,
g_param_spec_boolean
("background_full_height",
_("Background
full height"),
_("Whether
the background color fills the
entire line height or only the
height of the tagged characters"),
FALSE,
G_PARAM_READABLE | G_PARAM_WRITABLE));
The docs tools just don't know how to pull that stuff out yet.
Probably a pretty easy thing to remedy if someone's looking for a nice
GTK project to work on.
Anyhow, I don't see a bug in bugzilla for the
line-color-extends-to-right feature, so someone should probably file
it. I'm not sure if there should be new API or if it should just work
as I described.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]