![]() |
![]() |
Inheritance diagram for Gtk::AccelLabel:
Public Member Functions | |
virtual | ~AccelLabel () |
GtkAccelLabel* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkAccelLabel* | gobj () const |
Provides access to the underlying C GtkObject. | |
AccelLabel () | |
Default constructor to create an AccelLabel object. | |
AccelLabel (const Glib::ustring& label, bool mnemonic=false) | |
Constructor to create an AccelLabel object with a default label. | |
void | set_accel_widget (const Widget& widget) |
void | unset_accel_widget () |
Forget the accel widget previously set by set_accel_widget(). | |
Widget* | get_accel_widget () |
const Widget* | get_accel_widget () const |
guint | get_accel_width () const |
bool | refetch () |
Glib::PropertyProxy<Gtk::Widget*> | property_accel_widget () |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::AccelLabel* | wrap (GtkAccelLabel* object, bool take_copy=false) |
Used for menu item labels, for instance.
|
|
|
Default constructor to create an AccelLabel object.
|
|
Constructor to create an AccelLabel object with a default label.
|
|
|
|
|
|
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Label. |
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Label. |
|
|
|
|
|
|
|
Forget the accel widget previously set by set_accel_widget().
|
|
|