#include <iconfactory.h>
Definition at line 52 of file iconfactory.h.
◆ ~IconFactory()
virtual Gtk::IconFactory::~IconFactory |
( |
| ) |
|
|
virtual |
◆ IconFactory()
Gtk::IconFactory::IconFactory |
( |
| ) |
|
|
protected |
◆ add()
Adds the given icon_set to the icon factory, under the name stock_id. stock_id should be namespaced for your application, e.g. "myapp-whatever-icon". Normally applications create a Gtk::IconFactory, then add it to the list of default factories with add_default(). Then they pass the stock_id to widgets such as Gtk::Image to display the icon. Themes can provide an icon with the same name (such as "myapp-whatever-icon") to override your application's default icons. If an icon already existed in factory for stock_id, it is unreferenced and replaced with the new icon_set.
- Parameters
-
stock_id | Icon name. |
icon_set | Icon set. |
◆ add_default()
void Gtk::IconFactory::add_default |
( |
| ) |
|
◆ create()
static Glib::RefPtr<IconFactory> Gtk::IconFactory::create |
( |
| ) |
|
|
static |
◆ get_type()
static GType Gtk::IconFactory::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ gobj() [1/2]
Provides access to the underlying C GObject.
Definition at line 91 of file iconfactory.h.
◆ gobj() [2/2]
Provides access to the underlying C GObject.
Definition at line 94 of file iconfactory.h.
◆ gobj_copy()
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
◆ remove_default()
void Gtk::IconFactory::remove_default |
( |
| ) |
|
Removes an icon factory from the list of default icon factories. Not normally used; you might use it for a library that can be unloaded or shut down.
◆ wrap()
A Glib::wrap() method for this object.
- Parameters
-
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: