Add tango art for refresh and stop

Use the added art IDs in webview sample
This commit is contained in:
Tobias Taschner
2022-01-27 23:38:42 +01:00
committed by Tobias Taschner
parent 766fefeb34
commit 73d37d460d
13 changed files with 761 additions and 67 deletions

View File

@@ -67,9 +67,11 @@
#include "../../art/tango/go_previous.h"
#include "../../art/tango/go_up.h"
#include "../../art/tango/image_missing.h"
#include "../../art/tango/text_x_generic.h"
#include "../../art/tango/list_add.h"
#include "../../art/tango/list_remove.h"
#include "../../art/tango/process_stop.h"
#include "../../art/tango/text_x_generic.h"
#include "../../art/tango/view_refresh.h"
// ----------------------------------------------------------------------------
// art provider class
@@ -190,6 +192,9 @@ wxTangoArtProvider::CreateBitmapBundle(const wxArtID& id,
{ wxART_FIND, BITMAP_DATA(edit_find) },
{ wxART_FIND_AND_REPLACE, BITMAP_DATA(edit_find_replace) },
{ wxART_FULL_SCREEN, BITMAP_DATA(fullscreen) },
{ wxART_REFRESH, BITMAP_DATA(view_refresh) },
{ wxART_STOP, BITMAP_DATA(process_stop) },
};
#undef BITMAP_DATA