Hello,<br><br>I'm
developping a plugin for Geany and the objective is to create a window
to display something (some texts...). However, the difficulty is that I
don't know how to insert a new window into Geany (ex: a text view just
below the Message Window of Geany). I have tried to add something like:<br>
<br>GtkWidget *view;<br>view = gtk_text_view_new();<br>gtk_box_pack_start(GTK_BOX(ui_<div id=":11a" class="ii gt">lookup_widget(geany->main_widgets->window, "vbox1")), view, TRUE, TRUE, 0);<br>gtk_widget_show(view);  <br>
<br>in the function plugin_init but it doesn't work as I expected.<br><br>I'm very happy if anyone can help me!<br><br>Thank you very much<br></div>