data visualization software: ggobi

2002-10-09 Thread Deborah Swayne
aveats: If you build it on a unix machine using gtk1, you should have good results. Things will become more uncertain if you want to use the Windows version (about six months out of date), the API, or some of the more experimental plugins. Debby -- Deborah Swayne AT&T Labs

Re: stupid question regarding pixmaps and reference counts

2002-09-19 Thread Deborah Swayne
> >How do I get the reference count of a GdkPixmap? > > > Hello (it's about gtk+-2.0), > It says right, cause GObject -> GdkDrawable -> GdkPixmap. > You have to cast to GObject*, not to GtkObject*. > So all you need is: ((GObject*)pixmap)->ref_count. Right, my code for checking the reference coun

Re: How center a small button horizontally like in this picture....

2002-03-28 Thread Deborah Swayne
I want to do something similar, and I've tried to follow the suggestions put forth in this thread, but to no avail. Objective: To vertically center a label in an hbox in a vbox (or in any other arrangement of widgets that would produce this pattern) It's easy to control the horizontal position

gtk_spin_button_set_shadow_type

2002-03-13 Thread Deborah Swayne
The documentation seems to suggest that this routine should still be part of gtk2, but it isn't there. gtk_spin_button_set_shadow_type() Is there something else I should use? Debby ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/ma

ref_count

2002-03-13 Thread Deborah Swayne
Is it appropriate to look at a gobject's ref_count, or is that supposed to be private? I've been keeping track of its value whenever I deliberately increment or decrement it, but the code makes it look as though I'm doing something improper -- and likely to be disabled. Is there some equivalent

Re: Gtk+2-style auto* scripts

2002-03-01 Thread Deborah Swayne
> Try http://developer.gnome.org/dotplan/porting Is this document available in postscript or pdf? Debby ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GDK_POINTER_MOTION_HINT_MASK being ignored; why?

2001-07-19 Thread Deborah Swayne
ASK); What might I be doing to nullify that setting? I'm looking at my code as it's built using gtk+ 1.2.8 under irix 6.5. Debby -- Deborah Swayne AT&T Labs - Research [EMAIL PROTECTED] Shannon Laboratory, Room B295 www.research.att.com/~dfs180

Re: Radiobuttons dont work?

2001-05-20 Thread Deborah Swayne
Quoting from the gtk tutorial: It is also a good idea to explicitly set which button should be the default depressed button with: void gtk_toggle_button_set_active( GtkToggleButton *toggle_button, gint state ); Debby __

missing mouse motion and release events

2001-04-30 Thread Deborah Swayne
I'm having a problem with mouse motion events: I press the mouse, set a flag, and then I want to respond to mouse motion as long as the button is down. However, if I move the mouse outside the drawing area, I can no longer get the mouse motion events. And if I release the button, I don't get th

subclassing gtkcheckbutton

2001-04-20 Thread Deborah Swayne
I would like a widget that is just like a checkbutton, but with two checkbox areas for one label. The left one responds to left button events, and the right one to middle and right button events. Would it be a better strategy to subclass the checkbutton directly, or to start by subclassing the t

Re: drawing speed under Windows

2001-03-07 Thread Deborah Swayne
this, come and talk to me about a reward. :^) -- Deborah Swayne AT&T Labs - Research [EMAIL PROTECTED] Shannon Laboratory, Room B295 www.research.att.com/~dfs180 Park Avenue 973 360-8423 Florham

drawing speed under Windows

2001-03-06 Thread Deborah Swayne
eleases. Debby * Caveat: I'll have to find a Windows programmer to help me. -- Deborah Swayne AT&T Labs - Research [EMAIL PROTECTED] Shannon Laboratory, Room B295 www.research.att.com/~dfs180 Park Avenue 973 360-8423

Re: Memprof equivalent?

2001-03-02 Thread Deborah Swayne
On Fri, Mar 02, 2001 at 11:47:46PM +0100, Drazen Kacar wrote: > > Depends. The best solution is probably Purify, available from > http://www.rational.com. Last time I looked, one could download the > software and a trial licence for 2 weeks. I don't know if discounts > are available. And I miss

Re: Got my statusbar displaying locations HURRAY THANKS, next

2000-12-18 Thread Deborah Swayne
> Could someone please enligntenment on the proper procedure for doing the > following. > 1. create pixmap size of screen (done i think); > 2. put all data into pixmap. (maybe done) > 3. blit to screen ??? > 4. if resize destroy current pixmap and rebuild I handle these myself, though some people

scrolled window viewport area?

2000-09-26 Thread Deborah Swayne
How do I get the dimensions of the viewing area of a scrolled window? By that I mean the size of the area that's currently visible, not the total possible size. The scrolled_window holds an event box, which holds a table. Is this what I need? It doesn't seem to work the way I thought it should

Re: Help with retreiving children?

2000-08-21 Thread Deborah Swayne
> Luckily, GTK+ already has the equivalent, and I pretty much use them instead > of separate get/set functions: gtk_widget_set(), gtk_widget_setv(), > gtk_widget_get, and gtk_widget_getv(). Could you give examples of the use of those functions? Debby

Re: gtk-term widget?

2000-06-11 Thread Deborah Swayne
, mostly), and another crowd of users I'd like to appeal to lives on windoze. So count me in with the crowd that tries to minimize the number of required libraries, gnome or otherwise. Debby -- Deborah Swayne AT&T Labs - Research [EMAIL PROTECTED] Shanno