Re: shortcut keys for buttons.

2005-09-19 Thread Afonso Costa
Hi, Try to use accelerators. Take a look at http://developer.gnome.org/doc/API/2.0/gtk/gtk-Keyboard-Accelerators.html#id3015290and enjoy it. Regards, Afonso On 9/19/05, Deekshit Mantampady [EMAIL PROTECTED] wrote: Hi all, I have a window, which has some buttons. Say OK, cancel and help.

Re: Image manipulation

2005-08-25 Thread Afonso Costa
Hi, try this: http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/index.html Kind regards, Afonso On 8/25/05, Arx Henrique [EMAIL PROTECTED] wrote: Hi all, I'm need to manipulate image to create a dithering algoritm to a school project, any one know some tutorial about how to manipulate

Re: Query- Cross compile Gtk application for ARM..problem using scratchbox

2005-08-01 Thread Afonso Costa
Hi Hazzy, Don't forget to check if the debian repository is in your source.list. Let's know if it's working fine. BR, Afonso On 8/1/05, Zeeshan Ali [EMAIL PROTECTED] wrote: Hello, First of all, i think you'll have a better chance of getting helped at the scratchbox mailing-lists or IRC

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,