Home
last modified time | relevance | path

Searched refs:SET_TOOLTIP (Results 1 – 12 of 12) sorted by relevance

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dview_toolbar.c35 #define SET_TOOLTIP(x, tooltip) \ in G_DEFINE_TYPE() macro
39 SET_TOOLTIP (status_bar, _("Toggle Status Bar")); in G_DEFINE_TYPE()
40 SET_TOOLTIP (zoom_in, _("Zoom In")); in G_DEFINE_TYPE()
41 SET_TOOLTIP (zoom_out, _("Zoom Out")); in G_DEFINE_TYPE()
42 SET_TOOLTIP (original_size, _("Original Size")); in G_DEFINE_TYPE()
43 SET_TOOLTIP (best_fit, _("Best Fit")); in G_DEFINE_TYPE()
44 SET_TOOLTIP (fullscreen, _("Fullscreen")); in G_DEFINE_TYPE()
45 SET_TOOLTIP (left_panel, _("Toggle Left Panel")); in G_DEFINE_TYPE()
47 SET_TOOLTIP (top_panel, _("Toggle Top Panel")); in G_DEFINE_TYPE()
48 SET_TOOLTIP ( in G_DEFINE_TYPE()
[all …]
H A Dhome_toolbar.c189 #undef SET_TOOLTIP in refresh_undo_or_redo_button()
232 SET_TOOLTIP ( in home_toolbar_widget_init()
234 SET_TOOLTIP ( in home_toolbar_widget_init()
236 SET_TOOLTIP ( in home_toolbar_widget_init()
238 SET_TOOLTIP ( in home_toolbar_widget_init()
240 SET_TOOLTIP ( in home_toolbar_widget_init()
242 SET_TOOLTIP ( in home_toolbar_widget_init()
244 SET_TOOLTIP ( in home_toolbar_widget_init()
246 SET_TOOLTIP ( in home_toolbar_widget_init()
248 SET_TOOLTIP ( in home_toolbar_widget_init()
[all …]
H A Dproject_toolbar.c35 #define SET_TOOLTIP(x, tooltip) \ in G_DEFINE_TYPE() macro
39 SET_TOOLTIP (new, _("New Project")); in G_DEFINE_TYPE()
40 SET_TOOLTIP (save_btn, _("Save")); in G_DEFINE_TYPE()
41 SET_TOOLTIP (save_as_btn, _("Save As")); in G_DEFINE_TYPE()
42 SET_TOOLTIP (open, _("Open Project")); in G_DEFINE_TYPE()
43 SET_TOOLTIP (export_as, _("Export As")); in G_DEFINE_TYPE()
44 SET_TOOLTIP (export_graph, _("Export Graph")); in G_DEFINE_TYPE()
45 #undef SET_TOOLTIP in G_DEFINE_TYPE()
H A Dhelp_toolbar.c35 #define SET_TOOLTIP(x, tooltip) \ in G_DEFINE_TYPE() macro
39 SET_TOOLTIP (chat, _("Chat (Matrix)")); in G_DEFINE_TYPE()
40 SET_TOOLTIP (manual, _("Manual")); in G_DEFINE_TYPE()
41 SET_TOOLTIP (shortcuts, _("Keyboard Shortcuts")); in G_DEFINE_TYPE()
42 SET_TOOLTIP (donate_btn, _("Donate")); in G_DEFINE_TYPE()
43 SET_TOOLTIP (report_a_bug_btn, _("Report a Bug")); in G_DEFINE_TYPE()
44 #undef SET_TOOLTIP in G_DEFINE_TYPE()
H A Dtoolbox.c247 #define SET_TOOLTIP(x,action) \
256 SET_TOOLTIP (select, "app.select-mode");
257 SET_TOOLTIP (edit, "app.edit-mode");
258 SET_TOOLTIP (cut, "app.cut-mode");
259 SET_TOOLTIP (erase, "app.eraser-mode");
260 SET_TOOLTIP (ramp, "app.ramp-mode");
261 SET_TOOLTIP (audition, "app.audition-mode");
263 #undef SET_TOOLTIP
H A Dheader.c120 #define SET_TOOLTIP(x, tooltip) \ in header_widget_init() macro
124 SET_TOOLTIP (z_icon, _("About Zrythm")); in header_widget_init()
125 SET_TOOLTIP (preferences, _("Preferences")); in header_widget_init()
126 SET_TOOLTIP (log_viewer, _("Log viewer")); in header_widget_init()
127 SET_TOOLTIP ( in header_widget_init()
129 #undef SET_TOOLTIP in header_widget_init()
H A Dtimeline_toolbar.c79 #define SET_TOOLTIP(x) \ in timeline_toolbar_widget_init() macro
85 SET_TOOLTIP (event_viewer_toggle); in timeline_toolbar_widget_init()
86 SET_TOOLTIP (musical_mode_toggle); in timeline_toolbar_widget_init()
87 SET_TOOLTIP (merge_btn); in timeline_toolbar_widget_init()
89 #undef SET_TOOLTIP in timeline_toolbar_widget_init()
H A Dquantize_box.c92 #define SET_TOOLTIP(x) \ in quantize_box_widget_init() macro
98 SET_TOOLTIP (quick_quantize_btn); in quantize_box_widget_init()
99 SET_TOOLTIP (quantize_opts_btn); in quantize_box_widget_init()
101 #undef SET_TOOLTIP in quantize_box_widget_init()
H A Dtrack.c1161 #define SET_TOOLTIP(txt) \ in set_tooltip_from_button() macro
1175 SET_TOOLTIP (_("Solo")); in set_tooltip_from_button()
1193 SET_TOOLTIP (_("Unmute")); in set_tooltip_from_button()
1197 SET_TOOLTIP (_("Mute")); in set_tooltip_from_button()
1208 SET_TOOLTIP (_("Listen")); in set_tooltip_from_button()
1213 SET_TOOLTIP (_("Monitor")); in set_tooltip_from_button()
1254 SET_TOOLTIP (_("Add")); in set_tooltip_from_button()
1258 SET_TOOLTIP (_("Remove")); in set_tooltip_from_button()
1270 SET_TOOLTIP (_("Fold")); in set_tooltip_from_button()
1274 SET_TOOLTIP (_("Unfold")); in set_tooltip_from_button()
[all …]
H A Deditor_toolbar.c364 #define SET_TOOLTIP(x, tooltip) \
369 #undef SET_TOOLTIP
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktoolitem.c81 SET_TOOLTIP, enumerator
293 toolitem_signals[SET_TOOLTIP] = in G_DEFINE_TYPE_WITH_CODE()
1122 g_signal_emit (tool_item, toolitem_signals[SET_TOOLTIP], 0, in gtk_tool_item_set_tooltip()
/dports/misc/xfce4-weather-plugin/xfce4-weather-plugin-0.11.0/panel-plugin/
H A Dweather-config.c81 #define SET_TOOLTIP(widget, markup) \ macro
1083 SET_TOOLTIP(dialog->spin_forecast_days, text); in create_appearance_page()