#include <ui-items-icon.h>
Inheritance diagram for Gnome::UI::Items::Icon:
Public Types | |
| enum | Type { NONE = GNOME_APP_PIXMAP_NONE, STOCK = GNOME_APP_PIXMAP_STOCK, DATA = GNOME_APP_PIXMAP_DATA, FILENAME = GNOME_APP_PIXMAP_FILENAME } |
Public Member Functions | |
| Icon (const Gtk::StockID &stock_id) | |
| Icon (Type type=NONE) | |
| ~Icon () | |
| Type | get_type () const |
| gconstpointer | get_pixmap_info () const |
Protected Types | |
| typedef const char *const *const | xpmdata_t |
Protected Attributes | |
| Type | pixmap_type_ |
| gconstpointer | xpm_data_ |
| Glib::ustring | stock_id_ |
| std::string | filename_ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1