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