Home
last modified time | relevance | path

Searched refs:DialogBox (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/x11-fm/xfe/xfe-1.44/src/
H A DDialogBox.cpp15 FXDEFMAP(DialogBox) DialogBoxMap[] =
17 FXMAPFUNC(SEL_KEYPRESS, 0, DialogBox::onKeyPress),
18 FXMAPFUNC(SEL_KEYRELEASE,0,DialogBox::onKeyRelease),
19 FXMAPFUNC(SEL_CLOSE, 0, DialogBox::onClose),
20 FXMAPFUNC(SEL_COMMAND, DialogBox::ID_CANCEL, DialogBox::onCmdCancel),
21 FXMAPFUNC(SEL_COMMAND, DialogBox::ID_ACCEPT, DialogBox::onCmdAccept),
22 FXMAPFUNC(SEL_COMMAND, DialogBox::ID_TOGGLE_OPTION, DialogBox::onCmdToggleOption)
105 FXuint DialogBox::getOption() in getOption()
112 void DialogBox::create() in create()
119 void DialogBox::show(FXuint placement) in show()
[all …]
H A DDialogBox.h6 class FXAPI DialogBox : public FXTopWindow
8 FXDECLARE(DialogBox) in FXDECLARE() argument
10 DialogBox() : _option(0) in FXDECLARE()
12 DialogBox(const DialogBox&) in DialogBox() argument
30DialogBox(FXWindow* win, const FXString& name, FXuint opts = DECOR_TITLE|DECOR_BORDER, int x = 0, …
31DialogBox(FXApp* a, const FXString& name, FXuint opts = DECOR_TITLE|DECOR_BORDER, int x = 0, int y…
H A DTextWindow.cpp19 FXIMPLEMENT(TextWindow, DialogBox, TextWindowMap, ARRAYNUMBER(TextWindowMap)) in FXIMPLEMENT() argument
24 DialogBox(owner, name, DECOR_ALL, 0, 0, 0, 0, 6, 6, 6, 6, 4, 4) in FXIMPLEMENT()
28 …FXButton* button = new FXButton(closebox, _("&Close"), NULL, this, DialogBox::ID_ACCEPT, … in FXIMPLEMENT()
43 DialogBox(app, name, DECOR_ALL, 0, 0, 0, 0, 6, 6, 6, 6, 4, 4) in TextWindow()
47 …FXButton* button = new FXButton(closebox, _("&Close"), NULL, this, DialogBox::ID_ACCEPT, … in TextWindow()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pod/
H A DDialogBox.pod4 Tk::DialogBox - create and manipulate a dialog screen.
6 =for pm Tixish/DialogBox.pm
12 use Tk::DialogBox
21 B<DialogBox> is very similar to B<Dialog> except that it allows
22 any widget in the top Frame. B<DialogBox> creates two
30 The options recognized by B<DialogBox> are as follows:
36 Specify the title of the DialogBox. If this is not set, then the
57 the DialogBox using the window manager's close button. If the
85 B<DialogBox> supports only two methods as of now:
94 subwidget of B<DialogBox>. The name of I<widget> is
[all …]
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DDialogBox.hpp46 class DialogBox : public sago::GameStateInterface { class
48 DialogBox(int x, int y, const std::string& name, const std::string& header);
49 DialogBox(const DialogBox& orig) = delete;
50 DialogBox& operator=(const DialogBox& orig) = delete;
51 virtual ~DialogBox();
H A DDialogBox.cpp117 DialogBox d(x, y, name, header); in OpenDialogbox()
126 DialogBox::DialogBox(int x, int y, const std::string& name, const std::string& header) : header(hea… in DialogBox() function in DialogBox
154 DialogBox::~DialogBox() { in ~DialogBox()
157 bool DialogBox::IsActive() { in IsActive()
180 void DialogBox::Draw(SDL_Renderer* target) { in Draw()
241 void DialogBox::virtualKeyboardWriteSelectedChar(ReadKeyboard* rk, const std::string& insertChar) c… in virtualKeyboardWriteSelectedChar()
257 void DialogBox::ProcessInput(const SDL_Event& event, bool& processed) { in ProcessInput()
374 void DialogBox::SetName(const std::string& name) { in SetName()
379 std::string DialogBox::GetName() const { in GetName()
383 bool DialogBox::IsUpdated() const { in IsUpdated()
/dports/games/scummvm/scummvm-2.5.1/engines/stark/ui/
H A Ddialogbox.cpp49 DialogBox::DialogBox(StarkEngine *vm, Gfx::Driver *gfx, Cursor *cursor) : in DialogBox() function in Stark::DialogBox
85 DialogBox::~DialogBox() { in ~DialogBox()
115 void DialogBox::close() { in close()
124 void DialogBox::recomputeLayout() { in recomputeLayout()
181 void DialogBox::freeForeground() { in freeForeground()
198 void DialogBox::onScreenChanged() { in onScreenChanged()
202 void DialogBox::onClick(const Common::Point &pos) { in onClick()
213 void DialogBox::onKeyPress(const Common::KeyState &keyState) { in onKeyPress()
219 Graphics::Surface *DialogBox::loadBackground() { in loadBackground()
267 void DialogBox::onRender() { in onRender()
[all …]
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dfxasq_lua.c47 } DialogBox; typedef
51 static DialogBox* todialog(lua_State *L, int argnum) in todialog()
53 DialogBox*rv=(DialogBox*)lua_touserdata(L,argnum); in todialog()
60 DialogBox*D=todialog(L,1); \
233 DialogBox*D; in asq_new()
255 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in asq_new()
291 DialogBox*D; in asq_done()
295 D=(DialogBox*)lua_touserdata(L,1); in asq_done()
/dports/x11-toolkits/p5-Tk/Tk-804.035/t/
H A Ddialogbox.t21 use_ok("Tk::DialogBox");
30 my $d = $top->DialogBox;
53 my $d = $top->DialogBox(-buttons => [qw(OK Cancel), "I don't know"],
71 my $d = $top->DialogBox(-buttons => [qw(OK)]);
77 my $d = $top->DialogBox(-buttons => [qw(OK Cancel)], -cancel_button => 'Cancel');
83 my $d = $top->DialogBox(-buttons => [qw(OK Cancel)]);
92 my $d = $top->DialogBox(-buttons => [qw(Ok Cancel)]);
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Mail/src/com/google/gwt/sample/mail/client/
H A Dglobal.gss20 .gwt-DialogBox {
25 .gwt-DialogBox .Caption {
34 .gwt-DialogBox .dialogContent {
36 .gwt-DialogBox .gwt-Button {
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/geanylua/
H A Dgsdlg_lua.c77 } DialogBox; typedef
118 static DialogBox* todialog(lua_State *L, gint argnum) in todialog()
120 DialogBox*rv=lua_touserdata(L,argnum); in todialog()
127 DialogBox*D=todialog(L,1); \
318 DialogBox*D; in gsdl_new()
340 D=(DialogBox*)lua_newuserdata(L,sizeof(DialogBox)); in gsdl_new()
379 DialogBox*D; in gsdl_done()
381 D=(DialogBox*)lua_touserdata(L,1); in gsdl_done()

12345678910>>...22