Re: simple example of using gdk_pixbuf_new_from_file

2005-05-31 Thread Raghavendra
On 5/31/05, Freddie Unpenstein <[EMAIL PROTECTED]> wrote: > > You mean all overlapping each other? You can only display a single "flat" > image (animations not counted). So if they're one ontop of another, you need > to composit them together into a single image. > > > > The preferred monster

Re: PyGTK and libglade

2005-05-31 Thread David M. Cook
On Wed, Jun 01, 2005 at 03:31:44AM +0300, Panos Laganakos wrote: > I'd like to know if those two libraries already have a formal > distribution (with installer) or someone has to include their binaries > with a potential program. For libglade, you want the gladewin runtime. http://gladewin32.s

Re: PyGTK and libglade

2005-05-31 Thread Panos Laganakos
Panos Laganakos wrote: Hello, I am considering of writing an app based on PyGTK and libglade. The thing is though, that the OS it will be used is win32. I'd like to know if those two libraries already have a formal distribution (with installer) or someone has to include their binaries with

PyGTK and libglade

2005-05-31 Thread Panos Laganakos
Hello, I am considering of writing an app based on PyGTK and libglade. The thing is though, that the OS it will be used is win32. I'd like to know if those two libraries already have a formal distribution (with installer) or someone has to include their binaries with a potential program. __

Re: Glade C code a bad thing?

2005-05-31 Thread Claudio Polegato Junior
Hi, I make a converter to make (theoretically) any code from a .glade xml code. The converter read a XML file to "know" what do with each entry on .glade xml file. I didn't document it, but I can make this if somebody will have interest. The basic work is make six files (in my case is C++ a

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Zeeshan Ali
Hello everyone, I strongly agree with the opinion that source-code generation should be removed from glade itself. OTOH I very strongly advice the glade developers to write a nice command-line utility to convert a glade file to it's equivalent source code in C/C++, before they drop this support.

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Tristan Van Berkom
Gus Koppel wrote: Olexiy Avramchenko wrote: Freddie Unpenstein wrote: That doesn't mean generated code shouldn't be available for those who consider it the best solution to their particular needs. Write a utility that reads in .glade files and outputs code. Call it from your Makefile to en

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Gus Koppel
Olexiy Avramchenko wrote: > Freddie Unpenstein wrote: > > That doesn't mean generated code shouldn't be available for those > > who consider it the best solution to their particular needs. Write > > a utility that reads in .glade files and outputs code. Call it from > > your Makefile to ensure t

Re: gtk entry

2005-05-31 Thread John Coppens
On Tue, 31 May 2005 11:18:40 +0200 Giovanni Manenti <[EMAIL PROTECTED]> wrote: > How can I align the text of a gtkentry on the left or on the right? > Check this: http://mail.gnome.org/archives/gtk-list/2002-July/msg00331.html John ___ gtk-app-devel-

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread John Coppens
On Tue, 31 May 2005 10:30:37 +0200 (CEST) "Hubert Sokolowski" <[EMAIL PROTECTED]> wrote: > > > I request that code generation not be removed from > > Glade project. > > Me too!!! Me too... I was convinced that Linux was about freedom of choice? If code designers start limiting the choice of us

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Yevgen Muntyan
Olexiy Avramchenko wrote: Freddie Unpenstein wrote: That doesn't mean generated code shouldn't be available for those who consider it the best solution to their particular needs. Write a utility that reads in .glade files and outputs code. Call it from your Makefile to ensure the source fi

gtk_widget_modify_text on comboBox

2005-05-31 Thread Wu Ming Wong
Hi, when i set the combobox to insensitive via gtk_widget_set_insentive(comboBox, TRUE) I cant seem to get the gtk_widget_modify_text(comboBox, GTK_STATE_INSENSITIVE, black) to work. the result I am aiming for is that instead of grayed out text, it has black text. the above code seem to work for

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Olexiy Avramchenko
Freddie Unpenstein wrote: That doesn't mean generated code shouldn't be available for those who consider it the best solution to their particular needs. Write a utility that reads in .glade files and outputs code. Call it from your Makefile to ensure the source files are kept up to date, and

Re: State changing of Toggle Buttons

2005-05-31 Thread Eduardo M KALINOWSKI
Michal Porzuczek wrote: >Hi, > >I was wondering if it is possible to set a Toggle Button's state to >something else when you are inside another Toogle Button's callback. I >know there is the gtk_toggle_button_set_active method but that >requires you to have the GtkToggleButton. Is there another me

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Freddie Unpenstein
> I would support the inclusion of Code generation > in GLADE UI Editor. It is a welcome feature, for those > who would like it. If its not to be in the main tree > atleast put the code into a plugin thats enabled > at default, and users can turn it off, if they prefer. Personally, I don't think

gtk entry

2005-05-31 Thread Giovanni Manenti
How can I align the text of a gtkentry on the left or on the right? I'm using gtk 1.2 thanks Giovanni ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Hubert Sokolowski
Hi! > Hello Everyone! > G'day all. > > I would support the inclusion of Code generation > in GLADE UI Editor. It is a welcome feature, for those > who would like it. If its not to be in the main tree > atleast put the code into a plugin thats enabled > at default, and users can turn it off, if th

Re: Glade C code a bad thing? (was: root windows)

2005-05-31 Thread Muthiah Annamalai
Hello Everyone! G'day all. I would support the inclusion of Code generation in GLADE UI Editor. It is a welcome feature, for those who would like it. If its not to be in the main tree atleast put the code into a plugin thats enabled at default, and users can turn it off, if they prefer. I request