/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cocoa/ |
H A D | aqua_widget.h | 33 virtual widget plain_window_widget (string s); 67 virtual widget plain_window_widget (string s);
|
H A D | aqua_other_widgets.h | 48 virtual widget plain_window_widget (string s);
|
H A D | aqua_widget.mm | 50 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 D | aqua_dialogues.mm | 54 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 D | qt_printer_widget.hpp | 40 virtual widget plain_window_widget (string s, command q);
|
H A D | qt_color_picker_widget.hpp | 34 widget plain_window_widget (string s, command q);
|
H A D | qt_chooser_widget.hpp | 44 virtual widget plain_window_widget (string s, command q);
|
H A D | qt_color_picker_widget.cpp | 59 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 D | qt_printer_widget.cpp | 66 qt_printer_widget_rep::plain_window_widget (string s, command q) in plain_window_widget() function in qt_printer_widget_rep
|
H A D | qt_dialogues.hpp | 74 virtual widget plain_window_widget (string s, command q);
|
H A D | qt_tm_widget.hpp | 93 virtual widget plain_window_widget (string name, command quit);
|
H A D | qt_widget.hpp | 119 virtual widget plain_window_widget (string name, command quit);
|
H A D | qt_widget.cpp | 188 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 D | qt_chooser_widget.cpp | 153 qt_chooser_widget_rep::plain_window_widget (string s, command q) in plain_window_widget() function in qt_chooser_widget_rep
|
H A D | qt_dialogues.cpp | 188 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 D | qt_tm_widget.cpp | 335 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 D | tm_window.cpp | 175 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 D | tm_dialogue.cpp | 86 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 D | window_widget.cpp | 54 plain_window_widget (wk_widget wid, string s, command quit) { in plain_window_widget() function
|
H A D | widkit_wrapper.cpp | 355 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 D | widget.hpp | 102 widget plain_window_widget (widget w, string s, command quit= command ());
|
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/ |
H A D | wk_widget.hpp | 148 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 D | x_picture.cpp | 250 widget win = plain_window_widget (dummy, "Ghostscript"); in load_Pixmap()
|