Re: Startup splash screen..

2006-06-17 Thread Claudio Polegato Junior
find > any reference to them in the docs.. > > On Fri, 2006-06-16 at 18:13 +, Claudio Polegato Junior wrote: > >> Hi, >> On 2.6 version you can use *startup* functions to perform show splash >> all time until main window start up. About decorations (borders e w

Re: Startup splash screen..

2006-06-17 Thread Claudio Polegato Junior
; Hi, On 2.6 version you can use *startup* functions to perform show splash all time until main window start up. About decorations (borders e window controls), you can use *decorate* functions. -- []'s Claudio Polegato Junior Um peregrino de Problemas; Um pergaminho de Soluções.

Re: Coloring of multiple rows in List Store

2006-05-10 Thread Claudio Polegato Junior
Sailaxmi korada escreveu: I've a requirement, where I've to color multiple rows in List store, which are separated from each other. Is it possible to do this. Thanks for your suggestions Hi, You can use the "hint" property from TreeView or associate a column of ListStore with the backgro

Re: How to make Own Decorated window

2006-03-11 Thread Claudio Polegato Junior
and button_release_event. -- []'s Claudio Polegato Junior Um peregrino de Problemas; Um pergaminho de Soluções. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: redirecting stdout to Gtk Text widget

2006-02-08 Thread Claudio Polegato Junior
warnings are stderr and not stdout, so you must swap stdout to stderr. If you want redirect the two ways, you can create more one pipe and more one callback. -- []'s Claudio Polegato Junior Um peregrino de Problemas; Um pergaminho de Sol

Re: How can I have a progressbar inside a statusbar ?

2005-11-22 Thread Claudio Polegato Junior
Colossus escreveu: Claudio Polegato Junior wrote: If you open de Glade, new window, add a vbox with 2 parts, on superior part add a textview widget and on inferior part add a hbox with 3 parts. On this hbox, add one viewport, click the right button on this viewport, viewport1, select

Re: Editing data from treeview

2005-11-21 Thread Claudio Polegato Junior
en in english) and create a new window with many widgets. Now, click on "View" menu and then "Show Widget Tree". You will see a window with a TreeView and when you select a how on this TreeView many things happen. So, you can see the Glade source code. This is an idea. -- []'

Re: How can I have a progressbar inside a statusbar ?

2005-11-21 Thread Claudio Polegato Junior
ssbar. -- []'s Claudio Polegato Junior Um peregrino de Problemas; Um pergaminho de Soluções. ___ 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?

2005-06-03 Thread Claudio Polegato Junior
eady made a converter of XML for C++ and GTKmm personalized for me, that theoretically it can be used to obtain any language and/or library. The conversion process is made through one another XML. I make the documentation using Doxygen and on next weekend I will put on my page. I will wait for contr

Re: Glade C code a bad thing?

2005-05-31 Thread Claudio Polegato Junior
"Entry" with name started with "Custom__EntryName" and result on a declaration "MyEntry EntryName;" instead "Entry Custom__EntryName;" and include `#include "../Custom/MyEntry.h"´ instead `#include ´, so I can personalize the generated code to any langu