Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » FileSel is now using icons from windows....
Re: FileSel is now using icons from windows.... [message #11127 is a reply to message #11118] |
Tue, 21 August 2007 10:34   |
mrjt
Messages: 705 Registered: March 2007 Location: London
|
Contributor |
|
|
Sorry, I thought you knew because it's used in Chameleon:
enum GtkIconSize {
ICON_SIZE_INVALID,
ICON_SIZE_MENU,
ICON_SIZE_SMALL_TOOLBAR,
ICON_SIZE_LARGE_TOOLBAR,
ICON_SIZE_DND,
ICON_SIZE_DIALOG
};
Image file_icon = GtkImage("gtk-file", ICON_SIZE_SMALL_TOOLBAR, 22);
You may have to fiddle with the sizes, and AFAIK GtkImage isn't currently exposed in Draw/Ch.h.
And to get the GTK theme to match QT/KDE you want this
James
[Updated on: Tue, 21 August 2007 10:40] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Aug 28 15:47:23 CEST 2025
Total time taken to generate the page: 0.09945 seconds
|