Searched refs:Button (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xmh/dist/
H A Dbbox.h35 extern void RadioBBoxSet (Button);
37 extern void RadioBBoxDeleteButton(Button);
43 extern void BBoxDeleteButton (Button);
48 extern void BBoxEnable (Button);
49 extern void BBoxDisable (Button);
50 extern Button BBoxFindButtonNamed (ButtonBox, const char *);
51 extern Button BBoxFindButton (ButtonBox, Widget);
52 extern Button BBoxButtonNumber (ButtonBox, int);
54 extern char * BBoxNameOfButton (Button);
55 extern Widget BBoxMenuOfButton (Button);
[all...]
H A Dbbox.c72 buttonbox->button = (Button *) NULL;
95 Button button;
102 buttonbox->numbuttons, sizeof(Button));
159 Button button)
181 Button button)
211 Button button)
243 Button button)
252 Button button)
261 Button BBoxFindButtonNamed(
269 return (Button) NUL
[all...]
H A Dbboxint.h33 ButtonBox buttonbox; /* Button box containing this button. */
43 Button *button; /* Array of pointers to buttons. */
H A Dmenu.c35 Button button,
64 Button button,
H A Dexterns.h66 extern void AttachMenuToButton (Button, Widget, const char *);
68 extern void SendMenuEntryEnableMsg (Button, const char *, int);
H A Dxmh.h87 typedef struct _ButtonRec *Button; typedef in typeref:struct:_ButtonRec *
H A Dfolder.c52 static void CreateFolderMenu(Button);
53 static void AddFolderMenuEntry(Button, char *);
54 static void DeleteFolderMenuEntry(Button, char *);
299 Button button;
611 Button button, /* the corresponding menu button */
674 Button button)
722 Button button,
774 Button button;
809 Button button;
H A Dscreen.c455 Button button;
H A Dtocfuncs.c840 Button button;
H A Dtocutil.c73 Button button;
H A Dtoc.c1192 Button button;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp365 if (ImGui::Button("Copy \"Hello, world!\" to clipboard"))
408 if (ImGui::Button("Button"))
433 ImGui::Button("Click");
438 // Use AlignTextToFramePadding() to align text baseline to the baseline of framed elements (otherwise a Text+SameLine+Button sequence will have the text a little too high by default)
651 ImGui::Bullet(); ImGui::SmallButton("Button");
1075 open_popup |= ImGui::Button("Palette");
1162 if (ImGui::Button("Default: Uint8 + HSV + Hue Bar"))
1164 if (ImGui::Button("Default: Float + HDR + Hue Wheel"))
1392 ImGui::Button(name
[all...]
H A Dimgui_memory_editor.h448 if (ImGui::Button("Options"))
H A Dimgui.h323 IMGUI_API void PushButtonRepeat(bool repeat); // in 'repeat' mode, Button*() functions return repeated true in a typematic manner (using io.KeyRepeatDelay/io.KeyRepeatRate setting). Note that you can call IsItemActive() after any Button() to tell if the button is held in the current frame.
386 IMGUI_API bool Button(const char* label, const ImVec2& size = ImVec2(0,0)); // button
H A Dimgui_widgets.cpp10 // [SECTION] Widgets: Main (Button, Image, Checkbox, RadioButton, ProgressBar, Bullet, etc.)
372 // - Button()
586 bool ImGui::Button(const char* label, const ImVec2& size_arg) function in class:ImGui
610 // Cannot use zero-size for InvisibleButton(). Unlike Button() there is not way to fallback using the label size.
661 // Button to close a window
4548 if (Button("Copy as..", ImVec2(-1,0)))
6580 // Render text label (with custom clipping) + Unsaved Document marker + Close Button logic
6600 // Close Button
/xsrc/external/mit/MesaLib/dist/bin/pick/
H A Dui.py113 commit_list: typing.List['urwid.Button'] = attr.ib(factory=lambda: urwid.SimpleFocusListWalker([]), init=False)
217 ok_btn = urwid.Button('Ok')
221 can_btn = urwid.Button('Cancel')
246 can_btn = urwid.Button('Cancel')
251 ok_btn = urwid.Button('Ok')
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp643 if (ImGui::Button("Dwords")) cfg->show_dwords ^= 1;
762 if (ImGui::Button("Show PPGTT")) { show_pml4_window(&window->pml4_window, &window->mem); }
897 if (ImGui::Button("Dwords")) show_dwords ^= 1;
1000 if (ImGui::Button("Commands list") || has_ctrl_key('c')) { show_commands_window(); } ImGui::SameLine();
1001 if (ImGui::Button("Registers list") || has_ctrl_key('r')) { show_register_window(); } ImGui::SameLine();
1002 if (ImGui::Button("Help") || has_ctrl_key('h')) { ImGui::OpenPopup("Help"); }
1004 if (ImGui::Button("New batch window") || has_ctrl_key('b')) { new_batch_window(0); }
1036 if (ImGui::Button("Done") || ImGui::IsKeyPressed(ImGuiKey_Escape))
H A Daubinator_viewer_decoder.cpp155 if (ImGui::Button(type) && ctx->display_shader)
593 if (ImGui::Button("Show/Edit buffer"))
750 if (ImGui::Button("Show URB"))
950 if (ImGui::Button("Edit instruction"))
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp641 if (ImGui::Button("Dwords")) cfg->show_dwords ^= 1;
760 if (ImGui::Button("Show PPGTT")) { show_pml4_window(&window->pml4_window, &window->mem); }
895 if (ImGui::Button("Dwords")) show_dwords ^= 1;
998 if (ImGui::Button("Commands list") || has_ctrl_key('c')) { show_commands_window(); } ImGui::SameLine();
999 if (ImGui::Button("Registers list") || has_ctrl_key('r')) { show_register_window(); } ImGui::SameLine();
1000 if (ImGui::Button("Help") || has_ctrl_key('h')) { ImGui::OpenPopup("Help"); }
1002 if (ImGui::Button("New batch window") || has_ctrl_key('b')) { new_batch_window(0); }
1034 if (ImGui::Button("Done") || ImGui::IsKeyPressed(ImGuiKey_Escape))
H A Daubinator_viewer_decoder.cpp155 if (ImGui::Button(type) && ctx->display_shader)
597 if (ImGui::Button("Show/Edit buffer"))
754 if (ImGui::Button("Show URB"))
954 if (ImGui::Button("Edit instruction"))
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DXWin.rc52 CONTROL __VENDORDWEBSUPPORT__, ID_ABOUT_WEBSITE, "Button",
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A DXWin.rc52 CONTROL __VENDORDWEBSUPPORT__, ID_ABOUT_WEBSITE, "Button",
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_memory_editor.h450 if (ImGui::Button("Options"))
H A Dimgui.h323 IMGUI_API void PushButtonRepeat(bool repeat); // in 'repeat' mode, Button*() functions return repeated true in a typematic manner (using io.KeyRepeatDelay/io.KeyRepeatRate setting). Note that you can call IsItemActive() after any Button() to tell if the button is held in the current frame.
386 IMGUI_API bool Button(const char* label, const ImVec2& size = ImVec2(0,0)); // button
/xsrc/external/mit/ctwm/dist/
H A DCHANGES.md621 Button {j} : {function}
625 Button {j} = {function}
1239 RaiseOnClickButton <n> : <Button number to use for RaiseOnClick>

Completed in 60 milliseconds

12