Raising and lowering windows

2001-06-13 Thread Ralph Walden
Dear List, It is possible to minimize (iconfiy) and restore windows programmatically in GTK? [for the pygtk list] Is this supported by pygtk? How? Thank you, Ralph Walden -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] ___ gtk-list mailing

Minimize and Restore Windows

2001-06-15 Thread Ralph Walden
List, [Sorry, but I'm asking this again...] Does anyone know if GTK 1.2 has functionality to raise and lower (minimize) windows on the desktop programmatically? Thanks -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] ___ gtk-list mailing list

MDI Interface

2001-06-18 Thread Ralph Walden
Is it possible to create a Multiple Document Interface (MDI) (a-la MSWord ) with GTK+? I haven't seen any examples like this, so I am wondering -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http:

Re: How to change float to char

2001-07-13 Thread Ralph Walden
printf(string,"%f", my_float); Of course, you may wish to modify the format string for precision, etc. Cheers, Ralph Walden -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: gtk & system startup

2001-09-14 Thread Ralph Walden
Use the g_timer_xxx functions instead of gtk_timer_xxx, and link with glib only. Ralph Walden > Marek Stochel wrote: > > I'd like to get such result: > An application is using gtk, but not in graphical form > (gtk_timeout_add & remove) > It acts as a daemon - colle

Re: forking heap question

2001-12-04 Thread Ralph Walden
Don't forget, that there is actually a shared memory component. That is, the widgets involve resources on the X server that are common to the parent and child... Manipulating them from two different processes is a bad idea IMHO. Ralph Walden Edscott Wilson García wrote: > >

Plot widgets

2002-01-07 Thread Ralph Walden
package of such widgets? Any comments? Thanks, Ralph Walden ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GTK2 and gettext

2002-02-01 Thread Ralph Walden
hanks, Ralph Walden -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK2 and gettext

2002-02-01 Thread Ralph Walden
Where can I obtain the LGPL version of gettext? I downloaded the gettext-0.11 version from gnu.org, and there is no mention of LGPL, only GPL. Thanks, Ralph Walden Havoc Pennington wrote: > > Ralph Walden <[EMAIL PROTECTED]> writes: > > It seems to me that glib innow R

Re: GTK2 and gettext

2002-02-01 Thread Ralph Walden
Oops, sorry. I didn't look closely enough. in the NEWS file with gettext-0.11: Version 0.10.40 - September 2001 * The libintl library is now covered by the GNU LGPL. The tools are still covered by the GNU GPL. Thanks, Ralph Walden Havoc Pennington wrote: > > Ralph Wal

GTK_TYPE_BOXED

2002-02-25 Thread Ralph Walden
I couldn't figure what the resolution was. Is it an O.K. thing to derive objects from GTK_TYPE_BOXED and expect it to work with the new g_type system? Sorry for being so vague, but I'm on the fuzzy frontier of the understanding of my own problem... :) Thanks, Ralph Walden -- Ralph E

Re: GTK_TYPE_BOXED

2002-02-26 Thread Ralph Walden
Can anyone comment on the changes between 1.2 and 2.0 that woud break code using gtk_type_unique(GTK_TYPE_BOXED, &some_subclass_info ); in the _get_type function for a derived type? Thanks, Ralph Walden Ralph Walden wrote: > > I'm attempting to port some gtk+-1.2 widgets

Re: GTK_TYPE_BOXED

2002-02-27 Thread Ralph Walden
ed to fill in a GTypeInfo structure. Thanks again, Ralph Walden Havoc Pennington wrote: > > Ralph Walden <[EMAIL PROTECTED]> writes: > > Can anyone comment on the changes between 1.2 and 2.0 that > > woud break code using > > > > gtk_type_unique(GTK_TYPE

Exposing Children

2002-03-05 Thread Ralph Walden
s? Thanks, Ralph Walden ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GtkGLArea and signals

2002-03-14 Thread Ralph Walden
Make sure that you're calling glClear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT ) somewhere before the image is display. Calling this in the configure_event handler (called when the window is resized, and also the first time before mapping) seems to work for me. Good luck, Ralph W

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

2002-03-27 Thread Ralph Walden
||Button|| | | | -- | | | | - Hope this helps Ralph Walden Christian Seberino wrote: > > I want a button to be centered horizontally in a vbox like this: > > -- > | --

Re: Is there a canvas widget

2002-05-15 Thread Ralph Walden
I don't suppose we could propose a re-name of the GnomeCanvas to GtkCanvas, or at least an alias. I believe that this question will continue to come up. If someone does not ask, he/she would just assume that this widget isn't available unless he/she drags in all of Gnome.... Ra

Hardcoding $prefix

2002-05-15 Thread Ralph Walden
yone successfully built a relocatable binary distribution? Thanks, Ralph Walden -- Ralph E. Walden Tripos, Inc. [EMAIL PROTECTED] ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Is there a canvas widget

2002-05-16 Thread Ralph Walden
e ONE GtkCanvas widget. This seems important enough to set ego aside. (or have these arguments already been used unsuccessfully?) :) All good intentions, Ralph Walden p.s. An example of how this would benefit GTK is that currently, GtkExtra has its own canvas widget for plots and graphs, and if

Re: Is there a canvas widget

2002-05-16 Thread Ralph Walden
I haven't used the GnomeCanvas, so I know nothing about its design or state of "bugyness", and am probably speaking out of ignorance. It just seems to me that such a widget would be a good thing to have as a "standard" widget. I'm not sure how we would get t

Re: Performance regression in GTK 2.0 compared to 1.2?

2002-05-21 Thread Ralph Walden
ng be done? Ralph Walden ERDI Gergo wrote: > > [please CC replies to [EMAIL PROTECTED], thanks] > > Since GTK+ 2.0 has been released for more than a month, I decided to get > up-to-date with GTKmm and other related packages to fix Gnomoku which has > surely bit-rotten in the la