gtk path selection

2005-05-11 Thread srinivas
hi how to get the path of file and display it in list view widget, when selected using file chooser widget. when file chooser widget button pressed file chooser menu will open, and i want to display the selected file path in to the list view widget up on pressing ok button on file chooser

gtk themes

2005-05-11 Thread abhi rocks
hi Well i couldnt change my gtk theme using the .gtkrc file in my home directory. Is there anyway i can change the theme using code. I know my gtk themes are in /usr/share/themes. Is there any function which could implement a theme on runtime. Thank You Abhishek Samuel

Re: GtkTextView horizontal seperators...

2005-05-11 Thread Stephen Kennedy
On Tue, 2005-05-10 at 18:38 -0400, Freddie Unpenstein wrote: I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. The best solution I found was to just draw directly onto the view through the expose-event using drawable.draw_line etc.

An iconifiable gtk_dialog_window ?

2005-05-11 Thread Olivier
Dear all, I use dialog_Parametres = gtk_dialog_new_with_buttons (Solitaire : Parametres, GTK_WINDOW(SolitaireGraphique), GTK_DIALOG_DESTROY_WITH_PARENT, NULL); to create a window where my

Re: GtkTextView horizontal seperators...

2005-05-11 Thread Stephen Kennedy
On Tue, 2005-05-10 at 18:38 -0400, Freddie Unpenstein wrote: I was wondering if anyone knows how I could draw a horizontal red line across a GtkTextView buffer. The best solution I found was to just draw directly onto the view through the expose-event using drawable.draw_line

Re: An iconifiable gtk_dialog_window ?

2005-05-11 Thread Afonso Costa
Hi Olivier, I think that you can try to use these methods: http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-deiconify http://developer.gnome.org/doc/API/2.0/gtk/GtkWindow.html#gtk-window-set-transient-for BR, Afonso On 5/11/05, Olivier [EMAIL PROTECTED] wrote: Dear all,

Re: gtk_tree_model_get() -- when to free results???

2005-05-11 Thread Olivier Sessink
Stefan Kost wrote: Hi Olivier, I've just browsed over the docs from glib, gobject and gtk. I though these rules are somwhere in there, but I didn't found them. I've also looked at http://developer.gnome.org/doc/guides/ http://developer.gnome.org/doc/tutorials/ Now the question is where

Tutorial for GtkUIManager ?

2005-05-11 Thread Daniel Pekelharing
Hi all, Can anyone recommend a tutorial on using GtkUIManager? I've been using GtkItemFactory up till now, but I noticed that it's been deprecated. Thanks! -- Daniel Pekelharing ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Tutorial for GtkUIManager ?

2005-05-11 Thread Claudio Saavedra V.
On Wed, 2005-05-11 at 19:41 +0200, Daniel Pekelharing wrote: Hi all, Can anyone recommend a tutorial on using GtkUIManager? I've been using GtkItemFactory up till now, but I noticed that it's been deprecated. http://developer.gnome.org/doc/API/2.0/gtk/gtk-migrating-GtkAction.html This can

Re: gtk themes

2005-05-11 Thread Dov Grobgeld
Just do: gtk_rc_parse_string(include \/usr/share/themes/Bumblebee\\n) and you will use the Bumblebee theme. Regards, Dov On Wed, May 11, 2005 at 07:41:52AM +0100, abhi rocks wrote: hi Well i couldnt change my gtk theme using the .gtkrc file in my home directory. Is there anyway i can

Efficiency curiosity...

2005-05-11 Thread Freddie Unpenstein
I'm just wondering if anyone can shed some light on a small question I've been asking myself for quite a while... When manually building a window (or part thereof), with all its containers and widgets, I generally create the window, then create and add the containers and widgets as I go

RE: Arabic line spacing problem

2005-05-11 Thread Boncek, John
Thanks very much for the detailed comments. I forwarded your Hebrew critique on to the proper person to look into that. And I think I'm on the right track with the others now. Thanks again. -Original Message- From: Jonathan Ben Avraham [mailto:[EMAIL PROTECTED] Sent: Sunday, May 08,

gtk themes

2005-05-11 Thread abhi rocks
hi Well i couldnt change my gtk theme using the .gtkrc file in my home directory. Is there anyway i can change the theme using code. I know my gtk themes are in /usr/share/themes. Is there any function which could implement a theme on runtime. Thank You Abhishek Samuel

Re: Data Plot Widget

