• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/

Lines Matching refs:GetColor

381     const GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor();
383 GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor();
388 gdk_gc_set_foreground( m_textGC, m_textForegroundColour.GetColor() );
391 gdk_gc_set_background( m_textGC, m_textBackgroundColour.GetColor() );
399 gdk_gc_set_foreground( m_penGC, m_pen.GetColour().GetColor() );
406 gdk_gc_set_foreground( m_brushGC, m_brush.GetColour().GetColor() );
1162 gdk_gc_set_foreground( gc, m_textForegroundColour.GetColor() );
1163 gdk_gc_set_background( gc, m_textBackgroundColour.GetColor() );
1380 gdk_gc_set_foreground( gc, m_textForegroundColour.GetColor() );
1381 gdk_gc_set_background( gc, m_textBackgroundColour.GetColor() );
1556 gdk_gc_set_foreground(m_textGC, m_textBackgroundColour.GetColor());
1558 gdk_gc_set_foreground(m_textGC, m_textForegroundColour.GetColor());
1578 gdk_gc_set_foreground(m_textGC, m_textBackgroundColour.GetColor());
1580 gdk_gc_set_foreground(m_textGC, m_textForegroundColour.GetColor());
2060 gdk_gc_set_foreground( m_penGC, m_pen.GetColour().GetColor() );
2076 gdk_gc_set_foreground( m_brushGC, m_brush.GetColour().GetColor() );
2124 gdk_gc_set_background( m_brushGC, m_backgroundBrush.GetColour().GetColor() );
2125 gdk_gc_set_background( m_penGC, m_backgroundBrush.GetColour().GetColor() );
2126 gdk_gc_set_background( m_bgGC, m_backgroundBrush.GetColour().GetColor() );
2127 gdk_gc_set_foreground( m_bgGC, m_backgroundBrush.GetColour().GetColor() );
2206 // later then (we use m_textForegroundColour.GetColor() without checking
2216 gdk_gc_set_foreground( m_textGC, m_textForegroundColour.GetColor() );
2233 gdk_gc_set_background( m_textGC, m_textBackgroundColour.GetColor() );