[Github-comments] [geany] If more tags are found during tag definition/declaration goto, let user select which one to use (#406)

Colomban Wendling notifications at xxxxx
Sat Feb 13 22:08:20 UTC 2016


> +		default:
> +			break;
> +	}
> +	return "classviewer-struct";
> +}
> +
> +
> +static void create_goto_popup(void)
> +{
> +	GtkWidget *frame, *scroller;
> +	GtkListStore *store;
> +	GtkTreeSelection *selection;
> +	GtkTreeViewColumn *column;
> +	GtkCellRenderer *renderer;
> +
> +	tag_goto_popup = g_object_new(GTK_TYPE_WINDOW, "type", GTK_WINDOW_TOPLEVEL, NULL);

note: the default constructor, [`gtk_window_new()`](https://developer.gnome.org/gtk2/stable/GtkWindow.html#gtk-window-new) has just those parameters, why not use it :)

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/406/files#r52834359
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160213/4079eb12/attachment.html>


More information about the Github-comments mailing list