| /xsrc/external/mit/xmh/dist/ |
| H A D | bbox.h | 35 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 D | bbox.c | 72 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 D | bboxint.h | 33 ButtonBox buttonbox; /* Button box containing this button. */ 43 Button *button; /* Array of pointers to buttons. */
|
| H A D | menu.c | 35 Button button, 64 Button button,
|
| H A D | externs.h | 66 extern void AttachMenuToButton (Button, Widget, const char *); 68 extern void SendMenuEntryEnableMsg (Button, const char *, int);
|
| H A D | xmh.h | 87 typedef struct _ButtonRec *Button; typedef in typeref:struct:_ButtonRec *
|
| H A D | folder.c | 52 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 D | screen.c | 455 Button button;
|
| H A D | tocfuncs.c | 840 Button button;
|
| H A D | tocutil.c | 73 Button button;
|
| H A D | toc.c | 1192 Button button;
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_demo.cpp | 365 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 D | imgui_memory_editor.h | 448 if (ImGui::Button("Options"))
|
| H A D | imgui.h | 323 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 D | imgui_widgets.cpp | 10 // [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 D | ui.py | 113 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 D | aubinator_viewer.cpp | 643 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 D | aubinator_viewer_decoder.cpp | 155 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 D | aubinator_viewer.cpp | 641 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 D | aubinator_viewer_decoder.cpp | 155 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 D | XWin.rc | 52 CONTROL __VENDORDWEBSUPPORT__, ID_ABOUT_WEBSITE, "Button",
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | XWin.rc | 52 CONTROL __VENDORDWEBSUPPORT__, ID_ABOUT_WEBSITE, "Button",
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_memory_editor.h | 450 if (ImGui::Button("Options"))
|
| H A D | imgui.h | 323 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 D | CHANGES.md | 621 Button {j} : {function} 625 Button {j} = {function} 1239 RaiseOnClickButton <n> : <Button number to use for RaiseOnClick>
|