St: add a popup-menu signal to StWidget
Add a popup-menu signal to StWidget, and emit it if the user types the Menu key or Shift+F10 while the widget is focused. https://bugzilla.gnome.org/show_bug.cgi?id=618887
This commit is contained in:
@@ -218,7 +218,7 @@ st_button_key_press (ClutterActor *actor,
|
||||
}
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return CLUTTER_ACTOR_CLASS (st_button_parent_class)->key_press_event (actor, event);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Reference in New Issue
Block a user