Re: launching Nautilus window

2007-12-12 Thread jcupitt
On Dec 11, 2007 9:23 PM, Dr. Michael J. Chudobiak [EMAIL PROTECTED] wrote: Can someone point me to the correct way to launch a Nautilus window from a gtk application (i.e., context menu - open this folder in Nautilus). The Portland project at freedesktop.org is doing this:

GTK button doesn't send signal repeatedly

2007-12-12 Thread Binary Chen
Hi, When I keep presssing the button, it doesn't emit the signal repeatedly as time goes, it only emit one. How can I enable it to send the signal repeatedly in a specified interval? Thanks. Bin ___ gtk-app-devel-list mailing list

Re: C vs C++ for GTK

2007-12-12 Thread Jon Harrop
On Saturday 24 November 2007 22:11, Patrick wrote: Hi Everyone. Sorry for the flame war bait, I know how passionate language debates get but I need some guidance. I am using PyGTK right now and I am happy with it, but a day is coming soon were the speed limitations... You might like to look

Re: Question about the realize signal

2007-12-12 Thread Tristan Van Berkom
On Dec 4, 2007 12:51 PM, Jim George [EMAIL PROTECTED] wrote: On Dec 4, 2007 3:06 AM, Dan H [EMAIL PROTECTED] wrote: Hello, Hi, first about your radio buttons, you can set them to be in container mode in the property editor, this will allow you to remove the label and put anything you want

How to implement a UI like Microsoft Word table by GTK??

2007-12-12 Thread li_top
Hi all I have a problem to implement a UI like Microsoft Word table . That is , The UI have tables . User can combine 2or3 or more tables to one table. How to do this UI? Please help me . Thanks Regardse Tom The UI like following: __

Re: C vs C++ for GTK

2007-12-12 Thread Daniel Dieterle
On Mon, 2007-11-26 at 16:48 +, Jon Harrop wrote: On Saturday 24 November 2007 22:11, Patrick wrote: I thought that C++ must be the way to go as it can do everything that C can plus plus but some heavy hitters don't seem enthused with it, Linus Torvalds in particular has been quoted as

Re: C vs C++ for GTK

2007-12-12 Thread Jon Harrop
On Saturday 24 November 2007 22:11, Patrick wrote: I thought that C++ must be the way to go as it can do everything that C can plus plus but some heavy hitters don't seem enthused with it, Linus Torvalds in particular has been quoted as calling it a horrible language. IIRC, Linus said that

Change interface font in a GTK application at runtime without reopening windows

2007-12-12 Thread Gabriele Greco
A lot of users are asking me for the capability to change the font of an application runtime. I know that the correct answer should be change your gtk theme or edit the application RC file, but while this kind of answer is good with power users, normal users often want to be able to grab a font

Can't set the website link clickable of gtk_about

2007-12-12 Thread TualatriX
Hello everyone: I want my app's about dialog's website link can clickable, but whatever I try to, it can't work. I also read some code, such as gedit, nuatilus, their about dialog is using gtk_about_dialog_set_website_label and gtk_about_dialog_set_website. Their website can clickable, but why

subscribe

2007-12-12 Thread Sreenivas Chowdary
___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Problems in GdkWindow Events with Gtk - DirectFb backend

2007-12-12 Thread Sreenivas Chowdary
Hi, I am facing an issue to get events on GdkWindow which was built with Gtk DirectFb backend. In sample program i am creating a toplevel GdkWindow and creating a child Gdkwindow. While creating GdkWindow i have added events mask, and used gdk_window_add_filter() function to add event handler

Re: Slow UI updates with GtkImage

2007-12-12 Thread Tristan Van Berkom
On Nov 27, 2007 6:11 AM, David Brigada [EMAIL PROTECTED] wrote: Hi, I'm working on an audio player application. I currently have two elements that change on a frequent basis: a GtkHScale and a GtkImage. Whenever I update the data, I call gtk_widget_queue_draw on the widget that changed.

Re: Can't set the website link clickable of gtk_about

2007-12-12 Thread Emmanuele Bassi
On Fri, 2007-11-16 at 12:54 +0800, TualatriX wrote: I also read some code, such as gedit, nuatilus, their about dialog is using gtk_about_dialog_set_website_label and gtk_about_dialog_set_website. Their website can clickable, but why mime isn't like there? That's the code:

Re: C vs C++ for GTK

2007-12-12 Thread Michael L Torrie
Jon Harrop wrote: On Saturday 24 November 2007 22:11, Patrick wrote: I thought that C++ must be the way to go as it can do everything that C can plus plus but some heavy hitters don't seem enthused with it, Linus Torvalds in particular has been quoted as calling it a horrible language.

Re: How to implement a UI like Microsoft Word table by GTK??

2007-12-12 Thread Michael L Torrie
li_top wrote: Hi all I have a problem to implement a UI like Microsoft Word table . That is , The UI have tables . User can combine 2or3 or more tables to one table. How to do this UI? Please help me . Your question is too vague to really be answered usefully. But it sounds to me like

Re: Hidden dialogs on Windows after changing a window

2007-12-12 Thread Enrico Tröger
On Fri, 7 Dec 2007 18:31:17 +0100, Enrico Tröger [EMAIL PROTECTED] wrote: Hi, the attached sample program creates a GtkWindow and shows a filechooser dialog. The parent of the dialog is the create window. When executing, both windows show up. Then I change to another open application and

Re: Change interface font in a GTK application at runtime without reopening windows

2007-12-12 Thread Brian J. Tarricone
Gabriele Greco wrote: A lot of users are asking me for the capability to change the font of an application runtime. I know that the correct answer should be change your gtk theme or edit the application RC file, but while this kind of answer is good with power users, normal users often

Re: Set widget size in percentage

2007-12-12 Thread Prashant J Zaveri
Hey Thanks, I later figured out that there is another widget also called Gtk-alignment which helps to perform same task. Now I need to change the structure of my program, but thats fine as long as I am able to maintain aspect ratio and alignment. Cheers, On Dec 8, 2007 9:51 PM,