Home
last modified time | relevance | path

Searched defs:dialog (Results 1 – 25 of 6446) sorted by relevance

12345678910>>...258

/dports/games/manaplus/manaplus-2.1.3.17/src/unittests/gui/
H A Dwindowmanager.cc226 BuyDialog *dialog; variable
234 BuyDialog *dialog; variable
245 BuyDialog *dialog; variable
256 BuyDialog *dialog; variable
285 BuySellDialog *dialog; variable
293 BuySellDialog *dialog; variable
302 ChangeEmailDialog *dialog; variable
311 ChangePasswordDialog *dialog; variable
320 CharSelectDialog *dialog; variable
357 ConfirmDialog *dialog; variable
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dialogs/
H A DUIMessageDialogsAuto.java85 Dialog dialog = getWarningDialog(JFaceResources in testAbortPageFlipping() local
93 Dialog dialog = getQuestionDialog("Exists",""); in testCopyOverwrite() local
110 Dialog dialog = new MessageDialog(getShell(), "Delete", null, in testDeleteReadOnlyCheck() local
122 Dialog dialog = getQuestionDialog("Delete",""); in testDeleteResource() local
128 Dialog dialog = getQuestionDialog("Delete",""); in testDeleteResources() local
134 Dialog dialog = new MessageDialog( in testDropOverwrite() local
148 Dialog dialog = getQuestionDialog(WorkbenchMessages.Error, in testErrorClosing() local
154 Dialog dialog = getInformationDialog( in testFileExtensionEmpty() local
162 Dialog dialog = getInformationDialog( in testFileNameWrong() local
177 Dialog dialog = getWarningDialog("invalidTitle","invalidMessage"); in testInvalidType_1() local
[all …]
H A DUIMessageDialogs.java85 Dialog dialog = getWarningDialog(JFaceResources in testAbortPageFlipping() local
94 Dialog dialog = getQuestionDialog("Exists","Overwrite?"); in testCopyOverwrite() local
111 Dialog dialog = new MessageDialog(getShell(),"Delete?", null, in testDeleteReadOnlyCheck() local
123 Dialog dialog = getQuestionDialog("Delete","Delete?"); in testDeleteResource() local
129 Dialog dialog = getQuestionDialog("Delete","OK?"); in testDeleteResources() local
135 Dialog dialog = new MessageDialog( in testDropOverwrite() local
149 Dialog dialog = getQuestionDialog(WorkbenchMessages.Error, in testErrorClosing() local
156 Dialog dialog = getInformationDialog("",""); in testFileExtensionEmpty() local
162 Dialog dialog = getInformationDialog( in testFileNameWrong() local
170 Dialog dialog = getInformationDialog("Exists", in testFileTypeExists() local
[all …]
H A DUIDialogsAuto.java71 Dialog dialog = null; in testAbout() local
78 Dialog dialog = null; in testAboutPlugins() local
100 Dialog dialog = new ProjectLocationSelectionDialog(getShell(), in testCopyMoveProject() local
107 Dialog dialog = new ContainerSelectionDialog(getShell(), null, true, in testCopyMoveResource() local
131 Dialog dialog = new EditorSelectionDialog(getShell()); in testEditorSelection() local
161 Dialog dialog = new FileExtensionDialog(getShell()); in testNewFileType() local
167 ProgressMonitorDialog dialog = new ProgressMonitorDialog(getShell()); in testProgressInformation() local
174 Dialog dialog = new SaveAsDialog(getShell()); in testSaveAs() local
183 SavePerspectiveDialog dialog = new SavePerspectiveDialog(getShell(), in testSavePerspective() local
195 Dialog dialog = new SelectPerspectiveDialog(getShell(), PlatformUI in testSelectPerspective() local
[all …]
H A DUIDialogs.java69 Dialog dialog = null; in testAbout() local
85 Dialog dialog = new ProjectLocationSelectionDialog(getShell(), in testCopyMoveProject() local
92 Dialog dialog = new ContainerSelectionDialog(getShell(), null, true, in testCopyMoveResource() local
124 Dialog dialog = new EditorSelectionDialog(getShell()); in testEditorSelection() local
154 Dialog dialog = new FileExtensionDialog(getShell()); in testNewFileType() local
160 ProgressMonitorDialog dialog = new ProgressMonitorDialog(getShell()); in testProgressInformation() local
167 Dialog dialog = new SaveAsDialog(getShell()); in testSaveAs() local
176 SavePerspectiveDialog dialog = new SavePerspectiveDialog(getShell(), in testSavePerspective() local
203 Dialog dialog = new SelectPerspectiveDialog(getShell(), PlatformUI in testSelectPerspective() local
210 Dialog dialog = new TypeFilteringDialog(getShell(), null); in testSelectTypes() local
[all …]
H A DUIPreferencesAuto.java34 PreferenceDialogWrapper dialog = null; in getPreferenceDialog() local
58 Dialog dialog = getPreferenceDialog("org.eclipse.ui.preferencePages.Workbench"); in testWorkbenchPref() local
64 Dialog dialog = getPreferenceDialog("org.eclipse.ui.preferencePages.Views"); in testAppearancePref() local
70 Dialog dialog = getPreferenceDialog("org.eclipse.ui.preferencePages.TextEditor"); in testDefaultTextEditorPref() local
76 Dialog dialog = getPreferenceDialog("org.eclipse.ui.preferencePages.FileEditors"); in testFileEditorsPref() local
82 Dialog dialog = getPreferenceDialog("org.eclipse.ui.preferencePages.FileStates"); in testLocalHistoryPref() local
88 Dialog dialog = getPreferenceDialog("org.eclipse.ui.preferencePages.Perspectives"); in testPerspectivesPref() local
95 …Dialog dialog = getPreferenceDialog("org.eclipse.ui.tests.dialogs.FontFieldEditorTestPreferencePag… in testFontEditorsPref() local
130 PreferenceDialogWrapper dialog = null; in testFieldEditorEnablePref() local
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/doc/testdata/
H A Dd.1.golden87 // T0 should be first.
88 type T0 struct{}
90 // T1 should be second.
91 type T1 struct{}
93 // T2 should be third.
94 type T2 struct{}
96 // TG0 should be first.
97 type TG0 struct{}
100 type TG1 struct{}
102 // TG2 should be third.
[all …]
/dports/polish/gnugadu2/gg2-2.3.0/lib/
H A Dggadu_dialog.c35 GGaduDialog *dialog = g_new0(GGaduDialog, 1); in ggadu_dialog_new_full() local
68 GSList *ggadu_dialog_get_entries(GGaduDialog * dialog) in ggadu_dialog_get_entries()
75 GGaduDialogType ggadu_dialog_get_type(GGaduDialog * dialog) in ggadu_dialog_get_type()
82 gint ggadu_dialog_get_response(GGaduDialog * dialog) in ggadu_dialog_get_response()
96 void ggadu_dialog_set_progress_watch (GGaduDialog * dialog, watch_func watch) in ggadu_dialog_set_progress_watch()
103 void ggadu_dialog_set_flags(GGaduDialog * dialog, guint flags) in ggadu_dialog_set_flags()
110 guint ggadu_dialog_get_flags(GGaduDialog * dialog) in ggadu_dialog_get_flags()
117 void ggadu_dialog_set_title(GGaduDialog * dialog, const gchar * title) in ggadu_dialog_set_title()
123 const gchar *ggadu_dialog_get_title(GGaduDialog * dialog) in ggadu_dialog_get_title()
129 void ggadu_dialog_set_type(GGaduDialog * dialog, GGaduDialogType dialog_type) in ggadu_dialog_set_type()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/dialogs/
H A DPreferencesTest.java77 public void assertDialog(Dialog dialog) { in assertDialog()
95 Dialog dialog = getPreferenceDialog("org.eclipse.jdt.ui.preferences.JavaBasePreferencePage"); in testJavaBasePrefPage() local
118 Dialog dialog = getPreferenceDialog("org.eclipse.jdt.ui.preferences.JavaEditorPreferencePage"); in testJavaEditorPrefPage() local
123 Dialog dialog = getPreferenceDialog("org.eclipse.jdt.ui.preferences.CompilerPreferencePage"); in testJavaCompilerPrefPage() local
128 Dialog dialog = getPreferenceDialog("org.eclipse.jdt.ui.JavaDebugPreferencePage"); in testJavaDebugPrefPage() local
133 Dialog dialog = getPreferenceDialog("org.eclipse.jdt.ui.preferences.RefactoringPreferencePage"); in testRefactoringPrefPage() local
138 Dialog dialog = getPreferenceDialog("org.eclipse.jdt.ui.preferences.VMPreferencePage"); in testVMPrefPage() local
187 Dialog dialog = getPropertyDialog("org.eclipse.jdt.ui.propertyPages.InfoPage", cu); in testInfoPropPage() local
200 Dialog dialog = getPropertyDialog("org.eclipse.jdt.ui.propertyPages.ExecutionArgsPage", cu); in testNoExecArgPropPage() local
213 Dialog dialog = getPropertyDialog("org.eclipse.jdt.ui.propertyPages.ExecutionArgsPage", cu); in testExecArgPropPage() local
[all …]
/dports/print/fontforge/fontforge-20201107/doc/sphinx/ui/dialogs/
H A DStyles.rst384 .. _Styles.Italic:
452 .. |wItalic| image:: /images/wItalic.png
454 .. |FlatSerif| image:: /images/FlatSerif.png
455 .. |ucEItalic| image:: /images/ucEItalic.png
527 .. _Styles.Condense:
544 .. _Styles.xheight:
559 .. _Styles.changeglyph:
623 .. _Styles.Smallcaps:
674 .. _Styles.SubSuper:
701 .. _Styles.Caveat:
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Ddebugger_interface_creator.cpp50 BacktraceDlg *dialog = new BacktraceDlg(Manager::Get()->GetAppWindow()); in CreateBacktrace() local
63 void DebugInterfaceFactory::DeleteBacktrace(cbBacktraceDlg *dialog) in DeleteBacktrace()
71 BreakpointsDlg *dialog = new BreakpointsDlg; in CreateBreapoints() local
85 void DebugInterfaceFactory::DeleteBreakpoints(cbBreakpointsDlg *dialog) in DeleteBreakpoints()
107 void DebugInterfaceFactory::DeleteCPURegisters(cbCPURegistersDlg *dialog) in DeleteCPURegisters()
129 void DebugInterfaceFactory::DeleteDisassembly(cbDisassemblyDlg *dialog) in DeleteDisassembly()
150 void DebugInterfaceFactory::DeleteMemory(cbExamineMemoryDlg *dialog) in DeleteMemory()
158 ThreadsDlg *dialog = new ThreadsDlg(Manager::Get()->GetAppWindow()); in CreateThreads() local
172 void DebugInterfaceFactory::DeleteThreads(cbThreadsDlg *dialog) in DeleteThreads()
180 WatchesDlg *dialog = new WatchesDlg; in CreateWatches() local
[all …]
/dports/net/py-avahi/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-app/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-libdns/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-qt5/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-sharp/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-gtk/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-autoipd/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-gtk3/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/net/avahi-header/avahi-0.8/avahi-ui-sharp/
H A DServiceDialog.cs20 private static extern IntPtr aui_service_dialog_get_browse_service_types (IntPtr dialog); in aui_service_dialog_get_browse_service_types()
23 private static extern IntPtr aui_service_dialog_get_domain (IntPtr dialog); in aui_service_dialog_get_domain()
26 private static extern void aui_service_dialog_set_domain (IntPtr dialog, IntPtr domain); in aui_service_dialog_set_domain()
29 private static extern IntPtr aui_service_dialog_get_service_type (IntPtr dialog); in aui_service_dialog_get_service_type()
35 private static extern IntPtr aui_service_dialog_get_service_name (IntPtr dialog); in aui_service_dialog_get_service_name()
41 private static extern IntPtr aui_service_dialog_get_address (IntPtr dialog); in aui_service_dialog_get_address()
44 private static extern UInt16 aui_service_dialog_get_port (IntPtr dialog); in aui_service_dialog_get_port()
47 private static extern IntPtr aui_service_dialog_get_host_name (IntPtr dialog); in aui_service_dialog_get_host_name()
50 private static extern IntPtr aui_service_dialog_get_txt_data (IntPtr dialog); in aui_service_dialog_get_txt_data()
53 private static extern bool aui_service_dialog_get_resolve_service (IntPtr dialog); in aui_service_dialog_get_resolve_service()
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/godoc/vfs/mapfs/
H A Dmapfs.go87 // slashdir returns path.Dir(p), but special-cases paths not beginning
91 if d == "." {
94 if strings.HasPrefix(p, "/") {
97 return "/" + d
100 func (fs mapFS) ReadDir(p string) ([]os.FileInfo, error) {
101 p = pathpkg.Clean(p)
102 var ents []string
105 dir := slashdir(fn)
106 isFile := true
109 if dir == p {
[all …]
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dnavbar_versekey_dialog.c63 DIALOG_DATA *dialog) in on_verse_up_button_release_event()
87 DIALOG_DATA *dialog) in on_verse_down_button_release_event()
111 DIALOG_DATA *dialog) in on_chapter_up_button_release_event()
159 DIALOG_DATA *dialog) in on_book_up_button_release_event()
183 DIALOG_DATA *dialog) in on_book_down_button_release_event()
275 DIALOG_DATA *dialog) in select_book_button_press_callback()
493 DIALOG_DATA *dialog) in on_button_verse_menu_verse_scroll_event()
583 DIALOG_DATA *dialog) in on_chapter_up_leave_notify_event()
619 DIALOG_DATA *dialog) in on_book_down_leave_notify_event()
638 DIALOG_DATA *dialog) in on_verse_down_leave_notify_event()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimpfiledialog.c226 gimp_file_dialog_init (GimpFileDialog *dialog) in gimp_file_dialog_init()
249 GimpFileDialog *dialog = GIMP_FILE_DIALOG (object); in gimp_file_dialog_set_property() local
299 GimpFileDialog *dialog = GIMP_FILE_DIALOG (object); in gimp_file_dialog_get_property() local
322 GimpFileDialog *dialog = GIMP_FILE_DIALOG (object); in gimp_file_dialog_constructed() local
392 GimpFileDialog *dialog = GIMP_FILE_DIALOG (object); in gimp_file_dialog_dispose() local
413 gimp_file_dialog_response (GtkDialog *dialog, in gimp_file_dialog_response()
668 gimp_file_dialog_save_state (GimpFileDialog *dialog, in gimp_file_dialog_save_state()
677 gimp_file_dialog_load_state (GimpFileDialog *dialog, in gimp_file_dialog_load_state()
700 gimp_file_dialog_add_preview (GimpFileDialog *dialog) in gimp_file_dialog_add_preview()
926 gpointer dialog) in gimp_file_dialog_help_clicked()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/imagemap/
H A Dimap_default_dialog.c37 DefaultDialog_t *dialog) in dialog_response()
63 default_dialog_set_ok_cb(DefaultDialog_t *dialog, void (*ok_cb)(gpointer), in default_dialog_set_ok_cb()
71 default_dialog_set_apply_cb(DefaultDialog_t *dialog, in default_dialog_set_apply_cb()
80 default_dialog_set_cancel_cb(DefaultDialog_t *dialog, in default_dialog_set_cancel_cb()
134 default_dialog_show(DefaultDialog_t *dialog) in default_dialog_show()
140 default_dialog_hide_cancel_button(DefaultDialog_t *dialog) in default_dialog_hide_cancel_button()
146 default_dialog_hide_apply_button(DefaultDialog_t *dialog) in default_dialog_hide_apply_button()
152 default_dialog_hide_help_button(DefaultDialog_t *dialog) in default_dialog_hide_help_button()
158 default_dialog_set_title(DefaultDialog_t *dialog, const gchar *title) in default_dialog_set_title()
164 default_dialog_set_label(DefaultDialog_t *dialog, const gchar *text) in default_dialog_set_label()
[all …]
/dports/deskutils/alarm-clock-applet/alarm-clock-applet-0.3.4/src/
H A Dalarm-settings.c88 alarm_settings_update_type (AlarmSettingsDialog *dialog) in alarm_settings_update_type()
116 alarm_settings_update_label (AlarmSettingsDialog *dialog) in alarm_settings_update_label()
130 alarm_settings_update_time (AlarmSettingsDialog *dialog) in alarm_settings_update_time()
273 alarm_settings_update_app (AlarmSettingsDialog *dialog) in alarm_settings_update_app()
337 alarm_settings_update (AlarmSettingsDialog *dialog) in alarm_settings_update()
421 open_sound_file_chooser (AlarmSettingsDialog *dialog) in open_sound_file_chooser()
492 AlarmSettingsDialog *dialog = applet->settings_dialog; in alarm_settings_changed_label() local
508 AlarmSettingsDialog *dialog = applet->settings_dialog; in alarm_settings_changed_time() local
553 AlarmSettingsDialog *dialog = applet->settings_dialog; in alarm_settings_changed_repeat() local
819 alarm_settings_dialog_response (GtkDialog *dialog, in alarm_settings_dialog_response()
[all …]

12345678910>>...258