|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
Widget for showing info about the current selection. More...
#include "common/utils/ui.h"#include "gui/backend/gtk_widgets/gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
| struct | SelectionInfoWidgetClass |
Macros | |
| #define | SELECTION_INFO_WIDGET_TYPE (selection_info_widget_get_type ()) |
| #define | SELECTION_INFO_WIDGET_GET_PRIVATE(self) |
| #define | selection_info_widget_add_info_with_text(_self, _txt, _widget) |
Functions | |
| G_DECLARE_DERIVABLE_TYPE (SelectionInfoWidget, selection_info_widget, Z, SELECTION_INFO_WIDGET, GtkGrid) typedef struct _SelectionInfoWidgetPrivate | |
| A widget to display info about the current arranger selection, to be used in the TimelineArrangerWidget and in the and PianoRoll. | |
| void | selection_info_widget_add_info (SelectionInfoWidget *self, GtkWidget *label, GtkWidget *widget) |
| Adds a piece of info to the grid. | |
| void | selection_info_widget_clear (SelectionInfoWidget *self) |
| Destroys all children. | |
| SelectionInfoWidgetPrivate * | selection_info_widget_get_private (SelectionInfoWidget *self) |
| Returns the private. | |
Variables | |
| SelectionInfoWidgetPrivate | |
Widget for showing info about the current selection.
Definition in file selection_info.h.
| #define selection_info_widget_add_info_with_text | ( | _self, | |
| _txt, | |||
| _widget ) |
Definition at line 50 of file selection_info.h.
| #define SELECTION_INFO_WIDGET_GET_PRIVATE | ( | self | ) |
| #define SELECTION_INFO_WIDGET_TYPE (selection_info_widget_get_type ()) |
Definition at line 20 of file selection_info.h.
| G_DECLARE_DERIVABLE_TYPE | ( | SelectionInfoWidget | , |
| selection_info_widget | , | ||
| Z | , | ||
| SELECTION_INFO_WIDGET | , | ||
| GtkGrid | ) |
A widget to display info about the current arranger selection, to be used in the TimelineArrangerWidget and in the and PianoRoll.
Definition at line 21 of file selection_info.h.
| void selection_info_widget_add_info | ( | SelectionInfoWidget * | self, |
| GtkWidget * | label, | ||
| GtkWidget * | widget ) |
Adds a piece of info to the grid.
| label | The label widget to place on top. |
Usually this will be GtkLabel.
| widget | The Widget to place on the bot that will reflect the information. |
| SelectionInfoWidgetPrivate |
Definition at line 43 of file selection_info.h.