Re: grid widget for gtk 2.0?

2001-05-22 Thread Havoc Pennington
Dale Arntson <[EMAIL PROTECTED]> writes: > > I'm trying to settle on library to learn for doing future gui > development. I need a flexible grid widget to do lots of database > display and updating. WxWindows seem to have what I need, but I have > a preference in other regards for GTK+. Are ther

Re: How to get widget size?

2001-05-22 Thread Havoc Pennington
"David J. Topper" <[EMAIL PROTECTED]> writes: > I'm packing widgets into GnomeCanvasItems ... but need a nice way to get > the underlying widget's size so that the parent GnomeCanvasItem can be > drawn accordingly. > > Primary example is a slider (range widget) with an adjacent scale. If I > dr

Re: vertical scale display; button prelighting

2001-05-22 Thread Havoc Pennington
Paul Davis <[EMAIL PROTECTED]> writes: > > > >Just set the prelight color to the same as the normal color. > > if its a toggle button, there are *2* "normal" colors. what then? I'm sure you could hack something, e.g. change prelight color when toggled. (I see the issue here now, Thomas sent me

grid widget for gtk 2.0?

2001-05-22 Thread Dale Arntson
Hi, I'm trying to settle on library to learn for doing future gui development. I need a flexible grid widget to do lots of database display and updating. WxWindows seem to have what I need, but I have a preference in other regards for GTK+. Are there any plans to add such a grid widget to the 2.0

Re: parameter mask for pixmaps

2001-05-22 Thread Helmethead
On Tue, May 22, 2001 at 05:12:01PM +0200, Ignacio Nodal wrote: > Hi, I'm adding a xpm into a button but i don't really understand how to > use the "mask" parameter. > > The Reference Manual says: > "GdkPixmap* gdk_pixmap_create_from_xpm (GdkWindow *window, >

Re: Item factory args

2001-05-22 Thread Robert Wilkens
http://www.mail-archive.com/dia-list@lysator.liu.se/msg00076.html   Above is a link to code which uses something besides "" which you may want to follow as an example...  (see "" in the example).   I'm going to guess (Without implementing/testing, again, since I'm not at the office) that it has som

How to get widget size?

2001-05-22 Thread David J. Topper
I'm packing widgets into GnomeCanvasItems ... but need a nice way to get the underlying widget's size so that the parent GnomeCanvasItem can be drawn accordingly. Primary example is a slider (range widget) with an adjacent scale. If I draw the GnomeCanvasItem to small, I won't get all my scale i

Re: vertical scale display; button prelighting

2001-05-22 Thread Paul Davis
>> 2.) how is button prelighting turned off? >> one suggestion was to use stop_signal_by_name(..."entry_notify_event") >> the signal can be stopped, but so is the button function(clicking button >> has no affect). >> > >Just set the prelight color to the same as the normal color. if its a toggle

Re: Getting correct widget height/width

2001-05-22 Thread Havoc Pennington
Ian King <[EMAIL PROTECTED]> writes: > Is there a way of 'always' returning the correct height/width of a > widget whether or not it has been expanded in its parent or is > mapped/unmapped. > What do you mean by "correct"? The current width/height of a widget is widget->allocation.width, widge

Getting correct widget height/width

2001-05-22 Thread Ian King
Is there a way of 'always' returning the correct height/width of a widget whether or not it has been expanded in its parent or is mapped/unmapped. At the moment I am putting a split area in to a window (min size 400*400) and I would expect the width and height of the split area to be 400*400 also

Re: vertical scale display; button prelighting

2001-05-22 Thread Havoc Pennington
"Thomas J Lewis" <[EMAIL PROTECTED]> writes: > 1.) set up vertical scale to display digit 0-10,but the scale works > backwards. > when the slider moved up, the digits decrease; when moved down, it > increases. > didn't see an option to reverse the order. There is no option. There is in GTK 2 th

Re: program develop tool and debug question

2001-05-22 Thread Reinhard Katzmann
Hi Louis! On Tue, May 22, 2001 at 10:25:06AM -0700, Louis Lu wrote: > Hi: > > Since I am new in this language, I just > wondering what is a appropriate tool to develop > the program,(e.g I used to us vc++, currently, I am using > vi), and I would like to know how to do the the debug. > I wo

Item factory args

