| /jds/tsoljdsdevmgr/trunk/src/ |
| devmgr.c | 59 #include "devmgr-dialog.h" 67 GtkDialog *dialog; local 69 dialog = (GtkDialog *)dev_mgr_dialog_new (); 70 gtk_widget_show_all(GTK_WIDGET(dialog)); 73 return ( dialog ); 98 GtkDialog *dialog; local 119 dialog = dev_mgr_init(); 122 switch ((resp = gtk_dialog_run(dialog))) 125 devmgr_show_help (GTK_WIDGET (dialog)); 137 gtk_widget_hide_all(GTK_WIDGET(dialog)); [all...] |
| /jds/time-slider/usr/share/time-slider/lib/time_slider/ |
| snapnowui.py | 75 self.dialog = self.xml.get_widget("dialog") 90 self.dialog.show () 112 dialog = gtk.MessageDialog(None, 117 dialog.set_title (_("Error")) 118 dialog.format_secondary_text(_("Allowed characters for snapshot names are :\n" 121 dialog.run () 122 dialog.destroy () 140 self.dialog.hide () 142 dialog = gtk.MessageDialog(None [all...] |
| applet.py | 49 def _dialog_response(self, dialog, response): 50 dialog.destroy() 53 # We could keep a dialog around but this a rare 55 dialog = gtk.MessageDialog(type=gtk.MESSAGE_WARNING, 57 dialog.set_title(_("Time Slider: Low Space Warning")) 58 dialog.set_markup("<b>%s</b>" % (self._cleanup_head)) 59 dialog.format_secondary_markup(self._cleanup_body) 60 dialog.show() 61 dialog.present() 62 dialog.connect("response", self._dialog_response [all...] |
| setupgui.py | 150 dialog = gtk.MessageDialog(self.xml.get_widget("toplevel"), 155 dialog.format_secondary_text(_("The snapshot manager service has " 161 dialog.run() 165 dialog = gtk.MessageDialog(self.xml.get_widget("toplevel"), 170 dialog.format_secondary_text(_("The snapshot manager service has " 175 dialog.run() 182 dialog = gtk.MessageDialog(self.xml.get_widget("toplevel"), 187 dialog.format_secondary_text(_("The snapshot manager service does " 192 dialog.run() 417 # FIXME: Pop up an error dialog and exit [all...] |
| deletegui.py | 219 dialog = gtk.MessageDialog(None, 230 dialog.format_secondary_text(text) 231 dialog.run() 377 dialog = gtk.MessageDialog(None, 382 dialog.connect("response", 386 dialog.format_secondary_text(details) 387 dialog.show() 401 dialog = gtk.MessageDialog(None, 406 dialog.connect("response", 410 dialog.format_secondary_text(details [all...] |
| fileversion.py | 246 dialog = gtk.MessageDialog(None, 0, gtk.MESSAGE_INFO, gtk.BUTTONS_CLOSE, _("Hint")) 247 dialog.set_title (_("Hint")) 248 dialog.format_secondary_text(_("Installing the optional meld package will enhance the file comparison visualization")) 249 dialog.run () 250 dialog.destroy () 312 dialog = gtk.MessageDialog(None, 317 dialog.set_title ("Error") 318 dialog.format_secondary_text(_("Version explorer requires" 322 dialog.run()
|
| /jds/spec-files-other/branches/opensolaris-2008-11/core/ |
| SUNWdialog.spec | 13 Summary: dialog - display dialog boxes from shell scripts 20 Source: ftp://invisible-island.net/dialog/dialog-%{tarball_version}.tgz 22 Patch1: dialog-01-build.diff 24 Patch2: dialog-02-g11n-multibyte-input.diff 42 %setup -q -n dialog-%tarball_version 60 install -d $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples 63 install samples/* $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples/ 85 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog [all...] |
| /jds/spec-files-other/branches/opensolaris-2009-06/core/ |
| SUNWdialog.spec | 13 Summary: dialog - display dialog boxes from shell scripts 21 Source: ftp://invisible-island.net/dialog/dialog-%{tarball_version}.tgz 23 Patch1: dialog-01-build.diff 25 Patch2: dialog-02-g11n-multibyte-input.diff 43 %setup -q -n dialog-%tarball_version 61 install -d $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples 64 install samples/* $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples/ 86 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog [all...] |
| /jds/tsoljdsselmgr/trunk/src/ |
| selmgr-dialog.c | 36 #include "selmgr-dialog.h" 118 SelMgrDialog *dialog = (SelMgrDialog *) data; local 120 if (--dialog->details->timercount == 0) { 121 g_signal_emit_by_name (dialog, "response", GTK_RESPONSE_CANCEL); 124 str = g_strdup_printf ("%d:%.2d", dialog->details->timercount / 60, 125 dialog->details->timercount % 60); 127 gtk_progress_bar_set_text (GTK_PROGRESS_BAR (dialog->details->progress), 131 dialog->details->progress), 132 (gdouble) dialog->details->timercount / 118.0); 159 GtkDialog *dialog = GTK_DIALOG (selmgr_dialog) local 335 GtkWidget *dialog = g_object_new (SELMGR_TYPE_DIALOG, NULL); local [all...] |
| /jds/spec-files-other/branches/gnome-2-26/core/ |
| SUNWdialog.spec | 13 Summary: dialog - display dialog boxes from shell scripts 21 Source: ftp://invisible-island.net/dialog/dialog-%{tarball_version}.tgz 23 Patch1: dialog-01-manpages.diff 44 %setup -q -n dialog-%tarball_version 61 install -d $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples 64 install samples/* $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples/ 85 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog 86 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog/example [all...] |
| /jds/spec-files-other/trunk/core/ |
| SUNWdialog.spec | 15 Summary: dialog - display dialog boxes from shell scripts 23 Source: ftp://invisible-island.net/dialog/dialog-%{tarball_version}.tgz 25 Patch1: dialog-01-manpages.diff 46 %setup -q -n dialog-%tarball_version 63 install -d $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples 66 install samples/* $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples/ 87 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog 88 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog/example [all...] |
| /jds/spec-files-other/branches/gnome-2-28/core/ |
| SUNWdialog.spec | 15 Summary: dialog - display dialog boxes from shell scripts 23 Source: ftp://invisible-island.net/dialog/dialog-%{tarball_version}.tgz 25 Patch1: dialog-01-manpages.diff 46 %setup -q -n dialog-%tarball_version 63 install -d $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples 66 install samples/* $RPM_BUILD_ROOT%{_datadir}/doc/dialog/examples/ 87 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog 88 %dir %attr (0755, root, bin) %{_datadir}/doc/dialog/example [all...] |
| /jds/nwam-manager/branches/lin-task/common/ |
| libnwamui.c | 374 * Shows Help Dialog - the link_name refers to either the anchor or sectionid in the help file. 384 GtkWidget *dialog; local 385 dialog = gtk_message_dialog_new_with_markup (NULL, GTK_DIALOG_MODAL, 390 g_signal_connect (G_OBJECT (dialog), "response", 393 gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); 394 gtk_widget_show (dialog); 401 * Shows a dialog with a single entry like: 411 static GtkWidget* dialog = NULL; local 421 if ( dialog == NULL ) { 422 dialog = nwamui_util_glade_get_widget(NWAM_ENVIRONMENT_RENAME) [all...] |
| /jds/nautilus-zfs/trunk/src/ |
| snap-dialog.c | 11 #include "snap-dialog.h" 52 GtkWidget *dialog; local 62 dialog = gtk_dialog_new_with_buttons ( 74 gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), hbox, FALSE, FALSE, 0); 86 gtk_window_set_title (GTK_WINDOW (dialog), out->str); 105 response = gtk_dialog_run (GTK_DIALOG (dialog)); 112 gtk_widget_destroy (dialog); 120 GtkWidget *dialog; local 122 dialog = gtk_message_dialog_new (GTK_WINDOW (window), 127 gtk_dialog_run (GTK_DIALOG (dialog)); 224 GtkWidget *dialog; local 270 GtkWidget *dialog; local 320 GtkWidget *dialog; local 458 GtkWidget *dialog; local [all...] |
| snap-dialog.h | 19 GtkWidget *dialog; member in struct:_SnapDialogInfo
|
| /jds/nwam-manager/branches/phase-0.5/common/ |
| libnwamui.c | 505 * Shows Help Dialog - the link_name refers to either the anchor or sectionid in the help file. 515 GtkWidget *dialog; local 516 dialog = gtk_message_dialog_new_with_markup (NULL, GTK_DIALOG_MODAL, 521 g_signal_connect (G_OBJECT (dialog), "response", 524 gtk_window_set_resizable (GTK_WINDOW (dialog), FALSE); 525 gtk_widget_show (dialog); 532 * Shows a dialog with a single entry like: 542 static GtkWidget* dialog = NULL; local 552 if ( dialog == NULL ) { 553 dialog = nwamui_util_glade_get_widget(NWAM_ENVIRONMENT_RENAME) [all...] |
| /jds/nwam-manager/branches/lin-task/capplet/ |
| nwam_vpn_pref_dialog.h | 64 gint nwam_vpn_pref_dialog_run (NwamVPNPrefDialog *dialog, GtkWindow *parent);
|
| /jds/nwam-manager/branches/phase-0.5/capplet/ |
| nwam_vpn_pref_dialog.h | 64 gint nwam_vpn_pref_dialog_run (NwamVPNPrefDialog *dialog, GtkWindow *parent);
|
| /jds/nwam-manager/branches/phase-1-glade/ |
| nwam_vpn_pref_dialog.h | 64 gint nwam_vpn_pref_dialog_run (NwamVPNPrefDialog *dialog, GtkWindow *parent);
|
| /jds/tsoljds-tstripe/trunk/src/ |
| tsol-user.c | 117 GtkWidget *dialog = NULL; local 142 dialog = gtk_message_dialog_new (NULL, 149 gtk_widget_show_all (dialog); 150 gtk_dialog_run (GTK_DIALOG (dialog)); 151 gtk_widget_destroy (dialog); 158 dialog = gtk_message_dialog_new (NULL, 166 gtk_widget_show_all (dialog); 167 gtk_dialog_run (GTK_DIALOG (dialog)); 168 gtk_widget_destroy (dialog); 171 dialog = gtk_message_dialog_new (NULL [all...] |
| /jds/libgnometsol/trunk/src/ |
| message_dialog.c | 145 "system modal dialog", 146 "Make the dialog system modal", 163 * When this dialog is shown we want it to be system modal like the 164 * gnome session logout confirmation dialog. These callbacks do the 198 * Creates a new message dialog, which is a simple dialog with an icon 199 * indicating the dialog type (error, warning, etc.) and some text the 216 GtkDialog *dialog; local 228 dialog = GTK_DIALOG (widget); 250 gtk_window_set_modal (GTK_WINDOW (dialog), TRUE) [all...] |
| /jds/spec-files/branches/217update/ |
| libgnomeprintui.spec | 20 Patch1: libgnomeprintui-01-papi-print-dialog.diff 47 the user interface elements for GNOME applications eg. print dialog 60 the user interface elements for GNOME applications eg. print dialog 131 - Fixed 6418240 with libgnomeprintui-01-papi-print-dialog.diff. 150 gnopernicus reads the subheadings of the "print dialog". 171 - Dropping the iconlist-dialog patch and goes for the HEAD. Will review this 174 - Fixed the print dialog crashing due to a back port of 175 libgnomeprintui-02-iconlist-dialog.diff 177 - Fixed a symbol typo in libgnomeprintui-02-iconlist-dialog.diff 179 - Ported patches libgnomeprintui-02-iconlist-dialog.diff an [all...] |
| /jds/spec-files/branches/gnome-2-14/ |
| libgnomeprintui.spec | 18 Patch1: libgnomeprintui-01-papi-print-dialog.diff 45 the user interface elements for GNOME applications eg. print dialog 58 the user interface elements for GNOME applications eg. print dialog 124 - Fixed 6418240 with libgnomeprintui-01-papi-print-dialog.diff. 150 gnopernicus reads the subheadings of the "print dialog". 181 - Dropping the iconlist-dialog patch and goes for the HEAD. Will review this 185 - Fixed the print dialog crashing due to a back port of 186 libgnomeprintui-02-iconlist-dialog.diff 189 - Fixed a symbol typo in libgnomeprintui-02-iconlist-dialog.diff 192 - Ported patches libgnomeprintui-02-iconlist-dialog.diff an [all...] |
| /jds/spec-files/branches/gnome-2-16/ |
| libgnomeprintui.spec | 20 Patch1: libgnomeprintui-01-papi-print-dialog.diff 47 the user interface elements for GNOME applications eg. print dialog 60 the user interface elements for GNOME applications eg. print dialog 129 - Fixed 6418240 with libgnomeprintui-01-papi-print-dialog.diff. 148 gnopernicus reads the subheadings of the "print dialog". 169 - Dropping the iconlist-dialog patch and goes for the HEAD. Will review this 172 - Fixed the print dialog crashing due to a back port of 173 libgnomeprintui-02-iconlist-dialog.diff 175 - Fixed a symbol typo in libgnomeprintui-02-iconlist-dialog.diff 177 - Ported patches libgnomeprintui-02-iconlist-dialog.diff an [all...] |
| /jds/spec-files/branches/gnome-2-18/base-specs/ |
| libgnomeprintui.spec | 20 Patch1: libgnomeprintui-01-papi-print-dialog.diff 47 the user interface elements for GNOME applications eg. print dialog 60 the user interface elements for GNOME applications eg. print dialog 137 - Fixed 6418240 with libgnomeprintui-01-papi-print-dialog.diff. 156 gnopernicus reads the subheadings of the "print dialog". 177 - Dropping the iconlist-dialog patch and goes for the HEAD. Will review this 180 - Fixed the print dialog crashing due to a back port of 181 libgnomeprintui-02-iconlist-dialog.diff 183 - Fixed a symbol typo in libgnomeprintui-02-iconlist-dialog.diff 185 - Ported patches libgnomeprintui-02-iconlist-dialog.diff an [all...] |