Re: [gtk-list] how to set bg pixmaps for labels
- From: Havoc Pennington <rhp zirx pair com>
- To: GTK Development List <gtk-list redhat com>
- Subject: Re: [gtk-list] how to set bg pixmaps for labels
- Date: Sat, 29 May 1999 19:21:51 -0400 (EDT)
Labels are so-called "no window" widgets, which means they don't have an
associated X window; so you can't set their background. Labels render
themselves to their parent widget, and are "transparent" in a sense. You
can set the background of the parent, or place the label in a GtkEventBox
and set the event box's background.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]