Home
last modified time | relevance | path

Searched refs:textwindow (Results 1 – 25 of 96) sorted by relevance

1234

/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A Dgedi90 my $textwindow = $text_frame->Scrolled(
108 sub{$textwindow->ConfirmExit;}
150 my $filename = $textwindow->FileName;
153 if($textwindow->numberChanges)
156 $textwindow->idletasks;
160 $textwindow->SetGUICallbacks (
217 my $menu = $textwindow->menu;
239 my @tags = $textwindow->tagNames();
249 my @marks = $textwindow->markNames;
276 $textwindow->dump_array($textwindow);
[all …]
/dports/net-im/centerim/centerim-4.22.10/kkconsui/src/
H A Dtextwindow.cc27 textwindow::textwindow() { in textwindow() function in textwindow
31 textwindow::textwindow(int xx1, int yy1, int xx2, int yy2, int wcolor, in textwindow() function in textwindow
48 textwindow::textwindow(const textwindow &aw): abstractuicontrol(aw) { in textwindow() function in textwindow
55 textwindow::~textwindow() { in ~textwindow()
73 void textwindow::setcolor(int awc) { in setcolor()
148 void textwindow::redraw() { in redraw()
178 void textwindow::open() { in open()
186 void textwindow::separatey(int y) { in separatey()
194 void textwindow::separatex(int x) { in separatex()
202 bool textwindow::isbordered() { in isbordered()
[all …]
/dports/net-im/centerim/centerim-4.22.10/kkconsui/include/
H A Dtextwindow.h16 class textwindow: public abstractuicontrol {
22 textwindow();
23 textwindow(const textwindow &aw);
24 textwindow(int xx1, int yy1, int xx2, int yy2, int wcolor,
26 virtual ~textwindow();
55 using ktool::textwindow;
H A Ddialogbox.h34 textwindow *window;
56 void setwindow(textwindow *neww, bool fw = true);
64 textwindow *getwindow();
H A Dfileselector.h55 textwindow w;
68 void setwindow(textwindow awindow);
H A Dcmenus.h26 textwindow window;
92 void setwindow(textwindow nwindow);
H A DMakefile.am1 …view.h abstractui.h conscommon.h horizontalbar.h conf.h colorschemer.h textwindow.h screenarea.h t…
/dports/x11/xedit/xedit-1.2.2/lisp/
H A Dxedit.c59 XFlush(XtDisplay(textwindow)); \
840 XtSetValues(textwindow, arg, 1); in Xedit_AutoFill()
844 XtGetValues(textwindow, arg, 1); in Xedit_AutoFill()
878 XtSetValues(textwindow, arg, 1); in Xedit_Background()
1045 XtSetValues(textwindow, arg, 1); in Xedit_Font()
1091 XtSetValues(textwindow, arg, 1); in Xedit_Foreground()
1146 XtSetValues(textwindow, arg, 1); in Xedit_HorizontalScrollbar()
1150 XtGetValues(textwindow, arg, 1); in Xedit_HorizontalScrollbar()
1205 XtSetValues(textwindow, arg, 1); in Xedit_Justification()
1209 XtGetValues(textwindow, arg, 1); in Xedit_Justification()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widtrib/
H A DGedi.pl10 my $textwindow;
74 if($textwindow->numberChanges)
77 $textwindow->idletasks;
102 $textwindow = $text_frame->Scrolled(
117 sub{$textwindow->ConfirmExit;}
138 $textwindow->SetGUICallbacks (
145 $menu = $textwindow->menu;
158 {$textwindow->insert('insert',$_);}
159 $textwindow->ResetUndo;
161 $textwindow->CallNextGUICallback;
[all …]
/dports/math/abs/abs-src-0.908/X11/xedit/
H A Dcommands.c6 extern Widget textwindow, labelwindow, filenamewindow;
66 AddDoubleClickCallback(textwindow, TRUE); in DoQuit()
120 if ( XawAsciiSaveAsFile(XawTextGetSource(textwindow), "abstmpmacro") ) { in DoSave()
121 ResetSourceChanged(textwindow); in DoSave()
148 AddDoubleClickCallback(textwindow, TRUE); in DoLoad()
194 XtSetValues( textwindow, args, num_args); in DoLoad()
199 ResetSourceChanged(textwindow); in DoLoad()
212 XtSetValues( textwindow, args, num_args); in xedit_newfile()
H A Dxedit.c10 Widget textwindow, messwidget, labelwindow, filenamewindow; variable
123 textwindow = XtCreateManagedWidget("editWindow", asciiTextWidgetClass,
127 w_set (textwindow);
132 ResetSourceChanged(textwindow);
/dports/x11/xedit/xedit-1.2.2/
H A Dlisp.c100 Widget source = XawTextGetSource(textwindow); in SetTextProperties()
101 XawTextPosition top = XawTextTopPosition(textwindow); in SetTextProperties()
104 XawTextSetSource(textwindow, item->source, 0); in SetTextProperties()
107 XawTextSetSource(textwindow, source, top); in SetTextProperties()
125 src = XawTextGetSource(textwindow); in XeditDoLispEval()
126 position = XawTextGetInsertionPoint(textwindow); in XeditDoLispEval()
230 xedit_flist_item *item = FindTextSource(XawTextGetSource(textwindow), NULL); in SetEditModeMenu()
251 Widget source = XawTextGetSource(textwindow); in EditModeCallback()
H A Dutil.c342 if (texts[i] == textwindow) { in KillTextSource()
402 XawTextDisableRedisplay(textwindow); in SwitchTextSource()
439 XtGetValues(textwindow, args, num_args); in SwitchTextSource()
475 XawTextEnableRedisplay(textwindow); in SwitchTextSource()
544 if (textwindow != w) { in ChangeTextWindow()
554 XtSetValues(textwindow, args, 1); in ChangeTextWindow()
557 XawTextUnsetSelection(textwindow); in ChangeTextWindow()
558 textwindow = w; in ChangeTextWindow()
836 if (textwindow == texts[1] || textwindow == texts[2]) { in SplitWindow()
842 XtSetValues(textwindow, args, num_args); in SplitWindow()
[all …]
H A Dcommands.c126 AddDoubleClickCallback(XawTextGetSource(textwindow), True); in DoQuit()
187 Widget source = XawTextGetSource(textwindow); in DoSave()
211 AddDoubleClickCallback(XawTextGetSource(textwindow), True); in DoSave()
257 AddDoubleClickCallback(XawTextGetSource(textwindow), True); in DoSave()
378 XtSetKeyboardFocus(topwindow, textwindow); in DoLoad()
394 Widget source = XawTextGetSource(textwindow); in ReallyDoLoad()
633 LineEdit(textwindow); in LoadFile()
636 XtSetKeyboardFocus(topwindow, textwindow); in LoadFile()
647 XtSetKeyboardFocus(topwindow, textwindow); in CancelFindFile()
649 item = FindTextSource(XawTextGetSource(textwindow), NULL); in CancelFindFile()
[all …]
H A Doptions.c170 XtGetValues(textwindow, args, num_args); in SetEditMenu()
264 xedit_flist_item *item = FindTextSource(XawTextGetSource(textwindow), NULL); in EditCallback()
294 XtGetValues(textwindow, args, 1); in EditCallback()
311 XtGetValues(textwindow, args, 1); in EditCallback()
317 XtGetValues(textwindow, args, 1); in EditCallback()
330 XtSetValues(textwindow, args, 1); in EditCallback()
414 XtGetValues(textwindow, args, 2); in PopupColumnsCallback()
441 XtSetValues(textwindow, args, 2); in ProcessColumnsCallback()
512 if (text == textwindow) { in UpdateTextProperties()
519 if (text == textwindow) { in UpdateTextProperties()
H A Dxedit.c71 Widget topwindow, textwindow, messwidget, labelwindow, filenamewindow; variable
293 XtVaSetValues(textwindow, XtNwrap, XawtextWrapLine, NULL); in main()
297 XtSetKeyboardFocus(topwindow, textwindow); in main()
301 source = XawTextGetSource(textwindow); in main()
302 position = RSCAN(XawTextGetInsertionPoint(textwindow), in main()
305 XawTextSetInsertionPoint(textwindow, position); in main()
373 textwindow = XtCreateManagedWidget(editWindow, asciiTextWidgetClass, in makeButtonsAndBoxes()
379 XtGetValues(textwindow, arglist, num_args); in makeButtonsAndBoxes()
394 XtSetValues(textwindow, arglist, num_args); in makeButtonsAndBoxes()
396 texts[0] = textwindow; in makeButtonsAndBoxes()
H A Dtags.c89 Widget textwindow; member
142 item->tags->textwindow = w; in TagsAction()
303 if (window != tags->textwindow || position != tags->position) in FindTagNext()
370 tags->textwindow = NULL; in DoLoadTagsFile()
542 XtCallActionProc(textwindow, "split-window", NULL, params, 1); in FindTag()
545 XtCallActionProc(textwindow, "other-window", NULL, NULL, 0); in FindTag()
553 otherwindow = textwindow; in FindTag()
555 item = FindTextSource(XawTextGetSource(textwindow), NULL); in FindTag()
635 if (source != XawTextGetSource(tags->textwindow) || in FindTag()
/dports/devel/tcllib/tcllib-1.20/modules/virtchannel_base/
H A Dtextwindow.tcllib.man2 [manpage_begin tcl::chan::textwindow n 1]
15 [require tcl::chan::textwindow [opt 1]]
19 The [package tcl::chan::textwindow] package provides a command creating
30 [call [cmd ::tcl::chan::textwindow] [arg widget]]
32 This command creates a new textwindow channel and returns its handle.
/dports/devel/tcllibc/tcllib-1.20/modules/virtchannel_base/
H A Dtextwindow.tcllib.man2 [manpage_begin tcl::chan::textwindow n 1]
15 [require tcl::chan::textwindow [opt 1]]
19 The [package tcl::chan::textwindow] package provides a command creating
30 [call [cmd ::tcl::chan::textwindow] [arg widget]]
32 This command creates a new textwindow channel and returns its handle.
/dports/graphics/xaos/XaoS-release-4.2.1/src/ui-hlp/
H A Dplaytext.cpp152 c->textwindow[0] = uih_registerw(c, getpos, draw, (void *)0, 0); in uih_inittext()
153 c->textwindow[1] = uih_registerw(c, getpos, draw, (void *)1, 0); in uih_inittext()
154 c->textwindow[2] = uih_registerw(c, getpos, draw, (void *)2, 0); in uih_inittext()
165 uih_removew(c, c->textwindow[0]); in uih_destroytext()
166 uih_removew(c, c->textwindow[1]); in uih_destroytext()
167 uih_removew(c, c->textwindow[2]); in uih_destroytext()
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/virtchannel_base/
H A Dtextwindow.md2 [//000000001]: # (tcl::chan::textwindow \- Reflected/virtual channel support)
3 [//000000002]: # (Generated from file 'textwindow\.man' by tcllib/doctools with format 'markdown')
5 [//000000004]: # (tcl::chan::textwindow\(n\) 1 tcllib "Reflected/virtual channel support")
16 tcl::chan::textwindow \- Textwindow channel
41 package require tcl::chan::textwindow ?1?
59 This command creates a new textwindow channel and returns its handle\. Data
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/virtchannel_base/
H A Dtextwindow.md2 [//000000001]: # (tcl::chan::textwindow \- Reflected/virtual channel support)
3 [//000000002]: # (Generated from file 'textwindow\.man' by tcllib/doctools with format 'markdown')
5 [//000000004]: # (tcl::chan::textwindow\(n\) 1 tcllib "Reflected/virtual channel support")
16 tcl::chan::textwindow \- Textwindow channel
41 package require tcl::chan::textwindow ?1?
59 This command creates a new textwindow channel and returns its handle\. Data
/dports/audio/gramofile/gramofile-1.6P/
H A DMakefile5 stringinput.c textwindow.c yesnowindow.c clrscr.c helpline.c \
51 makebplay: yesnowindow.o boxes.o buttons.o textwindow.o errorwindow.o \
/dports/net-im/centerim/centerim-4.22.10/src/
H A Dicqface.h59 textwindow *w;
77 textwindow mainw;
174 void invokelist(string &s, vector<string> &v, const string &def, textwindow *w);
H A Dicqdialogs.cc218 db.setwindow(new textwindow(0, 0, sizeDlg.width, sizeDlg.height, in finddialog()
737 textwindow w(0, 0, sizeDlg.width, sizeDlg.height, in updatedetails()
910 m.setwindow(textwindow(4, LINES-16, 30, LINES-3, conf->getcolor(cp_dialog_menu))); in selectcountry()
931 m.setwindow(textwindow(4, LINES-13, 20, LINES-4, conf->getcolor(cp_dialog_menu))); in selectlanguage()
948 m.setwindow(textwindow(4, LINES-15, 20, LINES-3, conf->getcolor(cp_dialog_menu))); in selectrandomgroup()
966 m.setwindow(textwindow(4, LINES-8, 20, LINES-4, conf->getcolor(cp_dialog_menu))); in selectgender()
982 m.setwindow(textwindow(4, LINES-8, 18, LINES-3, conf->getcolor(cp_dialog_menu))); in selectagerange()
1195 textwindow w(0, 0, sizeBigDlg.width, sizeBigDlg.height, in updateconf()
1691 textwindow w(0, 0, sizeDlg.width, sizeDlg.height, in groupmanager()
1814 textwindow w(0, 0, sizeDlg.width, sizeDlg.height, in transfermonitor()
[all …]

1234