ui and rc file

2006-11-04 Thread will
the c++ file. Qt Designer will read it's own ui file and very easy to deal with, but with gtk, it's the first time I work on it, please help, even just some leads will be appriciated. thanks will -- View this message in context: http://www.nabble.com/ui-and-rc-file-tf25

SPLint

2006-08-10 Thread Will Frishe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A while back I used SPLint on my code. Having been a little while since then, I decided to run through some of the newer code with it. Unfortunately, it makes all kinds of complaints, usually parse errors, regarding glib/gtk, e.g.: Splint 3.1.1 --- 1

Editable cells in a treeview

2005-10-06 Thread Will Luesley
e editable cell, even if the row is not selected, editing will start. The default behaviour is that the row must be selected (one click) and then another click to start editing. 2) If the user completes editing by pressing return, the next row is selected and editing is started on the new row. T

Re: Editable cells in a treeview

2005-10-07 Thread Will Luesley
. I've got a long list of items with a single attribute to set for each, e.g | Field Name One | Some static info | User editable value | Field Name Two | Static info | User editable value the number of fields will range from one to a couple of hundred. What would you recommend as the bes

Pango problems with GtkCellRenderText

2005-10-26 Thread Will Luesley
tring passed to pango_layout_set_text() Is there a way of stopping this? I know with a GtkLabel you can enable and disable Pango markup - can I do the same here. Regards, Will. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gn

Re: Change the color of an EventBox

2005-10-26 Thread Will Luesley
Kranz, Willi wrote: How can I change the color of an EventBox. Is there a small example available. Event boxes derive from GtkWidgets, so you can use the gtk_widget functions: gtk_widget_modify_fg () gtk_widget_modify_bg () or for other options, gtk_widget_modify_style () see the GtkWidget p