Annoying space ... (attachment)

2002-04-30 Thread Graham Ashton
Oops. Here's the attachment. -- Graham Ashton #include void CloseTheApp ( GtkWidget * window, gpointer data ) { gtk_main_quit (); } gint main ( gint argc, gchar * argv[] ) { GtkWidget * window; GtkWidget * button; GtkWidget * hbox; gtk_init ( &argc, &argv );

Annoying space to right of GtkCheckButtons

2002-04-30 Thread Graham Ashton
tton_new(). Example program attached, if you're not sure what I'm getting at. If you run it you can see that the CheckButton isn't right in the middle of the window, as it has some padding on the right of it that is part of the widget. :( Thanks. -- Graham Ashton

Re: Num keypad Enter doesn't work (re-sent)

2002-04-18 Thread Graham Ashton
> The only solution I've found was to work around it that way (the > insert_text_handler function is a callback on the insert_text event) Blimey. Thanks for the code. I'll have a play around and see if I can get it to work. -- Graham Ashton

Num keypad Enter doesn't work (re-sent)

2002-04-17 Thread Graham Ashton
I tried sending this yesterday, but neither I nor my mate received it (though it did arrive in the archive). Apologies if this is your second copy... -Forwarded Message- From: Graham Ashton <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Num keypad Enter doesn't work D

Num keypad Enter doesn't work

2002-04-16 Thread Graham Ashton
s and doesn't behave like an enter key at all. Where should I start looking? I'm wondering if it's a font encoding issue, but I don't know a thing about it. Thanks. -- Graham Ashton ___ gtk-list mailing list [EMAIL PROTECTED] http