mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Move Minetest GUISkin -> Irrlicht CGUISkin
This commit is contained in:
parent
c8ebc2e5d0
commit
2208fc0632
7 changed files with 42 additions and 115 deletions
|
@ -437,6 +437,10 @@ public:
|
|||
virtual void draw3DButtonPaneStandard(IGUIElement *element,
|
||||
const core::rect<s32> &rect,
|
||||
const core::rect<s32> *clip = 0) = 0;
|
||||
virtual void drawColored3DButtonPaneStandard(IGUIElement* element,
|
||||
const core::rect<s32>& rect,
|
||||
const core::rect<s32>* clip=0,
|
||||
const video::SColor* colors=0) = 0;
|
||||
|
||||
//! draws a pressed 3d button pane
|
||||
/** Used for drawing for example buttons in pressed state.
|
||||
|
@ -450,6 +454,10 @@ public:
|
|||
virtual void draw3DButtonPanePressed(IGUIElement *element,
|
||||
const core::rect<s32> &rect,
|
||||
const core::rect<s32> *clip = 0) = 0;
|
||||
virtual void drawColored3DButtonPanePressed(IGUIElement* element,
|
||||
const core::rect<s32>& rect,
|
||||
const core::rect<s32>* clip=0,
|
||||
const video::SColor* colors=0) = 0;
|
||||
|
||||
//! draws a sunken 3d pane
|
||||
/** Used for drawing the background of edit, combo or check boxes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue