set default theme for a new display

2006-08-03 Thread Stefan Kost
hi, for unit-tests I open a second display on a Xvfb server which I start before. This elaready works nicely. Now I also take screenshots from the test-runs, for the manuals. This combined with altering the envoronment (LC_ALL='en fr de ...') creates me localized screenshots. So far so good. The i

Re: Key-value file parser, howto get all groups and create loop from them

2006-08-03 Thread Yeti
On Thu, Aug 03, 2006 at 09:15:56PM +0200, rupert wrote: > > One thing beside this that bothers me is that i now kicked the idea of > having buttons in the table, now I use a list and have only one pair of > buttons for all of them. > I got the Images changing whit a timeout in the old version, but

Re: Key-value file parser, howto get all groups and create loop from them

2006-08-03 Thread rupert
OK, you are right in some points, I started to read all the warnings and try to correct them, some tough work. I really cant find any other place then this to ask questions about GTK, most Forums only have QT people and GTK questions often are unanswered. One thing beside this that bothers me is t

Re: Widget focus

2006-08-03 Thread tomas
On Thu, Aug 03, 2006 at 05:22:46PM +0200, Markus Uhle wrote: > Hi! > > I have a strange problem with the "moving" of the focus of the widgets > in a window (GTK1.2.10 - Embedded System): [...] > It seems, that something like "the window" or "the container" gets the > focus. Don't know currentl

Widget focus

2006-08-03 Thread Markus Uhle
Hi! I have a strange problem with the "moving" of the focus of the widgets in a window (GTK1.2.10 - Embedded System): Let there be 3 push-bottons in a window and the first one has the keyboard focus. Now I press "cursor down" and the next button gets the keyboard focus. Same procedure for the th

Howto compile a theme-engine for GTK 1.2

2006-08-03 Thread Markus Uhle
Hi! I have to make some minor changes in the graphical representation of my GTK1.2 embedded application. Therefore, I have coded (got a small existing one and changed it) a small theme-engine. I' m totally innocent to stuff like "makefiles", ... The makefile for my main GTK-application works (its

Re: uimanager popup problem...

2006-08-03 Thread Tomasz Jankowski
Hi! You can not display menu using gtk_widget_show_all (). To do it you mus use gtk_menu_popup (), more information and examples are in GTK+'s documentation: http://developer.gnome.org/doc/API/2.0/gtk/GtkMenu.html tomcio ___ gtk-app-devel-list mailing

Re: Storing GObject in GtkListStore

2006-08-03 Thread Tomasz Jankowski
Thank you for help! :) I decided to read more about GtkTree* stuff in gtk and now I understand it much beter! thx again! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list