file
custom_button.hCustom button to be drawn inside drawing areas.
Classes
- struct CustomButtonWidget
- Custom button to be drawn inside drawing areas.
Enums
Typedefs
- using CustomButtonWidget = struct CustomButtonWidget
- Custom button to be drawn inside drawing areas.
Functions
- auto custom_button_widget_new(const char* icon_name, int size) -> CustomButtonWidget*
- Creates a new track widget from the given track.
- void custom_button_widget_set_text(CustomButtonWidget* self, PangoLayout* layout, char* text, const char* font_descr)
- Sets the text and layout to draw the text width.