Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 600802
Collapse All | Expand All

(-)a/jd/trunk/src/article/drawareabase.h (-1 / +1 lines)
Lines 330-336 Link Here
330
330
331
        // リアライズしたか
331
        // リアライズしたか
332
        // Gtk::Widget::is_realized() はうまく動作しない
332
        // Gtk::Widget::is_realized() はうまく動作しない
333
        const bool is_drawarea_realized(){ return m_window; }
333
        const bool is_drawarea_realized(){ return static_cast<bool>(m_window); }
334
334
335
        // 文字色のID( colorid.h にある ID を指定)
335
        // 文字色のID( colorid.h にある ID を指定)
336
        const int get_colorid_text() const{ return m_colorid_text; }
336
        const int get_colorid_text() const{ return m_colorid_text; }

Return to bug 600802