GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

icontheme.hh File Reference

A GtkIconTheme C++ wrapper interface. More...

#include <gfc/glib/boxed.hh>
#include <gfc/glib/object.hh>
#include <gtk/gtkicontheme.h>
#include <vector>
#include <gfc/gtk/inline/icontheme.inl>

Go to the source code of this file.

Namespaces

Classes

Typedefs

Enumerations


Detailed Description

A GtkIconTheme C++ wrapper interface.

Provides IconTheme, an object that provides a facility for looking up icons by name and size.


Enumeration Type Documentation

enum IconLookupFlags
 

The flags used to specify options for Gtk::IconTheme::lookup_icon().

Enumeration values:
ICON_LOOKUP_NO_SVG  Never return SVG icons, even if gdk-pixbuf supports them; Cannot be used together with Gtk::ICON_LOOKUP_FORCE_SVG.
ICON_LOOKUP_FORCE_SVG  Return SVG icons, Gtk::ICON_LOOKUP_NO_SVG.
ICON_LOOKUP_USE_BUILTIN  When passed to Gtk::IconTtheme::lookup_icon() includes builtin icons as well as files.

For a builtin icon, Gtk::IconInfo::get_filename() returns null and you need to call Gtk::IconInfo::get_builtin_pixbuf().

enum IconThemeError
 

Error codes for Gtk::IconTheme operations.

Enumeration values:
ICON_THEME_NOT_FOUND  The icon specified does not exist in the theme.
ICON_THEME_FAILED  An unspecified error occurred.


Generated on Tue Aug 24 00:34:33 2004 for GFC-UI by doxygen 1.3.8