Re: New GTK

2005-04-17 Thread Maciej Katafiasz
Dnia 15-04-2005, pi o godzinie 14:31 +0530, Vijay Kumar napisa: some quick code but i don't know if it is writen correcly, also i don't want it to have the header, or the default top of the window. The little part with the Tittle close, min and max buttons. But i dont' know how. here is my

GObject - create with arguments.

2005-04-17 Thread Uzytkownik
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 I'm newbie in GObject(before I use C++). Can I create object with arguments? In C++: class xyz { public: xyz(int i); }; Regards. - -- Linux user: #376500 (see http://counter.li.org/) -BEGIN PGP SIGNATURE- Version:

Re: aligning label strings

2005-04-17 Thread Markus Lausser
On Mon, 2005-04-11 at 21:29, Marc Santhoff wrote: Hi, I'm trying to put the strings of several equally sized buttons in a one row table in a special way: -- | F1 - first string | -- |

Re: aligning label strings

2005-04-17 Thread Marc Santhoff
Am So, den 17.04.2005 schrieb Markus Lausser um 14:44: On Mon, 2005-04-11 at 21:29, Marc Santhoff wrote: Hi, I'm trying to put the strings of several equally sized buttons in a one row table in a special way: -- | F1 - first string

Re: GObject - create with arguments.

2005-04-17 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uzytkownik [EMAIL PROTECTED] writes: I'm newbie in GObject(before I use C++). Can I create object with arguments? In C++: class xyz { public: xyz(int i); }; Yes. As a (poor) example: MyClass * my_class_new(gint foo,

Re: GdkPixbufFormat

2005-04-17 Thread Antonio Gomes
take a look at http://developer.gimp.org/api/2.0/gdk-pixbuf/gdk-pixbuf-file-loading.html#gdk-pixbuf-get-file-info Best Regads On 4/15/05, [ A b h i s h e k ] [EMAIL PROTECTED] wrote: hi I was wanting to get the format of a particular image so i used the function gdk_pixbuf_get_file_info.