[Github-comments] [geany-plugins] debugger 'command line arguments' broken (#305)
J-Dunn
notifications at xxxxx
Wed Nov 11 09:19:17 UTC 2015
Seems the relevant code is here:
```
/* arguments */
args_frame = gtk_frame_new(_("Command Line Arguments"));
hbox = gtk_hbox_new(FALSE, 0);
gtk_container_set_border_width(GTK_CONTAINER(hbox), 5);
args_textview = gtk_text_view_new ();
gtk_text_view_set_wrap_mode(GTK_TEXT_VIEW(args_textview), GTK_WRAP_CHAR);
buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(args_textview));
g_signal_connect(G_OBJECT(buffer), "changed", G_CALLBACK (on_arguments_changed), NULL);
gtk_container_add(GTK_CONTAINER(hbox), args_textview);
gtk_container_add(GTK_CONTAINER(args_frame), hbox);
```
I'm only getting the frame !
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/305#issuecomment-155711719
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151111/28076bbb/attachment.html>
More information about the Github-comments
mailing list