Hi,
I need to run a GTK GUI and display video via DFB. I understand that the
GTK-GUI would be using layer 0 (primary) and video would use
Layer 1. However when the GUI comes up then the GUI/video layer is not
visible. Any inputs on whether any changes are required to GTK-DFB
to be able to display
Hi,
On selecting the theme,
Use, say gtk_rc_parse("/home/Madhu/gtk/Themes/AquaX/gtk-2.0/gtkrc");
Then reset the window rc styles using gtk_widget_reset_rc_styles(window);
Then reparse all...
gtk_rc_reparse_all();
I hope this helps
Rgds,
Madhusudan
-Original Message-
From: [EMAIL
On Thu 12/14, Liam R E Quin < [EMAIL PROTECTED] > wrote:
> On Fri, 2006-15-12 at 09:28 +0530, Preeti Joshi wrote:
> > Does GTK have a bug that doesn't free the memory used by a window
> > (say dialog) even after it has been destroyed?
> It's often simpler to keep dialogues around and hide/show the
Hi.
In my GTK application I have put in the main() these lines:
gtk_init(&argc, &argv);
gtk_rc_parse("/home/paolo/mygtkthemes/MY_THEME/gtk-2.0/gtkrc");
gtk_main();
In this way the application starts using the 'MY_THEME' theme.
During the execution I would like to be able to switch to
anothe