Searched refs:GetColor (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dcolour.h45 const GdkColor *GetColor() const;
49 GdkColor *GetColor() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dclrpicker.cpp75 m_widget = gtk_color_button_new_with_color( m_colour.GetColor() );
101 gtk_color_button_set_color(GTK_COLOR_BUTTON(m_widget), m_colour.GetColor());
H A Dcolordlg.cpp90 m_data.GetColour().GetColor());
102 colors[n_colors] = *c.GetColor();
H A Dcolour.cpp173 const GdkColor *wxColour::GetColor() const function in class:wxColour
175 GdkColor *wxColour::GetColor() const
H A Dcursor.cpp146 data, mask, fg->GetColor(), bg->GetColor(),
297 fg.GetColor(), bg.GetColor(),
H A Ddcclient.cpp381 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() );
[all...]
H A Dtextctrl.cpp97 const GdkColor *colFg = attr.GetTextColour().GetColor();
110 const GdkColor *colBg = attr.GetBackgroundColour().GetColor();
H A Dlistbox.cpp1015 gdk_window_set_background( window, m_backgroundColour.GetColor() );
H A Dwindow.cpp4017 const GdkColor *fg = m_foregroundColour.GetColor();
4034 const GdkColor *bg = m_backgroundColour.GetColor();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dcolordlg.cpp52 if (GetColor( where, "\pSelect a new palette color.", &currentColor, &newColor ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dcolour.h61 WXColor *GetColor() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dcolour.h62 GdkColor *GetColor() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dcolordlg.cpp81 if (GetColor( where, "\pSelect a new palette color.", &currentColor, &newColor ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp152 data, mask, fg->GetColor(), bg->GetColor(),
303 fg.GetColor(), bg.GetColor(),
H A Dcolour.cpp221 GdkColor *wxColour::GetColor() const function in class:wxColour
H A Ddcclient.cpp370 GdkColor *bg_col = m_backgroundBrush.GetColour().GetColor();
374 gdk_gc_set_foreground( m_textGC, m_textForegroundColour.GetColor() );
377 gdk_gc_set_background( m_textGC, m_textBackgroundColour.GetColor() );
383 gdk_gc_set_foreground( m_penGC, m_pen.GetColour().GetColor() );
390 gdk_gc_set_foreground( m_brushGC, m_brush.GetColour().GetColor() );
1415 gdk_gc_set_foreground( m_textGC, m_textBackgroundColour.GetColor() );
1417 gdk_gc_set_foreground( m_textGC, m_textForegroundColour.GetColor() );
1789 gdk_gc_set_foreground( m_penGC, m_pen.GetColour().GetColor() );
1805 gdk_gc_set_foreground( m_brushGC, m_brush.GetColour().GetColor() );
1853 gdk_gc_set_background( m_brushGC, m_backgroundBrush.GetColour().GetColor() );
[all...]
H A Dtextctrl.cpp61 GdkColor *colFg = attr.HasTextColour() ? attr.GetTextColour().GetColor()
65 ? attr.GetBackgroundColour().GetColor()
1116 gdk_window_set_background( window, m_backgroundColour.GetColor() );
H A Dlistbox.cpp1156 gdk_window_set_background( window, m_backgroundColour.GetColor() );
H A Dwindow.cpp3623 gdk_gc_set_foreground( g_eraseGC, GetBackgroundColour().GetColor() );
3786 GdkColor *fg = m_foregroundColour.GetColor();
3800 GdkColor *bg = m_backgroundColour.GetColor();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauidockart.tex152 \membersection{wxAuiDockArt::GetColor}\label{wxauidockartgetcolor}
154 \func{virtual wxColour}{GetColor}{\param{int }{id}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Ddockart.h45 wxColour GetColor(int id) { return GetColour(id); } function in class:wxAuiDockArt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dcolour.cpp241 WXColor *wxColour::GetColor() const function in class:wxColour
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp443 wxColour bk = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_BACKGROUND_COLOUR);
446 wxColour cap = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_INACTIVE_CAPTION_COLOUR);
449 wxColour capgrad = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_INACTIVE_CAPTION_GRADIENT_COLOUR);
452 wxColour captxt = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_INACTIVE_CAPTION_TEXT_COLOUR);
455 wxColour acap = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_ACTIVE_CAPTION_COLOUR);
458 wxColour acapgrad = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_ACTIVE_CAPTION_GRADIENT_COLOUR);
461 wxColour acaptxt = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_ACTIVE_CAPTION_TEXT_COLOUR);
464 wxColour sash = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_SASH_COLOUR);
467 wxColour border = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_BORDER_COLOUR);
470 wxColour gripper = m_frame->GetDockArt()->GetColor(wxAUI_DOCKART_GRIPPER_COLOU
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp1561 gdk_gc_set_foreground(m_textGC, m_textBackgroundColour.GetColor());
1563 gdk_gc_set_foreground(m_textGC, m_textForegroundColour.GetColor());

Completed in 247 milliseconds