Home
last modified time | relevance | path

Searched refs:logbox (Results 1 – 24 of 24) sorted by relevance

/dports/www/amphetadesk/amphetadesk-src-v0.93.1/lib/AmphetaDesk/OS/
H A DWindows.pm30 my ($img, $systray_icon, $systray_menu, $font, $logbox);
150 $logbox = $window->AddRichEdit( -name => "AmphetaDesk::OS::Windows::_RichEdit",
164 $logbox->Resize( $window->ScaleWidth, $window->ScaleHeight - 118 );
216 $logbox->Select(999999,999999);
217 $logbox->ReplaceSel("$message\n", 1);
221 $logbox->SendMessage (0x115, 1, 0) while $message =~ /\n|$/g;
290 …::OS::Windows::_EditCopy_Click { note("Received 'Copy' request."); $logbox->SendMessage(0x301…
291 …Windows::_EditSelectAll_Click { note("Received 'Select All' request."); $logbox->Select(0,999999);…
/dports/x11/xdialog/Xdialog-2.3.1/samples/
H A Dlogbox3 LOGFILE=/tmp/logbox.tmp.$$
30 Xdialog --title "LOGBOX" $TIMESTAMP $REVERSE --logbox $LOGFILE 0 0 &
H A Dlogbox23 LOGFILE=/tmp/logbox.tmp.$$
32 $TIMESTAMP $REVERSE --keep-colors --smooth --logbox $LOGFILE 0 0 &
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwindlg.c82 static HWND logbox; variable
83 HWND event_log_window(void) { return logbox; } in event_log_window()
112 logbox = NULL; in LogProc()
174 logbox = NULL; in LogProc()
782 if (logbox) { in win_gui_eventlog()
784 SendDlgItemMessage(logbox, IDN_LIST, LB_ADDSTRING, in win_gui_eventlog()
786 count = SendDlgItemMessage(logbox, IDN_LIST, LB_GETCOUNT, 0, 0); in win_gui_eventlog()
812 if (!logbox) { in showeventlog()
813 logbox = CreateDialog(hinst, MAKEINTRESOURCE(IDD_LOGBOX), in showeventlog()
815 ShowWindow(logbox, SW_SHOWNORMAL); in showeventlog()
[all …]
H A Dwindow.c934 HWND logbox = event_log_window(); in WinMain() local
935 if (!(IsWindow(logbox) && IsDialogMessage(logbox, &msg))) in WinMain()
/dports/security/putty/putty-0.76/windows/
H A Dwindlg.c82 static HWND logbox; variable
83 HWND event_log_window(void) { return logbox; } in event_log_window()
112 logbox = NULL; in LogProc()
174 logbox = NULL; in LogProc()
782 if (logbox) { in win_gui_eventlog()
784 SendDlgItemMessage(logbox, IDN_LIST, LB_ADDSTRING, in win_gui_eventlog()
786 count = SendDlgItemMessage(logbox, IDN_LIST, LB_GETCOUNT, 0, 0); in win_gui_eventlog()
812 if (!logbox) { in showeventlog()
813 logbox = CreateDialog(hinst, MAKEINTRESOURCE(IDD_LOGBOX), in showeventlog()
815 ShowWindow(logbox, SW_SHOWNORMAL); in showeventlog()
[all …]
H A Dwindow.c934 HWND logbox = event_log_window(); in WinMain() local
935 if (!(IsWindow(logbox) && IsDialogMessage(logbox, &msg))) in WinMain()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/display/
H A Ddrawing-surface.cpp63 DrawingSurface::DrawingSurface(Geom::Rect const &logbox, Geom::IntPoint const &pixdims, int device_… in DrawingSurface() argument
65 , _origin(logbox.min()) in DrawingSurface()
66 , _scale(pixdims[X] / logbox.width(), pixdims[Y] / logbox.height()) in DrawingSurface()
H A Ddrawing-surface.h34 DrawingSurface(Geom::Rect const &logbox, Geom::IntPoint const &pixdims, int device_scale = 1);
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dlogfile.h13 void logbox(char *title, int width, char *default_text);
H A Dlogfile.c396 void logbox(char *title, int width, char *default_text) in logbox() function
H A Dmain.c2557 logbox(buf, 480, GLOBALS->logfile->name); in main_2()
H A Dmenu.c5274 logbox("Logfile viewer", 480, fname);
/dports/x11/xdialog/Xdialog-2.3.1/
H A DChangeLog118 tailbox and logbox) introduced in v2.0.4.
130 v2.0.4 - Improved --tailbox and --logbox loading of files at startup
134 --logbox (because if the file is big, it may take quite some
135 time to load and process, time during which no logbox menu
137 - A cosmetic bug corrected into --logbox (the ending newline
198 free but slow) scrolling in tailbox and logbox widgets.
229 - Feature: new --logbox widget and associated --time-stamp,
233 and --logbox widgets.
291 editbox auto-size feature, logbox and logbox2 sample scripts
H A DNEWS118 tailbox and logbox) introduced in v2.0.4.
130 v2.0.4 - Improved --tailbox and --logbox loading of files at startup
134 --logbox (because if the file is big, it may take quite some
135 time to load and process, time during which no logbox menu
137 - A cosmetic bug corrected into --logbox (the ending newline
198 free but slow) scrolling in tailbox and logbox widgets.
229 - Feature: new --logbox widget and associated --time-stamp,
233 and --logbox widgets.
291 editbox auto-size feature, logbox and logbox2 sample scripts
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/
H A DCharts.pod148 logbox | | | | | | | Z |
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/t/
H A DUI-Dialog-Backend-XDialog.t27 msgbox infobox textbox editbox logbox tailbox
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A DexampleScript.cfc31 property name="log" inject="logbox:logger:{this}";
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A DexampleScript.cfc31 property name="log" inject="logbox:logger:{this}";
/dports/devel/p5-UI-Dialog/UI-Dialog-1.21/lib/UI/Dialog/Backend/
H A DXDialog.pod1027 =head2 logbox( )
1035 $d->logbox( path => '/path/to/a/text/file',
H A DXDialog.pm908 sub logbox { subroutine
/dports/audio/guitarix-lv2/guitarix-0.43.1/po/
H A Dde.pot712 #. -- Create logbox check menu item under Options submenu --
/dports/science/ghemical/ghemical-3.0.0/
H A DChangeLog2240 src/target3/t3dialog.cpp: moldyn now also uses logbox.
2302 error messages are now displayed in the new logbox.
/dports/editors/texstudio/texstudio-4.1.2/utilities/
H A DpackageList1298 logbox: e-TeX showbox facilities for exploration purposes.