Home
last modified time | relevance | path

Searched refs:plain_window_widget (Results 1 – 23 of 23) sorted by relevance

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cocoa/
H A Daqua_widget.h33 virtual widget plain_window_widget (string s);
67 virtual widget plain_window_widget (string s);
H A Daqua_other_widgets.h48 virtual widget plain_window_widget (string s);
H A Daqua_widget.mm50 aqua_widget_rep::plain_window_widget (string s) { function
206 aqua_view_widget_rep::plain_window_widget (string s) function
728 aqua_tm_widget_rep::plain_window_widget (string s) { function
730 widget w = aqua_view_widget_rep::plain_window_widget(s);
1023 widget plain_window_widget (widget w, string s, command c) function
1026 return concrete(w)->plain_window_widget(s);
1041 * Top-level widgets, typically given as an argument to plain_window_widget
H A Daqua_dialogues.mm54 virtual widget plain_window_widget (string s);
199 widget aqua_chooser_widget_rep::plain_window_widget (string s) function
312 virtual widget plain_window_widget (string s);
494 widget aqua_input_widget_rep::plain_window_widget (string s) function
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A Dqt_printer_widget.hpp40 virtual widget plain_window_widget (string s, command q);
H A Dqt_color_picker_widget.hpp34 widget plain_window_widget (string s, command q);
H A Dqt_chooser_widget.hpp44 virtual widget plain_window_widget (string s, command q);
H A Dqt_color_picker_widget.cpp59 qt_color_picker_widget_rep::plain_window_widget (string name, command q) in plain_window_widget() function in qt_color_picker_widget_rep
H A Dqt_printer_widget.cpp66 qt_printer_widget_rep::plain_window_widget (string s, command q) in plain_window_widget() function in qt_printer_widget_rep
H A Dqt_dialogues.hpp74 virtual widget plain_window_widget (string s, command q);
H A Dqt_tm_widget.hpp93 virtual widget plain_window_widget (string name, command quit);
H A Dqt_widget.hpp119 virtual widget plain_window_widget (string name, command quit);
H A Dqt_widget.cpp188 qt_widget_rep::plain_window_widget (string name, command quit) { in plain_window_widget() function in qt_widget_rep
266 plain_window_widget (widget w, string name, command q) { in plain_window_widget() function
267 widget win= concrete(w)->plain_window_widget (name, q); in plain_window_widget()
H A Dqt_chooser_widget.cpp153 qt_chooser_widget_rep::plain_window_widget (string s, command q) in plain_window_widget() function in qt_chooser_widget_rep
H A Dqt_dialogues.cpp188 qt_inputs_list_widget_rep::plain_window_widget (string s, command q) in plain_window_widget() function in qt_inputs_list_widget_rep
H A Dqt_tm_widget.cpp335 qt_tm_widget_rep::plain_window_widget (string name, command _quit) { in plain_window_widget() function in qt_tm_widget_rep
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/Window/
H A Dtm_window.cpp175 widget win= plain_window_widget (wid, name); in texmacs_window_widget()
564 pww= plain_window_widget (wid, name); in window_create()
573 pww= plain_window_widget (wid, name, quit); in window_create()
H A Dtm_dialogue.cpp86 dialogue_win= plain_window_widget (dialogue_wid, name); in dialogue_start()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Basic/
H A Dwindow_widget.cpp54 plain_window_widget (wk_widget wid, string s, command quit) { in plain_window_widget() function
H A Dwidkit_wrapper.cpp355 plain_window_widget (widget wid, string s, command quit) { in plain_window_widget() function
356 return abstract (plain_window_widget (concrete (wid), s, quit)); in plain_window_widget()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Gui/
H A Dwidget.hpp102 widget plain_window_widget (widget w, string s, command quit= command ());
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/
H A Dwk_widget.hpp148 wk_widget plain_window_widget (wk_widget wid, string s, command q= command ());
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/X11/
H A Dx_picture.cpp250 widget win = plain_window_widget (dummy, "Ghostscript"); in load_Pixmap()