Blender V4.3
GHOST_TaskbarX11.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2002-2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8#pragma once
9
11 public:
12 static bool init();
13 static void free();
14
15 GHOST_TaskBarX11(const char *name);
16
17 bool is_valid();
18 void set_progress(double progress);
19 void set_progress_enabled(bool enabled);
20
21 private:
22 void *handle;
23};
GHOST_TaskBarX11(const char *name)
void set_progress(double progress)
void set_progress_enabled(bool enabled)