Question about gtk_file_selection_new

2006-03-19 Thread zz
Hi, is there a way to make file selection dialog box created with gtk_file_selection_new also display hidden files?? I RTFM and studied the source but was not able to figure it out. Thanks in advance for your time. Tito ___ gtk-app-devel-list

Re: Question about gtk_file_selection_new

2006-03-19 Thread Christian Neumair
Am Sonntag, den 19.03.2006, 11:44 +0100 schrieb [EMAIL PROTECTED]: is there a way to make file selection dialog box created with gtk_file_selection_new also display hidden files?? gtk_file_chooser_set_show_hidden. I wonder why you need this, though. -- Christian Neumair [EMAIL PROTECTED]

Re: Question about gtk_file_selection_new

2006-03-19 Thread zz
On Sunday 19 March 2006 14:27, you wrote: Am Sonntag, den 19.03.2006, 11:44 +0100 schrieb [EMAIL PROTECTED]: is there a way to make file selection dialog box created with gtk_file_selection_new also display hidden files?? gtk_file_chooser_set_show_hidden. I wonder why you need this, though.

Re: treeview, gtk and mysql

2006-03-19 Thread Juan Pablo
rupert wrote: Great idea, the documentation is a bit complicated for me, so are there more howtos for this(without line numbers) and with small examples? It took me a lot to get started with it, specially because the api changed just when i started... je. Also im not sure if I should use

Find Signal Name, in callback handler.

2006-03-19 Thread Muthiah Annamalai
Dear friend, I want to know if its possible to find Signal Name, in callback handler. Im writing language bindings and I need to evaluate some designs on routing callbacks; with a fair amount of searching on archives of this ML, I dont find this question answered well, enough. Q: void

Adding a callback to a GtkAction

2006-03-19 Thread beckenba
Hi, Evidently, earlier methods of creating items for menus and toolbars have been replaced in GTK 2.4 with GtkAction items. I have been unable to figure out how to associate a callback function with a GtkAction item. gtk_action_new() does not include a parameter for a callback, and there

subscribe

2006-03-19 Thread yueyu lin
-- --Yueyu Lin ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: gtk using scratchbox

2006-03-19 Thread Antonio Gomes
hi all,i want to cross compile gtk+ in PPC.can i use scratchbox for that?if possible please give me the steps to do the same. Yes it is. You have just to install :* arm compiler* arm rootstrap* ppc-quemu (cpu transparence) - beta stage though.--Antonio Gomes

GTK+ Gnome application in Notification Area

2006-03-19 Thread Micah Carrick
I cannot seem to find any documentation regarding placing an application icon in the Gnome notification area. The only thing I have found is a proposed spec at freedesktop.org. Is there any more information about doing this that anybody knows of? - Micah

Re: Problems compiling: weird symbol conflicts?

2006-03-19 Thread Marius Schamschula
Patrick,I have only built on the PowerPPC, but a number of times. I have never seen this. Here are some more questions:1) which compiler? (i.e. gcc/g++/g77 --version)2) any other configure arguments? 3) did you set any environmental variables?4) which versions of glib, cairo, pango, atk did you

List of Data Types and Macros

2006-03-19 Thread Micah Carrick
I use Gedit for GTK+ development and I have a customized .lang file for GtkSourceView which I add GTK+ and Glib types and macros to as I use them. This helps me catch typos as I'm working as they don't highlight if I've mispelled them. I was wondering if anyone knows of a script or a already

Re: List of Data Types and Macros

2006-03-19 Thread David Necas (Yeti)
On Sun, Mar 19, 2006 at 12:51:13PM -0800, Micah Carrick wrote: I use Gedit for GTK+ development and I have a customized .lang file for GtkSourceView which I add GTK+ and Glib types and macros to as I use them. This helps me catch typos as I'm working as they don't highlight if I've

Parsing command line arguments using Glib

2006-03-19 Thread Randima Niroshini
Hi, I am trying to use GOption feature in my program to pass command line arguments. However, when I try to use GOption functions I am getting the following error. g++ -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o param param-scanner.o param.o param-driver.o

Re: glib portability

2006-03-19 Thread Randima Niroshini
Hi, I have used glib for Unix systems and cygwin under windows to use GNU tools (ex: glib). However glib is C portable and can be used as a utility library for above systems. Regards, Randima Quoting Hans Oesterholt-Dijkema [EMAIL PROTECTED]: Dear All, Does anyone know on how what

Re: Parsing command line arguments using Glib

2006-03-19 Thread David Necas (Yeti)
On Mon, Mar 20, 2006 at 09:42:35AM +1100, Randima Niroshini wrote: I am trying to use GOption feature in my program to pass command line arguments. However, when I try to use GOption functions I am getting the following error. g++ -g -O2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

Re: GTK+ Gnome application in Notification Area

2006-03-19 Thread Michael Torrie
On Sun, 2006-03-19 at 10:15 -0800, Micah Carrick wrote: I cannot seem to find any documentation regarding placing an application icon in the Gnome notification area. The only thing I have found is a proposed spec at freedesktop.org. Is there any more information about doing this that

Re: Problems compiling: weird symbol conflicts?

2006-03-19 Thread Patrick Hulin
I don't know why, but I can't stand the package systems for OS X.1. Version:Using built-in specs.Target: i686-apple-darwin8Configured with: /private/var/tmp/gcc/gcc-5247.obj~4/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++

Re: Problems compiling: weird symbol conflicts?

2006-03-19 Thread Marius Schamschula
Patrick,I'm with you on the package systems. I dumped Fink before 10.1 was out. DP is OK but I'm used to finding things where my old (mk)Linux boxes had put them (/usr/local), so I build my own...1, 2 and 3 seem in order, except for using Apple's freetype2 (which is obsolete and broken), however,

Re: Problems compiling: weird symbol conflicts?

2006-03-19 Thread Patrick Hulin
I really doubt Pango and Cairo are the problem.I meant 1.1.99 for pango.On 3/19/06, Marius Schamschula [EMAIL PROTECTED] wrote:Patrick,I'm with you on the package systems. I dumped Fink before 10.1 was out. DP is OK but I'm used to finding things where my old (mk)Linux boxes had put them

Re: Glib::Object::Subclass bug? or Misunderstanding?

2006-03-19 Thread James Muir
muppet wrote: On Mar 18, 2006, at 10:01 AM, James Muir wrote: Is this a bug, or am I as usual missing something? It's functioning correctly; your SET_PROPERTY isn't actually doing anything. See below: # Comment out the SET_PROPERTY and get() works!! sub SET_PROPERTY { my ($self,

Re: error dialog not centered

2006-03-19 Thread Beast
muppet wrote: On Mar 17, 2006, at 11:29 PM, Beast wrote: But these 2 questions is still unanswered. 2. How to make the OK button centered (presently it right alignment)? 3. How to remove the icon on the OK button? Don't. The alignment of buttons and contents of common buttons are things

Re: error dialog not centered

2006-03-19 Thread Beast
Emmanuele Bassi wrote: 2. How to make the OK button centered (presently it right alignment)? 3. How to remove the icon on the OK button? Short answer: you don't. Long answer: these are theme-related issues, and should be dealt with by the user and his/hers theme, not by the application

Re: error dialog not centered

2006-03-19 Thread A. Pagaltzis
* Beast [EMAIL PROTECTED] [2006-03-20 05:35]: i know its personal preference but centered makes balance spaces, and i guess everybody will agree on this :) I like asymmetry. Regarding icon, icon is good as long as its not overused. I saw that Linux (or GNOME) application are using icons