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:
Dan Winship
2011-01-26 14:45:38 -05:00
parent af4fcc831e
commit fe16f2b058
4 changed files with 44 additions and 8 deletions

View File

@@ -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