Re: A desperate plea to the GTK developers

2002-03-18 Thread Norman Black
t; endless screenfulls of blank API docs for the simplest things > > like the GtkWidget). You could try looking at the Gtk Ada documentation. They have descriptions of most all functions and parameters not documented in the official GTK documentation. This is true for GTK 1.2. As for 2.0, I

Re: drawing area and expose event

2002-02-27 Thread Norman Black
K 2 makes my code flicker, what does that mean? Best Regards, Norman Black Stony Brook Software - Original Message - From: "Havoc Pennington" <[EMAIL PROTECTED]> To: "Norman Black" <[EMAIL PROTECTED]> Cc: "gtk-list" <[EMAIL PROTECTED]> Sent: W

Re: drawing area and expose event

2002-02-27 Thread Norman Black
Hmmm. "all drawing"!!! Are you saying that when a user hits the "e" key in my program I should generate an expose event to draw the "e" in my window rather than simply draw the "e" in response to them pressing "e". Best Regards, Norman

Re: How change size/font of gtk_label_new("TEXT")???

2002-02-07 Thread Norman Black
Best Regards, Norman Black Stony Brook Software - Original Message - From: "Chris Seberino" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 06, 2002 3:37 PM Subject: How change size/font of gtk_label_new("TEXT")??? > How change fon

Re: Geting an drawing area to recieve key events

2001-12-11 Thread Norman Black
> >does anyone know how to make an drawing area to recieve the key events? > > gtk_widget_set_events(area, GDK_KEY_PRESS_MASK|GDK_KEY_RELEASE_MASK) You also need to make sure it has the GTK_CAN_FOCUS flags. Best Regards, Norman Black Stony Br

setting the selection in a clist

2001-05-25 Thread Norman Black
em in the clist. Best Regards, Norman Black Stony Brook Software ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: missing mouse motion and release events

2001-04-30 Thread Norman Black
Check out gdk_pointer_grab Best Regards, Norman Black Stony Brook Software - Original Message - From: "Deborah Swayne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 30, 2001 02:33 PM Subject: missing mouse motion and release events > I'

problems setting the selected item in a clist

2001-04-24 Thread Norman Black
cursor key, the selection hops from where I put it with select_row to something by the focus item. How to I make the currently selected item also the focus item? BTW: Why do BROWSE and SINGLE selection modes allow the focus and selection to differ. Best Regards, Norman Black Stony Brook Software

Re: GtkEntry and default buttons. GtkEntry eats the "Enter"

2001-03-28 Thread Norman Black
ditional code to deal with since the default button is not fixed, or known. I am doing everything through libGlade, and have generic code handling all dialogs which are defined in libGlade. I am using the .xml files like Windows and Macintosh "resources". Best Regard

GtkEntry and default buttons. GtkEntry eats the "Enter"

2001-03-27 Thread Norman Black
get the desired behavior. I must be missing something because this is too obvious to have been missed. Best Regards, Norman Black Stony Brook Software ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: About window decorations

2001-02-06 Thread Norman Black
I really hate when the WM ignores the set_transient_for hint, which is not an isolated occurrence from my experience. It is annoying when the WM ignores my request to not have a maximize and/or minimize button. Best Regards, Norman Black Stony Brook Software - Original Message -

Re: About window decorations

2001-02-05 Thread Norman Black
> Better to use gdk_window_set_decorations() to disable decorations. I have had many window managers ignore the decoration settings I have set. Best Regards, Norman Black Stony Brook Software - Original Message - From: "Havoc Pennington" <[EMAIL PROTECTED]> To: &

Child widget sizing issues(DrawingArea). How to resize *now*, no waiting.

2000-10-11 Thread Norman Black
giving the drawing area a "fudge" size. Doing the events loop surprisingly did not help but it may have other unwanted effects. All I want is the child to be given its terminal size, *now*, rather than later which does occur. Best Regards, Norman Black Stony Brook Software

Why do I receive so many redundant expose events

2000-10-05 Thread Norman Black
who is the dumb bunny generating such garbage, and is there anything I can do about this. My code is in Modula-2 but I have a simple small executable that prints the signal info as received. Best Regards, Norman Black Stony Brook Software ___ gtk-li

I am receiving expose events larger than my window size

2000-10-05 Thread Norman Black
size yet another expose event is generated. The reason I ask this is what if I want to use backing bitmaps, or double buffering. I need to have the correct size and from my point of view a window size event you be sent before and expose(paint) event. Best Regards, Norman Black Stony Brook Software

I am receiveing bogus configure event positions, what to do?

2000-10-05 Thread Norman Black
7, sawmill window manager. Best Regards, Norman Black Stony Brook Software ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list