| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
drag-data-get
This signal is emitted when the user has dragged something from one widget and dropped it onto another widget. The data to be transferred from one to another widget is requested via this signal. To set the data, use the set() function of the selection. 例 60. Passing drag data to the drop target
Callback function void callback(
GtkWidget
widget
,
GdkDragContext
context
,
GtkSelectionData
selection_data
, int info, int time);
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「drag-data-get」をGoogle検索
|