See also Gtk::BuiltinStockID.
More...
Gtk::StockID::StockID |
( |
| ) |
|
Create a StockID from one of the build-in stock ids.
See also Gtk::BuildinStockID.
Create a StockID from its string representation.
- Parameters
-
id | string representation of the stock id. Usually something like "gtk-about". |
Gtk::StockID::StockID |
( |
const char * |
id | ) |
|
|
explicit |
Create a StockID from its string representation.
- Parameters
-
id | string representation of the stock id. Usually something like "gtk-about". |
If id is 0 an empty StockID will be created.
Gtk::StockID::~StockID |
( |
| ) |
|
Gtk::StockID::StockID |
( |
const StockID& |
other | ) |
|
Create a StockID as copy from another.
- Parameters
-
bool Gtk::StockID::equal |
( |
const StockID& |
rhs | ) |
const |
Check if two StockIDs are equal.
- Parameters
-
- Returns
true
if both ids equal - false
otherwise.
const char* Gtk::StockID::get_c_str |
( |
| ) |
const |
Get the string representation as a const gchar*.
- Returns
- string representation as const gchar*.
Get the string representation of the StockID.
- Returns
- something like "gtk-about".
Gtk::StockID::operator bool |
( |
| ) |
const |
Tests whether the StockID is not empty.
Check if the StockIDs are equal.
- Parameters
-
The documentation for this class was generated from the following file: