src/widget/widget_caption.cpp
branchcpp_gui
changeset 6279 c75b2c7222ff
parent 6278 c09f5e53af9b
child 6282 c5b92f2d924f
equal deleted inserted replaced
6278:c09f5e53af9b 6279:c75b2c7222ff
    17 #include "../helpers.hpp"
    17 #include "../helpers.hpp"
    18 #include "window_events.hpp"
    18 #include "window_events.hpp"
    19 
    19 
    20 
    20 
    21 namespace gui {
    21 namespace gui {
       
    22 
       
    23 /*virtual*/ void CaptionBar::CreateWidgets()
       
    24 {
       
    25 
       
    26 }
    22 
    27 
    23 /*virtual*/ void CaptionBar::DrawBackground(EvtPaint &ev)
    28 /*virtual*/ void CaptionBar::DrawBackground(EvtPaint &ev)
    24 {
    29 {
    25 	BaseWindow *w = GetWindow();
    30 	BaseWindow *w = GetWindow();
    26 	assert(w != NULL);
    31 	assert(w != NULL);