Re: Changing the icon in GtkMessageDialog

2005-01-23 Thread Jean Bréfort
Le dimanche 23 janvier 2005 Ã 21:17 -0800, Pramod Patangay a Ãcrit : > Hi, > > I would like to use GtkMessageDialog but how can I > change the default icon that appears on the dialog > using Stock items. I'd like to change the icon for > GTK_MESSAGE_INFO type to use say > GTK_STOCK_DIALOG_ERROR, h

Changing the icon in GtkMessageDialog

2005-01-23 Thread Pramod Patangay
Hi, I would like to use GtkMessageDialog but how can I change the default icon that appears on the dialog using Stock items. I'd like to change the icon for GTK_MESSAGE_INFO type to use say GTK_STOCK_DIALOG_ERROR, how can I achieve this? Thanks

containers (table) question

2005-01-23 Thread Ferenc Engard
Hi all! First of all I would like to greet everybody on the list, as this is my first post here. From my background: I am learning gtk+ just now, I used mostly tk for GUI apps on linux so far. Oh, and I use gtk+ with ruby. If somebody do not know it: http://www.ruby-lang.org. It is worth to give i

Passing keyboard keystroke events to another widget

2005-01-23 Thread Dru
Hello. I want to send a copy of keyboard events received on one widget to another widget also. This is for a GTKTreeView where if the user types into a cell, it will pass the typed text to another gtk_entry box on the window also. This is similar to how gnumeric operates with its grid and direc