Ivan Savenko hai 1 ano
pai
achega
4ff2894cf2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      client/gui/CIntObject.h

+ 3 - 0
client/gui/CIntObject.h

@@ -220,5 +220,8 @@ public:
 	~ObjectConstruction();
 };
 
+/// If used, all UI widgets created inside this scope will be added to children of 'this'
 #define OBJECT_CONSTRUCTION ObjectConstruction obj__i(this)
+
+/// If used, all UI widgets created inside this scope will be added to children of provided object
 #define OBJECT_CONSTRUCTION_TARGETED(obj) ObjectConstruction obj__i(obj)