Transparent EventBox Background

2006-02-02 Thread Andy Grebe
first eventbox. The first event box shows it's window since it's background is a nice image for a label which is on top of it. Is there any way to set the background of the eventbox to transparent, while still using the eventbox's window? Thanks -- Andy Grebe Design Speciali

Draw Lines Over Widgets

2006-01-05 Thread Andy Grebe
ith labels when the line doesn't go over a button or scroll button. However, I guess since when the scrollbutton goes into a different state it redraws itself, it then erases what line was there. -- Andy Grebe Design Specialist Software Engineering North Wales Facility Apogee Labs, Inc.

re: Reference to a C++ object in GTK+ callbacks

2005-12-14 Thread Andy Grebe
Paul, As it has been said, your function needs to have the correct format, i.e. gboolean play_cb (GtkWidget *widget, gpointer ptr) {} Andy From: Paul Santa Maria <[EMAIL PROTECTED]> Sent: Tuesday, December 13, 2005 7:01 PM To: gtk-app-devel-list@gn

re: SPAM LOW Re: Top Window Background

2005-12-14 Thread Andy Grebe
ecember 14, 2005 3:01 AM To: gtk-app-devel-list@gnome.org Subject: SPAM LOW Re: Top Window Background Andy Grebe wrote: > I've got a callback function where I want to change the background of > the entire window. I can set the color on startup using: > > style = gtk_widget_get_styl

Top Window Background

2005-12-13 Thread Andy Grebe
yle(topWindow, style); but when I attempt to change the color of the background in a callback function, it doesn't work. I've also tried the modify_bg function with the same results. -- Andy Grebe Design Specialist Software Engineering North Wales Facility Ap

Drag And Drop

2005-05-17 Thread Andy Grebe
t, but this did not seem to do anything. Thanks -- Andy Grebe Design Specialist Network And Video Group North Wales Facility Apogee Labs, Inc. (215)699-2060 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailm

Setting ComboBox Uneditable

2005-02-22 Thread Andy Grebe
Hi, I'm trying to make the combo box uneditable. It looks like it would have a GtkEntry as part of the struct, but I can't seem to find it in the header to set that uneditable. Thanks, Andy Grebe ___ gtk-app-devel-list mailing list gtk