A ToolItemGroup is used together with ToolPalette to add ToolItems to a palette-like container with different categories and drag and drop support. More...
Inherits Gtk::Container.
List of all members.
Detailed Description
A ToolItemGroup is used together with ToolPalette to add ToolItems to a palette-like container with different categories and drag and drop support.
Constructor & Destructor Documentation
virtual Gtk::ToolItemGroup::~ToolItemGroup |
( |
|
) |
[virtual] |
Member Function Documentation
bool Gtk::ToolItemGroup::get_collapsed |
( |
|
) |
const |
ToolItem* Gtk::ToolItemGroup::get_drop_item |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | const |
ToolItem* Gtk::ToolItemGroup::get_drop_item |
( |
int |
x, |
|
|
int |
y | |
|
) |
| | |
ReliefStyle Gtk::ToolItemGroup::get_header_relief |
( |
|
) |
const |
int Gtk::ToolItemGroup::get_item_position |
( |
const ToolItem& |
item |
) |
|
guint Gtk::ToolItemGroup::get_n_items |
( |
|
) |
const |
const ToolItem* Gtk::ToolItemGroup::get_nth_item |
( |
guint |
index |
) |
const |
ToolItem* Gtk::ToolItemGroup::get_nth_item |
( |
guint |
index |
) |
|
const GtkToolItemGroup* Gtk::ToolItemGroup::gobj |
( |
|
) |
const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container.
GtkToolItemGroup* Gtk::ToolItemGroup::gobj |
( |
|
) |
[inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Container.
void Gtk::ToolItemGroup::insert |
( |
ToolItem& |
item, |
|
|
int |
position | |
|
) |
| | |
void Gtk::ToolItemGroup::set_collapsed |
( |
bool |
collapsed = true |
) |
|
void Gtk::ToolItemGroup::set_header_relief |
( |
ReliefStyle |
style |
) |
|
void Gtk::ToolItemGroup::set_item_position |
( |
ToolItem& |
item, |
|
|
int |
position | |
|
) |
| | |
void Gtk::ToolItemGroup::set_label |
( |
const Glib::ustring & |
label |
) |
|
void Gtk::ToolItemGroup::set_label_widget |
( |
Widget& |
label_widget |
) |
|
Friends And Related Function Documentation
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: