<p>In <a href="https://github.com/geany/geany/pull/406#discussion_r52834375">src/symbols.c</a>:</p>
<pre style='color:#555'>> +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);
> +  gtk_widget_set_can_focus(tag_goto_popup, TRUE);
> +  gtk_window_set_type_hint(GTK_WINDOW(tag_goto_popup), GDK_WINDOW_TYPE_HINT_DIALOG);
> +  gtk_window_set_decorated(GTK_WINDOW(tag_goto_popup), FALSE);
> +  gtk_window_set_transient_for(GTK_WINDOW(tag_goto_popup), GTK_WINDOW(main_widgets.window));
> +  gtk_window_set_destroy_with_parent(GTK_WINDOW(tag_goto_popup), TRUE);
> +  gtk_window_set_position(GTK_WINDOW(tag_goto_popup), GTK_WIN_POS_CENTER_ON_PARENT);
> +  gtk_widget_set_size_request(tag_goto_popup, 250, 150);
</pre>
<p>meh</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/406/files#r52834375">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ778XECLzhA1B201kchhG5MvsRPlks5pj6EggaJpZM4DUzez.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/406/files#r52834375"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>