search for: set_bitmap_label

Displaying 2 results from an estimated 2 matches for "set_bitmap_label".

2007 Mar 18
0
[893] branches/wxruby2/wxwidgets_282: New hover bitmap methods in 2.6 -> 2.8 API
...bitmapdisabled </span><span class="cx"> * "BitmapButton#set_bitmap_focus":#BitmapButton_setbitmapfocus </span><ins>+* "BitmapButton#set_bitmap_hover":#BitmapButton_setbitmaphover </ins><span class="cx"> * "BitmapButton#set_bitmap_label":#BitmapButton_setbitmaplabel </span><span class="cx"> * "BitmapButton#set_bitmap_selected":#BitmapButton_setbitmapselected </span><span class="cx"> </span><span class="lines">@@ -86,7 +89,10 @@ </span><span...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...lour) { | e | on_set_colour(e) } + evt_button(ID_BorderColour) { | e | on_set_colour(e) } + evt_button(ID_GripperColour) { | e | on_set_colour(e) } + end + + + def update_colours() + art = @frame.get_dock_art + + col = art.get_color(Wx::AUI_DOCKART_BACKGROUND_COLOUR) + @bckg_colour.set_bitmap_label( create_colour_bitmap(col) ) + + col = art.get_color(Wx::AUI_DOCKART_SASH_COLOUR) + @sash_colour.set_bitmap_label( create_colour_bitmap(col) ) + + col = art.get_color(Wx::AUI_DOCKART_INACTIVE_CAPTION_COLOUR) + @capt_colour.set_bitmap_label( create_colour_bitmap(col) ) + + col = art.g...