Merge with 'Beep6581/dev'

This commit is contained in:
Pandagrapher
2023-08-24 13:48:07 +02:00
109 changed files with 4782 additions and 18689 deletions

View File

@@ -20,12 +20,13 @@
*/
#pragma once
#include "glibmm/refptr.h"
#include "threadutils.h"
#include <memory>
#include <vector>
#include <glibmm/refptr.h>
#include <glibmm/ustring.h>
#include <sigc++/signal.h>
namespace Gio
@@ -91,6 +92,7 @@ private:
Gtk::Button* arrowButton;
int selected;
bool hasMenu;
MyMutex entrySelectionMutex;
void changeImage(int position);
void changeImage(const Glib::ustring& iconName, const Glib::RefPtr<const Gio::Icon>& gIcon);