2005-05-11 Thread Stephane Raimbault
Hi, If you like Python, you can also look at http://matplotlib.sourceforge.net/ Regards, Stephane Le mardi 10 mai 2005 à 08:36 -0400, Will Heyman a écrit : I need to plot 2d data. I searched the list and the closest I saw was GtkExtra. It doesn't look like anyone's done anything with it in

Re: pesky pango_xft_renderer_get_type

2005-05-11 Thread Alex Liberman
works now for no apparent reason :D On Tue, May 10, 2005 at 08:02:23PM -0700, Alex Liberman wrote: hello, when I compile gtk+-2.6.7 against pango-1.8.1 compiler complains about gtk+-2.6.7/gdk/.libs/libgdk-x11-2.0.so: undefined reference to `pango_xft_renderer_get_type moreover I see

ComboBox question

2005-05-11 Thread David Conley (FRD)
I've got a combobox created that has lots of text entries in it. I would like to at some point during the program cycle select one of these entries. I do not have the id number of the item only the text value of the entry. I'd expect to have to loop through the list and do a string compare on

Re: Using progress bar without timeout

2005-05-11 Thread stian
I run the above C++ code from python by clicking a button. The problem is that when I print the percentage from the python side, it works fine, but when I call the pulse() method for ProgressBar, nothing gets updated on my GUI. Do I have to do anything else with the pbar object to make it

Re: theme engines local to a user [solved]

2005-05-11 Thread Andreas Wuest
Hi On 5/9/05, Andreas Wuest [EMAIL PROTECTED] wrote: I am running gnome 2.6.2 on an x86, to which I do not have administrative access. Nevertheless, I'd like to run an other theme than the ones installed. [ snip ] Now I am running pretty much out of ideas. I would be very happy if someone

error executing in Win2k with DevC++

2005-05-11 Thread sandrigo.lezcano
Using DevC++ 4.9.9.2 on Win2K example: GTK Calculator Compile result = OK! Execute result = ERROR!! ** (calculator.exe:1336): WARNING **: No builtin or dynamically loaded modules were found. Pango will not work correctly. This probably means there was an error in the creation of:

error executing in Win2k with DevC++

2005-05-11 Thread Tor Lillqvist
[EMAIL PROTECTED] writes: DLLs downloaded from: http://www.dlldump.com/dllfiles/L/libgdk-win32-2.0-0.dll http://www.dlldump.com/dllfiles/L/libgtk-win32-2.0-0.dll http://www.dlldump.com/dllfiles/L/libpangowin32-1.0-0.dll and others. all from http://www.dlldump.com/ A working GTK+

Re: Chronological and structural link icons

2005-05-11 Thread Richard Stallman
Now that Emacs has GTK support, it would be a good thing to have consistent, standard GTK icons that make the distinctions Emacs needs to make. Currently we use other icons where GTK doesn't supply standard ones, but that doesn't look very good. ___

compiling glib-2.6.4 as 32bit on AMD64

2005-05-11 Thread Bernd Knorr
Hi, I'm just building 64bit-LinuxFromScratch for Athlon64. To be able to run 32bit apps like Firefox I want to provide also a 32bit version of the needed libs (like GTK+ and all its dependencies). When compiling glib-2.6.4 I pass the -m32 flag to the compiler in order to build a 32bit version.

Re: gtk themes

2005-05-11 Thread abhi rocks
hi Thanks for the replies. I used the function gtk_rc_add_default_file, and it works pretty fine. Though i am getting warnings saying Unable to locate theme engine in module_path for the experience theme i downloaded from gnome.org. Otherwise its cool. Thanks Abhishek Samuel --- Dov Grobgeld

Fwd: submenu items activate signals...

2005-05-11 Thread Boštjan Špetič
hi i have a problem with creating a submenus, because the signals somehow don't get connected / nothing happens... here's an excerpt: - my $form = get_form; my $menu = new Gtk2::Menu; my $cols = new Gtk2::Menu; my $columns =

Glib test failor

2005-05-11 Thread Gabor Szabo
While I was trying to upgrad to Glib 1.081 I got a test error in t/c.t perl t/c.t : [...] not ok 12 - flags property # Failed test (t/c.t at line 139) replacing ok ( eq_array ...with is_deeply show the following: not ok 12 - flags property # Failed test (t/newc.t at line 139) #

ANN: Gtk2::Ex::DBI-0.9

2005-05-11 Thread Dan
Version 0.9 of Gtk2::Ex::DBI is out. Gtk2::Ex::DBI is an open-source helper object that makes your Gtk2-Perl apps data aware. It handles querying, 'painting' records on your Glade-generated form, passing updates back to the database server, inserting, deleting, and much more. Roll your own MS