Add a new property StWidget:label-actor
This property represents that the widget is being labelled by an actor. The name is label-actor to avoid problems with the current StButton:label and StTooltip:label
This commit is contained in:
@ -152,6 +152,10 @@ gboolean st_widget_navigate_focus (StWidget *widg
|
||||
GtkDirectionType direction,
|
||||
gboolean wrap_around);
|
||||
|
||||
ClutterActor * st_widget_get_label_actor (StWidget *widget);
|
||||
void st_widget_set_label_actor (StWidget *widget,
|
||||
ClutterActor *label);
|
||||
|
||||
/* Only to be used by sub-classes of StWidget */
|
||||
void st_widget_style_changed (StWidget *widget);
|
||||
StThemeNode * st_widget_get_theme_node (StWidget *widget);
|
||||
|
Reference in New Issue
Block a user