win->m_width - 7,
font->ascent + font->descent+1 );
- gdk_gc_set_foreground( gc, &widget->style->white );
+ gdk_gc_set_foreground( gc, &widget->style->fg[GTK_STATE_SELECTED] );
gdk_draw_string( pizza->bin_window, font, gc,
6,
3+font->ascent,
win->m_width - 7,
font->ascent + font->descent+1 );
- gdk_gc_set_foreground( gc, &widget->style->white );
+ gdk_gc_set_foreground( gc, &widget->style->fg[GTK_STATE_SELECTED] );
gdk_draw_string( pizza->bin_window, font, gc,
6,
3+font->ascent,
const wxPoint &pos, const wxSize &size,
long style, const wxString &name )
{
- style = style | wxSIMPLE_BORDER;
- style = style | wxCAPTION;
+ style = style | wxCAPTION | wxFRAME_FLOAT_ON_PARENT;
if ((style & wxCAPTION) || (style & wxTINY_CAPTION_HORIZ) || (style & wxTINY_CAPTION_VERT))
m_miniTitle = 13;