1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gtkmm 2.4: dragcontext.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#ffffff">
<table border="0" width="100%">
<tr>
<td width="10%" height="40"><img src="../../images/gtkmm_logo.gif" alt="logo" border="0" width="100%" height="100%"/></td>
<td width="90%" height="40"><img src="../../images/top.gif" alt="top" width="100%" height="40"/></td>
</tr>
</table>
<center>
<a class="qindex" href="../../index.html">Main Page</a>
<a href="group__Widgets.html">Widgets</a>
<a class="qindex" href="namespaces.html"> Namespaces</a>
<a href="../../tutorial/html/index.html"> Book</a>
</center>
<hr width="100%"/>
<!-- begin main content -->
<div id="content">
<!-- Generated by Doxygen 1.5.1 -->
<div class="nav">
<a class="el" href="dir_aec23cce998621bd6546125afc6296e4.html">gdk</a> » <a class="el" href="dir_b565ec9602eae256b8df093d9e111985.html">gdkmm</a></div>
<h1>dragcontext.h File Reference</h1>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGdk.html">Gdk</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="elRef" doxygen="glibmm_doxygen_tags:../../../../glibmm-2.4/docs/reference/html/" href="../../../../glibmm-2.4/docs/reference/html/namespaceGlib.html">Glib</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceGtk.html">Gtk</a></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classGdk_1_1DragContext.html">Gdk::DragContext</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">A <a class="el" href="classGdk_1_1DragContext.html">Gdk::DragContext</a> holds information about a drag in progress. <a href="classGdk_1_1DragContext.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Enumerations</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#g0a9506293be3b3dfe00ecdb83e764ca6">Gdk::DragAction</a> { <br>
<a class="el" href="group__gdkmmEnums.html#gg0a9506293be3b3dfe00ecdb83e764ca6b80ab8007dc5a6c0f3b466eb14616c82">Gdk::ACTION_DEFAULT</a> = 1 << 0,
<br>
<a class="el" href="group__gdkmmEnums.html#gg0a9506293be3b3dfe00ecdb83e764ca6a49036d40d941c34c467819421d3d8a2">Gdk::ACTION_COPY</a> = 1 << 1,
<br>
<a class="el" href="group__gdkmmEnums.html#gg0a9506293be3b3dfe00ecdb83e764ca63bbfd853c44aeb6d4c7b528f9a7f349b">Gdk::ACTION_MOVE</a> = 1 << 2,
<br>
<a class="el" href="group__gdkmmEnums.html#gg0a9506293be3b3dfe00ecdb83e764ca6102ff49314b5d8f3bdd91f278e6622f5">Gdk::ACTION_LINK</a> = 1 << 3,
<br>
<a class="el" href="group__gdkmmEnums.html#gg0a9506293be3b3dfe00ecdb83e764ca6e409ec694fda1c343331699c400dbe3b">Gdk::ACTION_PRIVATE</a> = 1 << 4,
<br>
<a class="el" href="group__gdkmmEnums.html#gg0a9506293be3b3dfe00ecdb83e764ca654d189703eda6530c047dcd3b24f2afe">Gdk::ACTION_ASK</a> = 1 << 5
<br>
}</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><dl class="user" compact><dt><b>Bitwise operators:</b></dt><dd><code>DragAction operator|(DragAction, DragAction)</code><br>
<code>DragAction operator&(DragAction, DragAction)</code><br>
<code>DragAction operator^(DragAction, DragAction)</code><br>
<code>DragAction operator~(DragAction)</code><br>
<code>DragAction& operator|=(DragAction&, DragAction)</code><br>
<code>DragAction& operator&=(DragAction&, DragAction)</code><br>
<code>DragAction& operator^=(DragAction&, DragAction)</code><br>
</dd></dl>
<a href="group__gdkmmEnums.html#g0a9506293be3b3dfe00ecdb83e764ca6">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#g55102c640e0ecc1378ac73c1065d452d">Gdk::DragProtocol</a> { <br>
<a class="el" href="group__gdkmmEnums.html#gg55102c640e0ecc1378ac73c1065d452d95589ef65902ab107584ca350fcc7334">Gdk::DRAG_PROTO_MOTIF</a>,
<br>
<a class="el" href="group__gdkmmEnums.html#gg55102c640e0ecc1378ac73c1065d452df385b60ba995693024b9bade67ee9103">Gdk::DRAG_PROTO_XDND</a>,
<br>
<a class="el" href="group__gdkmmEnums.html#gg55102c640e0ecc1378ac73c1065d452dd559c88a6a2c2c8886671532fccbc390">Gdk::DRAG_PROTO_NONE</a>,
<br>
<a class="el" href="group__gdkmmEnums.html#gg55102c640e0ecc1378ac73c1065d452df77382462de57a4f7c89e93f80cd7432">Gdk::DRAG_PROTO_WIN32_DROPFILES</a>,
<br>
<a class="el" href="group__gdkmmEnums.html#gg55102c640e0ecc1378ac73c1065d452da219a0cea74f8126aa70216d139559c6">Gdk::DRAG_PROTO_OLE2</a>,
<br>
<a class="el" href="group__gdkmmEnums.html#gg55102c640e0ecc1378ac73c1065d452d452a14f935a3498391815733b795ab6a">Gdk::DRAG_PROTO_LOCAL</a>
<br>
}</td></tr>
<tr><td colspan="2"><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">DragAction </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#g70446b5945175a8d52c45be7e126b0e6">Gdk::operator&</a> (DragAction lhs, DragAction rhs)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">DragAction& </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#gac23ff2bbf63d52547e5e5093bb4e9f4">Gdk::operator&=</a> (DragAction& lhs, DragAction rhs)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">DragAction </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#ge19f3b208343da290137dc38d9a32993">Gdk::operator^</a> (DragAction lhs, DragAction rhs)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">DragAction& </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#gb1540afa3db90f4b5786796dbb4fc811">Gdk::operator^=</a> (DragAction& lhs, DragAction rhs)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">DragAction </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#gf3255f44d3f9fccc900f8264b01ca632">Gdk::operator|</a> (DragAction lhs, DragAction rhs)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">DragAction& </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#g9d8233eb045b3578dc0ee65b71aa4894">Gdk::operator|=</a> (DragAction& lhs, DragAction rhs)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">DragAction </td><td class="memItemRight" valign="bottom"><a class="el" href="group__gdkmmEnums.html#ga94621e5a8456f3db149323d793feeca">Gdk::operator~</a> (DragAction flags)</td></tr>
</table>
</div>
<!-- end main content -->
<hr><address><small>
Generated for gtkmm 2.4 by <a href="http://www.doxygen.org/index.html">
Doxygen</a> 1.5.1 © 1997-2001</small></address>
</body>
</html>
|