setting font for a GtkComboBox

2007-09-10 Thread Zvi Sebrow
I am try to set the font and colors of a GtkComboBox in response to another event. for a GtkComboBoxEntry, I can use GTK_BIN(combo)->child , but what do I use for a GtkComboBox. using gtk_widget_modify_font(combo) doesnt seem to do anything. since this is done dynamically, i dont think RC file

Re: focus-out-event and GtkEntry

2007-09-06 Thread Zvi Sebrow
2:49 PM Subject: Re: focus-out-event and GtkEntry > On Thu, Sep 06, 2007 at 02:49:12PM -0400, Zvi Sebrow wrote: >> I need to check data a user inputs on one of numerous GtkEntry's on >> window, >> and I need to handle the situation when the entry loses focus (by T

focus-out-event and GtkEntry

2007-09-06 Thread Zvi Sebrow
I need to check data a user inputs on one of numerous GtkEntry's on window, and I need to handle the situation when the entry loses focus (by TABing out of the field, or by mouse control. When I encouter bad input, I bring up a dialog box. The problem is I get an GtkWarning and GtkError: the Gtk

Re: box around a GtkLabel

2006-03-03 Thread Zvi Sebrow
ot; <[EMAIL PROTECTED]> Cc: "Zvi Sebrow" <[EMAIL PROTECTED]>; Sent: Friday, March 03, 2006 3:18 PM Subject: Re: box around a GtkLabel On Fri, 2006-03-03 at 19:14 +0100, David Necas (Yeti) wrote: On Fri, Mar 03, 2006 at 01:09:39PM -0500, Zvi Sebrow wrote: > I'm trying

box around a GtkLabel

2006-03-03 Thread Zvi Sebrow
help I'm trying to draw a box around one or more GtkLabels. when i use a GtkDrawingArea, the box comes out fine, but the labels are covered by the inside of the box. is there a way to set a GtkDrawingArea to be transparent, so it wont cover up any GtkLabels? or is there another, simpler way of

GtkComboEntryBox, tabs and focus

2005-12-14 Thread Zvi Sebrow
Is there a way to set up a GtkComboEntryBox so that if the user hits the TAB key (while editing text in the EntryBox), the focus would not be grabbed by the down-arrow-box of the ComboBox but rather the next Widget in the window? Zvi ___ gtk-app-devel

Re: GtkEntrys and trying to select during a changed or insert-text signal

2005-06-02 Thread Zvi Sebrow
I submitted a bug on bugzilla that talks about this. http://bugzilla.gnome.org/show_bug.cgi?id=304080 Havent heard back if they've accepted my fix. You could apply the patch yourself and see if it works for you. Zvi - Original Message - From: "Richard Baverstock" <[EMAIL PROTECTED]> T