From 87ded5df3527558bba219f0f9dd6b11ecce84435 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 8 Apr 2021 00:39:22 +0200 Subject: [PATCH] Last bit of work for today. --- 21_others.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/21_others.txt b/21_others.txt index 377c9ca..b7d37eb 100644 --- a/21_others.txt +++ b/21_others.txt @@ -118,6 +118,27 @@ fel itt, ha nincs akkor sincs probléma, akkor viszont minden szöveget kézzel kell megcisnálni, és betölteni képekként. +Widget + +Container : Widget + +PanelContainer : Container + +HBoxContainer : Container + +VBoxContainer : Container + +Label : Widget + +Button : Widget + +LabelButton : Button + +ImageButton : Button + +Image : Widget + + ============================== Notepad ============================== @@ -125,6 +146,8 @@ kell megcisnálni, és betölteni képekként. Írj egy nagyon egyszerű Notepad szerű programot, a widget készleted felhasználásával. +Az se probléma, ha nem lehet szerkeszteni a szöveget. + ============================== Táblázatkezelő ==============================