GTK+ Forums Forum Index GTK+ Forums
Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Changing themes not chainging main window theme (help).

 
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming
Author Message
shaft



Joined: 17 Mar 2006
Posts: 1

PostPosted: Fri Mar 17, 2006 12:41 am    Post subject: Changing themes not chainging main window theme (help). Reply with quote

I'm programming a gtk app that I want to be themeable. But when I set the theme it doesn't change the main app bar. So everything within the app looks nice, but not the title bar.

My C# (I'm using gtk-sharp) is pretty simple
Code: (Plaintext)
1
2
3
4
5
6
7

Gtk.Rc.AddDefaultFile(".\\Yattacier3\\gtk-2.0\\gtkrc");
Application.Init();
Window window = new Window("helloworld");
window.ShowAll();
Application.Run();


Any ideas on why this doesn't set the title bar? I'm running windows XP. Any help would be greatly appreciated.

Thanks,
Jeff
Back to top
Display posts from previous:   
Post new topic   Reply to topic    GTK+ Forums Forum Index -> GTK+ Programming All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
CodeBB 1.0 Beta 2
Protected by Anti-Spam ACP