Home
last modified time | relevance | path

Searched refs:window_label (Results 1 – 17 of 17) sorted by relevance

/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DToolbar.cc110 frame.window_label = in Toolbar()
115 blackbox->insertEventHandler(frame.window_label, this); in Toolbar()
181 blackbox->removeEventHandler(frame.window_label); in ~Toolbar()
359 XMoveResizeWindow(display, frame.window_label, in reconfigure()
406 XClearArea(display, frame.window_label, 0, 0, in reconfigure()
480 frame.window_label, t, u, frame.base); in redrawWindowLabel()
483 frame.window_label, u, u, frame.wlabel); in redrawWindowLabel()
491 bt::drawText(style.font, pen, frame.window_label, u, in redrawWindowLabel()
633 if (event->window == frame.window_label) { in buttonPressEvent()
715 } else if (event->window == frame.window_label) in buttonReleaseEvent()
[all …]
H A DToolbar.hh43 Window window, workspace_label, window_label, clock, psbutton, nsbutton, member
/dports/editors/abiword/abiword-3.0.5/src/af/xap/gtk/
H A Dxap_UnixTableWidget.cpp135 gtk_widget_get_preferred_size(GTK_WIDGET(table->window_label), &size, NULL); in abi_table_resize()
137 gtk_label_set_text(table->window_label, text); in abi_table_resize()
720 table->window_label = GTK_LABEL(gtk_label_new(text)); in abi_table_init()
725 gtk_box_pack_end(GTK_BOX(table->window_vbox), GTK_WIDGET(table->window_label), FALSE, FALSE, 0); in abi_table_init()
H A Dxap_UnixTableWidget.h53 GtkLabel* window_label; member
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dconfig_dialog.c244 GtkWidget *window_label; in on_button_config() local
473 window_label = gtk_label_new (NULL); in on_button_config()
474 gtk_label_set_markup (GTK_LABEL (window_label),"Window function:"); in on_button_config()
475 gtk_widget_show (window_label); in on_button_config()
476 gtk_box_pack_start (GTK_BOX (hbox04), window_label, FALSE, TRUE, 0); in on_button_config()
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmPager/
H A DFvwmPager.h82 char *window_label; /* This is displayed inside the mini window */ member
H A Dx_pager.c2772 cur = next = t->window_label; in label_window_wrap()
2851 if (t->window_label) in do_label_window()
2852 free(t->window_label); in do_label_window()
2853 t->window_label = GetBalloonLabel(t, WindowLabelFormat); in do_label_window()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmPager/
H A DFvwmPager.h115 char *window_label; /* This is displayed inside the mini window */ member
H A Dx_pager.c2778 cur = next = t->window_label; in label_window_wrap()
2857 if (t->window_label) in do_label_window()
2858 free(t->window_label); in do_label_window()
2859 t->window_label = GetBalloonLabel(t, WindowLabelFormat); in do_label_window()
/dports/math/gretl/gretl-2021d/gui/
H A Dwinstack.c169 static const char *window_label (GtkWidget *w, int role) in window_label() function
198 gtk_action_set_label(action, window_label(w, GNUPLOT)); in plot_window_set_label()
214 window_label(w, 0)); in window_list_remove()
287 label = window_label(w, role); in window_list_add()
/dports/www/sogo2/SOGo-2.4.1/UI/WebServerResources/
H A Dgeneric.css98 .window_label
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui.cpp12953 char window_label[20]; in DockNodeUpdate() local
12954 DockNodeGetHostWindowTitle(node, window_label, IM_ARRAYSIZE(window_label)); in DockNodeUpdate()
12961 Begin(window_label, NULL, window_flags); in DockNodeUpdate()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui.cpp13292 char window_label[20]; in DockNodeUpdate() local
13293 DockNodeGetHostWindowTitle(node, window_label, IM_ARRAYSIZE(window_label)); in DockNodeUpdate()
13300 Begin(window_label, NULL, window_flags); in DockNodeUpdate()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui.cpp13697 char window_label[20]; in DockNodeUpdate() local
13698 DockNodeGetHostWindowTitle(node, window_label, IM_ARRAYSIZE(window_label)); in DockNodeUpdate()
13705 Begin(window_label, NULL, window_flags); in DockNodeUpdate()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui.cpp13684 char window_label[20]; in DockNodeUpdate() local
13685 DockNodeGetHostWindowTitle(node, window_label, IM_ARRAYSIZE(window_label)); in DockNodeUpdate()
13692 Begin(window_label, NULL, window_flags); in DockNodeUpdate()
/dports/mail/faces/faces-1.7.7/
H A DChangeLog799 The addition of the option -l window_label is desirable; the default
/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c6842 …Widget window_frame, window_form, window_label, wavelet_frame, wavelet_form, wavelet_label, graph_… in make_transform_dialog() local
7169 window_label = XtCreateManagedWidget("window", xmLabelWidgetClass, window_form, args, n); in make_transform_dialog()
7176 XtSetArg(args[n], XmNtopWidget, window_label); n++; in make_transform_dialog()