Re: Changing where the max/min values are on Scale Widgets

2005-07-19 Thread Andreas Stricker
Michal Porzuczek wrote: When you create a gtk_hscale the lower limit is automatically at the top and upper limit at the bottom is there a way of changing this? Have a look at gtk_range_set_inverted() Cheers, Andy ___ gtk-app-devel-list mailing list

re:script dir

2005-07-19 Thread srinivas
hi; my glade project not having data, scripts directories. what changes or what am i supposed to add to get those directories in my glade project. thanks; sri ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

changing the model in a treeview

2005-07-19 Thread The Saltydog
I need to switch (from user action) 2 different models on the same gtktreeview. Is it allowed? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: changing the model in a treeview

2005-07-19 Thread Roger Leigh
On Tue, Jul 19, 2005 at 12:39:57PM +0200, The Saltydog wrote: I need to switch (from user action) 2 different models on the same gtktreeview. Is it allowed? Yes. Just call gtk_tree_view_set_model(). -- Roger Leigh Printing on GNU/Linux?

where are the stock button images kept?

2005-07-19 Thread Yiannis
Hi, where are the stock button images kept? Cheers -- -- Yiannis ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: where are the stock button images kept?

2005-07-19 Thread Olexiy Avramchenko
Yiannis wrote: Hi, where are the stock button images kept? Hello They're inside libgtk*.so, precompiled. Source *.png files are in gtk+ source tarball gtk/stock-icons subdir. Olexiy ___ gtk-app-devel-list mailing list

Re: If i open app in konqueror images dont load

2005-07-19 Thread Yogesh M
how about if i distribute the software. does every user had to do it. Benoû‘ Touron [EMAIL PROTECTED] wrote: Hi, In a terminal window: export PATH=$PATH:/wherever/you/want ./yourapp Ben I have the executable in a folder where i have few icon images used by the program, whe i run the

Re: If i open app in konqueror images dont load

