| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
GtkWidget::drag_source_setvoid drag_source_set(
GdkModifierType
start_button_mask
,
array targets
,
GdkDragAction
actions
);
Sets the calling widgets as a drag-and-drop source, so that data can be dragged from the widget to a drop target. 例 58. Using drag_source_set()
The first parameter, start_button_mask, is a bitmask with all mouse buttons allowed to start the drag. The targets is an array of data types provided as drag/drop data. See drag_dest_set() for a detailed explanation of this topic. actions determine which actions will take place if the drop event occurs; a copy/move/delete. See GdkDragAction for all possible options. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「GtkWidget::drag_source_set」をGoogle検索
|