Home
last modified time | relevance | path

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

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DTreeView.cs70 IntPtr columnHandle; in GetPathAtPos()
71 …bool raw_ret = gtk_tree_view_get_path_at_pos (Handle, x, y, out pathHandle, out columnHandle, out … in GetPathAtPos()
73 column = (Gtk.TreeViewColumn) GLib.Object.GetObject (columnHandle, false); in GetPathAtPos()
87 IntPtr columnHandle; in GetPathAtPos()
88 …k_tree_view_get_path_at_pos_intptr (Handle, x, y, out pathHandle, out columnHandle, IntPtr.Zero, I… in GetPathAtPos()
100 IntPtr columnHandle; in GetPathAtPos()
101 …k_tree_view_get_path_at_pos_intptr (Handle, x, y, out pathHandle, out columnHandle, IntPtr.Zero, I… in GetPathAtPos()
104 column = (Gtk.TreeViewColumn) GLib.Object.GetObject (columnHandle, false); in GetPathAtPos()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DTree.java755 long columnHandle = GTK.gtk_tree_view_column_new (); in createColumn() local
756 if (columnHandle == 0) error (SWT.ERROR_NO_HANDLES); in createColumn()
778 column.handle = columnHandle; in createColumn()
943 GTK.gtk_tree_view_column_clear (columnHandle); in createRenderers()
1031 if (columns [i].handle == columnHandle) { in createRenderers()
1121 long columnHandle = column.handle; in destroyItem() local
1707 long [] columnHandle = new long [1]; in getItemInPixels() local
2617 long columnHandle = 0;
2619 columnHandle = OS.g_list_data (columns);
3007 if (columns [i].handle == columnHandle) {
[all …]
H A DTable.java598 long columnHandle = GTK.gtk_tree_view_column_new (); in createColumn() local
599 if (columnHandle == 0) error (SWT.ERROR_NO_HANDLES); in createColumn()
621 column.handle = columnHandle; in createColumn()
773 GTK.gtk_tree_view_column_clear (columnHandle); in createRenderers()
849 if (columns [i].handle == columnHandle) { in createRenderers()
998 long columnHandle = column.handle; in destroyItem() local
1004 GTK.gtk_tree_view_remove_column (handle, columnHandle); in destroyItem()
2395 long columnHandle = 0; in gtk_widget_get_preferred_size() local
2397 columnHandle = OS.g_list_data (columns); in gtk_widget_get_preferred_size()
2881 if (columns [i].handle == columnHandle) { in sendMeasureEvent()
[all …]
H A DList.java219 long columnHandle = GTK.gtk_tree_view_column_new (); in createHandle() local
220 if (columnHandle == 0) error (SWT.ERROR_NO_HANDLES); in createHandle()
221 GTK.gtk_tree_view_column_pack_start (columnHandle, textRenderer, true); in createHandle()
222 GTK.gtk_tree_view_column_add_attribute (columnHandle, textRenderer, OS.text, TEXT_COLUMN); in createHandle()
223 GTK.gtk_tree_view_column_set_min_width (columnHandle, 0); in createHandle()
224 GTK.gtk_tree_view_insert_column (handle, columnHandle, index); in createHandle()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DTree.java769 long columnHandle = GTK.gtk_tree_view_column_new (); in createColumn() local
770 if (columnHandle == 0) error (SWT.ERROR_NO_HANDLES); in createColumn()
792 column.handle = columnHandle; in createColumn()
1017 GTK.gtk_tree_view_column_clear (columnHandle); in createRenderers()
1112 if (columns [i].handle == columnHandle) { in createRenderers()
1202 long columnHandle = column.handle; in destroyItem() local
1787 long [] columnHandle = new long [1]; in getItemInPixels() local
2716 long columnHandle = 0;
2718 columnHandle = OS.g_list_data (columns);
3104 if (columns [i].handle == columnHandle) {
[all …]
H A DTable.java608 long columnHandle = GTK.gtk_tree_view_column_new (); in createColumn() local
609 if (columnHandle == 0) error (SWT.ERROR_NO_HANDLES); in createColumn()
631 column.handle = columnHandle; in createColumn()
816 GTK.gtk_tree_view_column_clear (columnHandle); in createRenderers()
892 if (columns [i].handle == columnHandle) { in createRenderers()
1041 long columnHandle = column.handle; in destroyItem() local
1047 GTK.gtk_tree_view_remove_column (handle, columnHandle); in destroyItem()
2477 long columnHandle = 0; in gtk_widget_get_preferred_size() local
2479 columnHandle = OS.g_list_data (columns); in gtk_widget_get_preferred_size()
2963 if (columns [i].handle == columnHandle) { in sendMeasureEvent()
[all …]
H A DList.java226 long columnHandle = GTK.gtk_tree_view_column_new (); in createHandle() local
227 if (columnHandle == 0) error (SWT.ERROR_NO_HANDLES); in createHandle()
228 GTK.gtk_tree_view_column_pack_start (columnHandle, textRenderer, true); in createHandle()
229 GTK.gtk_tree_view_column_add_attribute (columnHandle, textRenderer, OS.text, TEXT_COLUMN); in createHandle()
230 GTK.gtk_tree_view_column_set_min_width (columnHandle, 0); in createHandle()
231 GTK.gtk_tree_view_insert_column (handle, columnHandle, index); in createHandle()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DTreeView.custom107 IntPtr columnHandle;
108 …bool raw_ret = gtk_tree_view_get_path_at_pos (Handle, x, y, out pathHandle, out columnHandle, out …
110 column = (Gtk.TreeViewColumn) GLib.Object.GetObject (columnHandle, false);
124 IntPtr columnHandle;
125 …k_tree_view_get_path_at_pos_intptr (Handle, x, y, out pathHandle, out columnHandle, IntPtr.Zero, I…
137 IntPtr columnHandle;
138 …k_tree_view_get_path_at_pos_intptr (Handle, x, y, out pathHandle, out columnHandle, IntPtr.Zero, I…
141 column = (Gtk.TreeViewColumn) GLib.Object.GetObject (columnHandle, false);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcleanupsettingsmodel.cpp241 TColumnHandle *columnHandle = app->getCurrentColumn(); in connectSignals() local
251 ret = ret && connect(columnHandle, SIGNAL(columnIndexSwitched()), in connectSignals()
269 TColumnHandle *columnHandle = app->getCurrentColumn(); in disconnectSignals() local
276 ret = ret && columnHandle->disconnect(this); in disconnectSignals()
H A Dtoolbar.cpp239 TColumnHandle *columnHandle = TApp::instance()->getCurrentColumn(); in showEvent() local
240 connect(columnHandle, SIGNAL(columnIndexSwitched()), this, in showEvent()
H A Dmeshifypopup.cpp707 TColumnHandle *columnHandle = TApp::instance()->getCurrentColumn(); in showEvent() local
710 connect(columnHandle, SIGNAL(columnIndexSwitched()), this, in showEvent()
722 TColumnHandle *columnHandle = TApp::instance()->getCurrentColumn(); in hideEvent() local
726 disconnect(columnHandle, SIGNAL(columnIndexSwitched()), this, in hideEvent()
H A Dadjustthicknesspopup.cpp785 TColumnHandle *columnHandle = app->getCurrentColumn(); in showEvent() local
804 ret = connect(columnHandle, SIGNAL(columnIndexSwitched()), this, in showEvent()
H A Dxsheetviewer.cpp498 TColumnHandle *columnHandle = TApp::instance()->getCurrentColumn(); in setCurrentColumn() local
499 if (col != columnHandle->getColumnIndex()) { in setCurrentColumn()
500 columnHandle->setColumnIndex(col); in setCurrentColumn()
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dhtmlexporter.cpp286 QPixmap columnHandle(Note::RESIZER_WIDTH, 50); in exportBasket() local
287 painter.begin(&columnHandle); in exportBasket()
288 …Note::drawInactiveResizer(&painter, 0, 0, columnHandle.height(), basket->backgroundColor(), /*colu… in exportBasket()
290 columnHandle.save(imagesFolderPath + "column_handle_" + backgroundColorName + ".png", "PNG"); in exportBasket()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dfunctionviewer.cpp468 void FunctionViewer::setColumnHandle(TColumnHandle *columnHandle) { in setColumnHandle() argument
469 if (columnHandle == m_columnHandle) return; in setColumnHandle()
471 m_columnHandle = columnHandle; in setColumnHandle()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dfunctionviewer.h94 void setColumnHandle(TColumnHandle *columnHandle); //!< Associates a column
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/webui/www/private/css/
H A DLayout.css355 .columnHandle {