Home
last modified time | relevance | path

Searched refs:gtk_clist_get_selection_info (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/gimageview/gimageview-0.2.27/plugins/thumbnail_view/
H A Ddetailview.c503 success = gtk_clist_get_selection_info (GTK_CLIST (widget), in cb_clist_button_press()
559 success = gtk_clist_get_selection_info (GTK_CLIST (widget), in cb_clist_button_release()
610 on_row = gtk_clist_get_selection_info (GTK_CLIST (widget), in cb_clist_motion_notify()
726 on_row = gtk_clist_get_selection_info (GTK_CLIST (clist),
790 on_row = gtk_clist_get_selection_info (GTK_CLIST (clist), in cb_drag_data_received()
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/gtk/
H A Dgtkclist.override311 override gtk_clist_get_selection_info kwargs
323 if (gtk_clist_get_selection_info(GTK_CLIST(self->obj), x, y,
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dvdkctree.cc107 res = gtk_clist_get_selection_info (GTK_CLIST (wid), in ButtonPress()
/dports/net/pfinger/pfinger-0.7.10/src/
H A Dgtk_gui.c309 gtk_clist_get_selection_info( GTK_CLIST( clist ), in list_cb()
/dports/games/xqf/xqf-xqf-1.0.6.2/src/
H A Dxqf.c2089 if (gtk_clist_get_selection_info (GTK_CLIST(source_ctree), in source_ctree_event_callback()
2194 if (gtk_clist_get_selection_info (server_clist, in server_clist_event_callback()
2218 if (gtk_clist_get_selection_info (server_clist, bevent->x, bevent->y, &row, NULL)) { in server_clist_event_callback()
2225 if (gtk_clist_get_selection_info (server_clist, bevent->x, bevent->y, &row, NULL)) { in server_clist_event_callback()
2263 if (gtk_clist_get_selection_info (GTK_CLIST(srvinf_ctree), bevent->x, bevent->y, &row, NULL)) { in server_info_clist_event_callback()
2423 if (gtk_clist_get_selection_info (player_clist, bevent->x, bevent->y, &row, &column)) { in player_clist_event_callback()
H A Dflt-player.c463 if (gtk_clist_get_selection_info (GTK_CLIST (pattern_clist), in pattern_clist_event_callback()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/src/gtk/
H A Dgtkclist.pp310gtk_clist_get_selection_info(clist:PGtkCList; x:gint; y:gint; row:Pgint; column:Pgint):gint;cdec…
/dports/graphics/gimageview/gimageview-0.2.27/src/
H A Ddirview.c764 gtk_clist_get_selection_info(GTK_CLIST(dirtree), in dirview_button_action()
1378 on_row = gtk_clist_get_selection_info (GTK_CLIST (dirtree), x, y, &row, NULL); in cb_drag_motion()
1509 gtk_clist_get_selection_info (GTK_CLIST (dirtree), x, y, &row, NULL); in cb_drag_data_received()
/dports/graphics/xzgv/xzgv-0.9.2/src/
H A Dmain.c589 gtk_clist_get_selection_info(GTK_CLIST(clist), in selector_button_press()
619 gtk_clist_get_selection_info(GTK_CLIST(clist), in selector_button_release()
2172 gtk_clist_get_selection_info(GTK_CLIST(clist),0,0,&row,&col); in blocking_thumbnail_read_visible()
2612 gtk_clist_get_selection_info(GTK_CLIST(clist),0,0,&row,&col); in idle_xvpic_load()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkclist.h739 gint gtk_clist_get_selection_info (GtkCList *clist,
H A Dgtkctree.c824 if (!gtk_clist_get_selection_info (clist, x, y, &row, &column)) in gtk_ctree_button_press()
4285 if (gtk_clist_get_selection_info (GTK_CLIST (ctree), x, y, &row, &column)) in gtk_ctree_is_hot_spot()
H A Dgtk.symbols828 gtk_clist_get_selection_info
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/dialog/
H A Dplaylist.c294 if ( gtk_clist_get_selection_info( GTK_CLIST( widget ), bevent->x, bevent->y, &row, &col ) ) in plEvent()
H A Dfileselect.c538 if (gtk_clist_get_selection_info(GTK_CLIST(widget), bevent->x, bevent->y, &row, &col)) { in fs_fsFNameList_event()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/dialog/
H A Dplaylist.c294 if ( gtk_clist_get_selection_info( GTK_CLIST( widget ), bevent->x, bevent->y, &row, &col ) ) in plEvent()
H A Dfileselect.c538 if (gtk_clist_get_selection_info(GTK_CLIST(widget), bevent->x, bevent->y, &row, &col)) { in fs_fsFNameList_event()
/dports/graphics/dia/dia-0.97.3/app/
H A Ddiagram_tree.c115 gtk_clist_get_selection_info(GTK_CLIST(tree), event->x, event->y, in button_press_callback()
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dcreate.c1726 if(!gtk_clist_get_selection_info(llist, 0, 0, &toprow, &topcol)) { in redraw_writelist()
1835 if(!gtk_clist_get_selection_info(llist, 0, 0, &toprow, &topcol)) { in fill_writelist2()
2119 if(!gtk_clist_get_selection_info(imglist, 0, 0, &toprow, &topcol)) { in fill_write_tracks()
2513 if(!gtk_clist_get_selection_info( in writetracks_drag_received()
3826 if(!gtk_clist_get_selection_info(cdlist, 0, 0, &toprow, &topcol)) { in fill_session_view()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkclist.inc498 function gtk_clist_get_selection_info(clist:PGtkCList; x:gint; y:gint; row:Pgint; column:Pgint):gin…
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/gtk+/gtk/
H A Dgtkclist.inc498 function gtk_clist_get_selection_info(clist:PGtkCList; x:gint; y:gint; row:Pgint; column:Pgint):gin…
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Drootmenu.c1525 if (!gtk_clist_get_selection_info (GTK_CLIST (menu_tree), event->x, event->y, in context_menu()
H A Dthemebrowser.c744 if (!gtk_clist_get_selection_info (GTK_CLIST (ctree), in context_menu()
/dports/deskutils/gtimer/gtimer-2.0.0/
H A Dmain.c1935 gtk_clist_get_selection_info ( GTK_CLIST ( task_list ),
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dgtkbitchx.c1014 gtk_clist_get_selection_info((GtkCList *)widget, in gtk_click_nicklist()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dgtkbitchx.c1014 gtk_clist_get_selection_info((GtkCList *)widget, in gtk_click_nicklist()

12