[Github-comments] [geany/geany-plugins] Workbench (#598)
LarsGit223
notifications at xxxxx
Sat Aug 19 13:55:40 UTC 2017
LarsGit223 commented on this pull request.
> + **/
+gboolean dialogs_directory_settings(WB_PROJECT_DIR *directory)
+{
+ GtkWidget *w_file_patterns, *w_ignored_dirs_patterns, *w_ignored_file_patterns;
+ GtkWidget *dialog, *label, *content_area;
+ GtkWidget *vbox, *hbox, *hbox1, *table;
+ GtkDialogFlags flags;
+ gchar *file_patterns_old, *ignored_file_patterns_old, *ignored_dirs_patterns_old;
+ gboolean changed;
+
+ /* Create the widgets */
+ flags = GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT;
+ dialog = gtk_dialog_new_with_buttons (_("Directory settings"),
+ GTK_WINDOW(wb_globals.geany_plugin->geany_data->main_widgets->window),
+ flags,
+ GTK_STOCK_CANCEL,
In which directions is Geany itself going about Gtk Stock Items? It's still using it. Are there plans to change it?
--
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_r134092454
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170819/0b08884e/attachment.html>
More information about the Github-comments
mailing list