Lines Matching defs:tablabel
45 #include "gdl-dock-tablabel.h"
1985 * @tablabel: The widget that will become the tab label.
1993 GtkWidget *tablabel)
2005 /* disconnect and unref the previous tablabel */
2017 if (tablabel) {
2018 g_object_ref_sink (G_OBJECT (tablabel));
2019 item->_priv->tab_label = tablabel;
2020 if (GDL_IS_DOCK_TABLABEL (tablabel)) {
2021 g_object_set (tablabel, "item", item, NULL);
2022 /* connect to tablabel signal */
2023 g_signal_connect (tablabel, "button_pressed_handle",