Re: Different Colors i an entry widget?
- From: Jan-Marek Glogowski <glogow fbihome de>
- To: Günther Rapp <guenther rapp-informatik de>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Different Colors i an entry widget?
- Date: Tue, 18 May 2004 19:14:10 +0200 (CEST)
Hi Günther
With a style you can't change the font / color per character - GtkStyles
base on GtkWidgets.
You can format text when you use the GtkTextView / GtkTextBuffer stuff.
With the right signals connected (i.e. GtkTextBuffer - "insert-text") it
should be possible to "emulate" constraints like a GtkEntry. Maybe start
with "textview.c" from the "gtk-demo" directory in the Gtk+ sources.
HTH
Jan-Marek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]