2005-07-19 Thread Benoît Touron
You can modify the environment in your setup script, or maybe there is a parameter in KDE somewhere (but I don't know). Ben how about if i distribute the software. does every user had to do it. Benoû‘ Touron [EMAIL PROTECTED] wrote: Hi, In a terminal window: export

Re: g_list behavior: what am I doing wrong?

2005-07-19 Thread Christopher Anderson
Ah, I see. Thanks for showing that pitfall, I could easily have done the same thing. Cheers, Chris Anderson On 7/14/05, Allin Cottrell [EMAIL PROTECTED] wrote: On Thu, 14 Jul 2005, Christopher Anderson wrote: I am curious, could you explain your solution? OK, at the cost of some

Re: Question: Making a Gtk+ application interacts with octave

2005-07-19 Thread Muthiah Annamalai
Hello everyone! Dear Mr Martinez, I dont know if what youre looking for is, Octave-GTK+, but have a look at this site: http://octave-gtk.sf.net/ and our project. I hope my project is useful for you. For an idea see http://octave-gtk.sourceforge.net/screenshot.html Octave-GTK+ is a set of GTK+

Re: transperent color for drawing area

2005-07-19 Thread Christopher Anderson
What do you mean by transparent? What is behind the drawing area that you would like to show through? Chris On 7/18/05, Yogesh M [EMAIL PROTECTED] wrote: when creatin a new drawing area, it starts with a black bg. How to have a transperent background.

Re: getting real widget sizes how and when

2005-07-19 Thread Karl H. Beckers
Tristan Van Berkom schrieb: [...] Yes, configure-event should work for you, its emitted for resizes in general, but I believe there is an initial configure-event fired at allocation time. yup ... works, moving stuff to an event handler (actually I'm using size-allocate) and adding twice

text_view + vscrollbar communication

2005-07-19 Thread David Morse
How do I make a gtk_text_view react to a gtk_scrollbar? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

GtkPerf [was: gtk performance testing]

2005-07-19 Thread Kaj Grönholm
Hello all, I'm the developer of GtkPerf (http://gtkperf.sf.net) and just realized (thanks Clemens!) that you guys have been talking about GTK+ performance few weeks ago and used also GtkPerf! So, I still understand that benchmarking tools such as this only suit to some high-level testing and

GTK Package for C++

2005-07-19 Thread Jagadish K , Bangalore
Hello, I have been using GTK using C language so far, now I want to switch over to C++, I have found that gtkmm is the wrapper which support GTK C++. I like to know whether same package installed for the C can be used or have to Install GTKMM. If gtkmm has to be installed, did I have to

Re: GTK Package for C++

2005-07-19 Thread Benoît Touron
Hi Both GTK and GTKmm needs to be installed, since GTKmm relies on GTK. Ben Hello, I have been using GTK using C language so far, now I want to switch over to C++, I have found that gtkmm is the wrapper which support GTK C++. I like to know whether same package installed for the C can be

RE: GTK Package for C++

2005-07-19 Thread Jagadish K , Bangalore
Hi, Thanks, I am using gtk-1.2.10, kindly let me know which Gtkmm version need to be installed. With Thanks Regards, Jagadish.K -Original Message- From: Benoît Touron [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 12:54 PM To: Jagadish K , Bangalore; gtk-list@gnome.org

Re: If i open app in konqueror images dont load

2005-07-19 Thread Benoît Touron
Hi, In a terminal window: export PATH=$PATH:/wherever/you/want ./yourapp Ben I have the executable in a folder where i have few icon images used by the program, whe i run the program through terminal icons are loaded. If I click the exectable through konqueror icons are not loaded. It seems

Universal Keyboards

2005-07-19 Thread David Gasa Castell
Anybody has tried an object which simulates an universal keyboard on screen ? * Could anyone give some information about management keys labels ? Problem 1: when shift key is pressed, small letters must be capital. ( Or locked when shift lock). Problem 2: when another locale is selected,

Re: Fwd: How will cairo influence GTK's performance?

2005-07-19 Thread Billy Biggs
Clemens Eisserer ([EMAIL PROTECTED]): The fact that pango could be responsible for the slowness I experience with mozilla and especially eclipse are proofen by the fact that low-level swt benchmarks show a compareable performance of primitive draing functions, only text is about 3-5x slower

Re: Fwd: How will cairo influence GTK's performance?

2005-07-19 Thread Richard Stellingwerff
FWIW, I noticed that GTK+2 performance is a LOT better on my Ati Mobility 9200 with DRI drivers than my NVidia FX5200 with nvidia drivers. Ati's proprietary drivers are just as slow as NVidia's, at 2D performance. When I turn subpixel rendering on, performance sucks on both machines, though.

Re: GTK under Mac OS 10.3?

2005-07-19 Thread Dave Reed
On Tuesday 19 July 2005 20:22, David Topper wrote: I'm sorry if this question gets asked every week. But I did do some Googling for it and didn't come up with much other than a seemingly dead project. So I'm trying to compile myself. Neede gettext. Ok. Needed pkgconf. Ok. Got glib

Re: GTK under Mac OS 10.3?

2005-07-19 Thread Daniel Kasak
David Topper wrote: I'm sorry if this question gets asked every week. But I did do some Googling for it and didn't come up with much other than a seemingly dead project. I will also recommend that you use fink. I wish you good luck with X ... you're going to need it. You wouldn't believe

radioitem

2005-07-19 Thread Beast
Any sample to use callback for RadioItem? --- children = [ 'Radio One' = { callback = sub { print Radio ONE\n;}, callback_action = 10, item_type = 'RadioItem', groupid = 1 }, 'Radio Two' = { callback = sub

Gtk2 Perl Documentation

2005-07-19 Thread James Muir
Hello, A brief search in the archives shows that there hasn't been any discussion of documentation for Gtk2 Perl since 1/16/2004. I've discovered a few useful but incomplete tutorials and reference documents on the web, but nothing that looks definitive. Are folks working on the

Re: How to link expand/compact behavior of two treeviews?

2005-07-19 Thread Torsten Schoenfeld
On Tue, 2005-07-19 at 00:15 +, [EMAIL PROTECTED] wrote: I found the thread Freeze a treeview column from April 2004 very useful, and am using two treeviews which share a model for a project. The linking of the scrollbars was easy, but I also need to link the expand/compact behavior of the

Re: radioitem

2005-07-19 Thread Torsten Schoenfeld
On Tue, 2005-07-19 at 20:05 +0700, Beast wrote: --- children = [ 'Radio One' = { callback = sub { print Radio ONE\n;}, callback_action = 10, item_type = 'RadioItem', groupid = 1 }, 'Radio Two' = {

Re: Gtk2 Perl Documentation

2005-07-19 Thread Scott Lanning
On Tue, 19 Jul 2005, James Muir wrote: A brief search in the archives shows that there hasn't been any discussion of documentation for Gtk2 Perl since 1/16/2004. I've discovered a few useful but incomplete tutorials and reference documents on the web, but nothing that looks definitive. Are

Re: radioitem

2005-07-19 Thread muppet
Beast said: Any sample to use callback for RadioItem? ... It will call both One and Two when togle the selection. probably belongs in the FAQ: http://mail.gnome.org/archives/gtk-perl-list/2003-September/msg00081.html http://mail.gnome.org/archives/gtk-perl-list/2004-April/msg00115.html

Re: How to link expand/compact behavior of two treeviews?

2005-07-19 Thread A. Pagaltzis
* Steve Madsen [EMAIL PROTECTED] [2005-07-19 18:55]: Any ideas on how to do this? In the meantime I'm looking at the documentation and searching the archives, but so far nothing... I would think you connect to the respective signals in both TreeViews (“expand-collapse-cursor-row”,

Re: table layout

2005-07-19 Thread pierre
Hi, I think you want the table to be homogeneous : my $table = Gtk2::Table-new(4, 6, TRUE); But to me it's a strange way to do what you want to do. I would personnaly use the width-chars property of the GtkEntry in a 2 columns table. (And then I would have to use a GtkAdjustment to put the

Re: table layout

2005-07-19 Thread A. Pagaltzis
* Scott Lanning [EMAIL PROTECTED] [2005-07-19 17:41]: Basically I want a simple form and to be able to control the width of the text entries according to how many columns they occupy. |||||| Name: [_] Year: [] Addr: