GtkAccelLabel::get_accel_width

int get_accel_width(void);

get_accel_width() is used within GTK+ in order to find the width needed by the target menu item to accommodate any accelerator information displayed on the label.

There should be no reason to call this method unless you are writing an original widget.