रिसर्च सर्वे: Blockly के साथ अपने अनुभव के बारे में हमें बताएं
सर्वे शुरू करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
blockly > बबल
बबल्स नेमस्पेस
क्लास
कक्षा |
ब्यौरा |
MiniWorkspaceBubble |
इस बबल में, मिनी-वर्कस्पेस होता है. इसमें आर्बिट्रेरी ब्लॉक को रखा जा सकता है. इसका इस्तेमाल म्यूटेटर आइकॉन के लिए किया जाता है. |
TextBubble |
बबल, जिसमें बदलाव नहीं किया जा सकने वाला टेक्स्ट दिखता है. चेतावनी वाले आइकॉन से इस्तेमाल किया जाता है. |
TextInputBubble |
बबल, जिसमें बदलाव किया जा सकने वाला टेक्स्ट दिखता है. उपयोगकर्ता इसका साइज़ भी बदल सकता है. इसका इस्तेमाल टिप्पणी के आइकॉन ने किया है. |
ऐब्स्ट्रैक्ट क्लास
अमूर्त वर्ग |
ब्यौरा |
बबल |
ऐब्सट्रैक्ट पॉप-अप बबल क्लास. इससे, स्पीच बबल जैसा दिखने वाला एक यूज़र इंटरफ़ेस (यूआई) बनता है. इसमें ब्लॉक की ओर ले जाने वाली "टेल" होती है. साथ ही, "head" होता है, जो आर्बिट्रेरी svg एलिमेंट दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["The `bubbles` namespace in Blockly provides classes for creating UI elements like speech bubbles and text inputs that interact with blocks."],["It includes classes for mini-workspaces, non-editable text displays, and editable text inputs."],["All bubble types inherit from the abstract `Bubble` class, which defines the basic structure and appearance of a bubble with a tail and head."],["These bubbles are used for features like mutator icons, warning icons, and comment icons in Blockly."]]],["The content describes four classes related to bubbles within a system, likely for a visual programming environment. These include `MiniWorkspaceBubble`, which holds blocks, `TextBubble`, for non-editable text, and `TextInputBubble`, for editable and resizable text. The `Bubble` class serves as an abstract base for creating speech-bubble-like UIs with a tail pointing to a block and a head displaying content.\n"]]