2001-05-22 Thread David J. Topper
Hi folks, Can anyone explain arg 2? gtk_item_factory_new (GtkType container_type, const gchar *path, GtkAccelGroup *accel_group); What is the "path" all about? The examples / docs reference but that has l

Re: Newbie questions - Frames (Using GtkCanvas)

2001-05-22 Thread Paul Davis
Well, this will give you a bit more of an idea what's going on (or not, as the case may be). I don't know why the raise/lower don't work correctly in this case. Looks like either a bug in Fixed or the Canvas to me. --p #include #include /* compiled with : gcc `gtk-config --cflags` gc.c -o t

vertical scale display; button prelighting

2001-05-22 Thread Thomas J Lewis
1.) set up vertical scale to display digit 0-10,but the scale works backwards. when the slider moved up, the digits decrease; when moved down, it increases. didn't see an option to reverse the order. 2.) how is button prelighting turned off? one suggestion was to use stop_signal_by_name(..."entr

program develop tool and debug question

2001-05-22 Thread Louis Lu
Hi: Since I am new in this language, I just wondering what is a appropriate tool to develop the program,(e.g I used to us vc++, currently, I am using vi), and I would like to know how to do the the debug. I would appreciate your time and suggestion thank again. Louis ___

parameter mask for pixmaps

2001-05-22 Thread Ignacio Nodal
Hi, I'm adding a xpm into a button but i don't really understand how to use the "mask" parameter. The Reference Manual says: "GdkPixmap* gdk_pixmap_create_from_xpm (GdkWindow *window, GdkBitmap **mask,

RE: Newbie questions - Frames (Using GtkCanvas)

2001-05-22 Thread Aubury, Mike
I knocked up the following code to test this stuff : -Cut Here- #include #include /* compiled with : cc t1.c -o t1 -lgtk -lgdk -lgtk-canvas -lart_lgpl */ #define STYLE GTK_SHADOW_IN int main (int argc, char *argv[]) { GtkWidget *app; GtkWidget *c; GtkFr

Re: gtk+ ver 1.2

2001-05-22 Thread Havoc Pennington
Kimberley Brent-y17568 <[EMAIL PROTECTED]> writes: > > Thanks for the reply.  I'm not sure if this is a passive/active ftp issue.  ( I am > using iexplorer. ) > > I can download the glib source but not the gtk+ source.  I'm behind a firewall.  I >can > download glib, however I can't download t

Re: Newbie questions - Frames

2001-05-22 Thread Paul Davis
>I'm using a GtkFixed container to house a few GtkFrames (this is a >requirement - I have to use co-ordinate placing). > >When the frames overlap - they don't draw the borders I expect (using any of >the styles I've tried) [ ... ] >Is there anyway of correcting this ? Use the GtkCanvas object

Re: Newbie questions - Frames

2001-05-22 Thread John Cupitt
"Aubury, Mike" wrote: > I'm using a GtkFixed container to house a few GtkFrames (this is a > requirement - I have to use co-ordinate placing). > > When the frames overlap - they don't draw the borders I expect (using any of > the styles I've tried) > > (Ascii art - set font to courier!) > > Usi

Re: Newbie question - colors

2001-05-22 Thread John Cupitt
"Aubury, Mike" wrote: > DISPLAY "Hello World" TO somewidget ATTRIBUTE(RED) > > So I need to set the foreground colour of the 'somewidget' to red (assume > for the sake of argument that I'm using an Entry type field here). > > In addition - in the definition of the form, I need to define

RE: CList event problems - bug???

2001-05-22 Thread rhfreeman
[snip] > > The problem with that method is that when I click and drag > the CLIST column > > title to alter the width of the widget it also registers it > as a click on > > row 0. I've not found a way to find a difference between a > click on the > > resize bar and normal click on the clist its

Newbie question - colors

2001-05-22 Thread Aubury, Mike
Hi, I'm new to GTK, but have run into a few problems - I'll post them one by one to save my confusion I understand (from reading what I've found on the net) that setting colours can be done from within an rc file - but I really need to do it from a program. The program I'm writing compiles legacy

Newbie questions - Frames

2001-05-22 Thread Aubury, Mike
Hi, I'm new to GTK, but have run into a few problems - I'll post them one by one to save my confusion GtkFrame I'm using a GtkFixed container to house a few GtkFrames (this is a requirement - I have to use co-ordinate placing). When the frames overlap - they don't draw the borders I expect (us