[Github-comments] [geany/geany-plugins] Workbench (#598)

Matthew Brush notifications at xxxxx
Fri Aug 18 23:03:01 UTC 2017


codebrainz commented on this pull request.



> +	sidebar_update(SIDEBAR_CONTEXT_WB_CLOSED, NULL);
+}
+
+
+/** Setup the workbench menu.
+ *
+ **/
+gboolean menu_init(void)
+{
+	/* Create menu and root item/label */
+	menu_data.menu = gtk_menu_new();
+	menu_data.root_item = gtk_menu_item_new_with_label(_("Workbench"));
+	gtk_widget_show(menu_data.root_item);
+
+	/* Create new menu item "New Workbench" */
+	menu_data.item_new = gtk_menu_item_new_with_mnemonic(_("New"));

> Are there any more detailed rules about this? E.g. "Open" has an ellipsis, "Settings" not.

https://developer.gnome.org/hig/stable/writing-style.html.en#ellipses

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/598#discussion_r134070769
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170818/10578977/attachment.html>


More information about the Github-comments mailing list