Sets our main struct and passes it to the parent class
Creates a new GtkCellRendererAccel. Since 2.10
Gets emitted when the user has removed the accelerator. Since 2.10
Gets emitted when the user has selected a new accelerator. Since 2.10
the main Gtk struct as a void*
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
This signal is emitted after renderer has been edited. It is the responsibility of the application to update the model and store new_text at the position indicated by path.
Sets the height of a renderer to explicitly be determined by the "font" and "y_pad" property set on it. Further changes in these properties do not affect the height, so they must be accompanied by a subsequent call to this function. Using this function is unflexible, and should really only be used if calculating the size of a cell is too slow (ie, a massive number of cells displayed). If number_of_rows is -1, then the fixed height is unset, and the height is determined by the properties again.
Description GtkCellRendererAccel displays a keyboard accelerator (i.e. a key combination like <Control>-a). If the cell renderer is editable, the accelerator can be changed by simply typing the new combination. The GtkCellRendererAccel cell renderer was added in GTK+ 2.10.