📄 gtkclist.html
字号:
</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467013"></a><h3><a name="GTK-CLIST-ADD-MODE:CAPS"></a>GTK_CLIST_ADD_MODE()</h3><a class="indexterm" name="id4467029"></a><pre class="programlisting">#define GTK_CLIST_ADD_MODE(clist) (GTK_CLIST_FLAGS (clist) & GTK_CLIST_ADD_MODE)</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_ADD_MODE</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to test whether the CList is in "add mode."</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>clist</code></em> :</span></p></td><td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467086"></a><h3><a name="GTK-CLIST-AUTO-SORT:CAPS"></a>GTK_CLIST_AUTO_SORT()</h3><a class="indexterm" name="id4467102"></a><pre class="programlisting">#define GTK_CLIST_AUTO_SORT(clist) (GTK_CLIST_FLAGS (clist) & GTK_CLIST_AUTO_SORT)</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_AUTO_SORT</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to test whether the CList has automatic sortingswitched on.</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>clist</code></em> :</span></p></td><td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467159"></a><h3><a name="GTK-CLIST-AUTO-RESIZE-BLOCKED:CAPS"></a>GTK_CLIST_AUTO_RESIZE_BLOCKED()</h3><a class="indexterm" name="id4467175"></a><pre class="programlisting">#define GTK_CLIST_AUTO_RESIZE_BLOCKED(clist) (GTK_CLIST_FLAGS (clist) & GTK_CLIST_AUTO_RESIZE_BLOCKED)</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_AUTO_RESIZE_BLOCKED</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to check if automatic resizing of columns is blocked.</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>clist</code></em> :</span></p></td><td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467233"></a><h3><a name="GTK-CLIST-REORDERABLE:CAPS"></a>GTK_CLIST_REORDERABLE()</h3><a class="indexterm" name="id4467248"></a><pre class="programlisting">#define GTK_CLIST_REORDERABLE(clist) (GTK_CLIST_FLAGS (clist) & GTK_CLIST_REORDERABLE)</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_REORDERABLE</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to test if the CList's columns are re-orderable</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>clist</code></em> :</span></p></td><td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467306"></a><h3><a name="GTK-CLIST-USE-DRAG-ICONS:CAPS"></a>GTK_CLIST_USE_DRAG_ICONS()</h3><a class="indexterm" name="id4467322"></a><pre class="programlisting">#define GTK_CLIST_USE_DRAG_ICONS(clist) (GTK_CLIST_FLAGS (clist) & GTK_CLIST_USE_DRAG_ICONS)</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_USE_DRAG_ICONS</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to check if the USE_DRAG_ICONS property is enabled.</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>clist</code></em> :</span></p></td><td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467380"></a><h3><a name="GTK-CLIST-DRAW-DRAG-LINE:CAPS"></a>GTK_CLIST_DRAW_DRAG_LINE()</h3><a class="indexterm" name="id4467395"></a><pre class="programlisting">#define GTK_CLIST_DRAW_DRAG_LINE(clist) (GTK_CLIST_FLAGS (clist) & GTK_CLIST_DRAW_DRAG_LINE)</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_DRAW_DRAG_LINE</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to check if the DRAW_DRAG_LINE property is enabled.</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>clist</code></em> :</span></p></td><td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467453"></a><h3><a name="GTK-CLIST-DRAW-DRAG-RECT:CAPS"></a>GTK_CLIST_DRAW_DRAG_RECT()</h3><a class="indexterm" name="id4467468"></a><pre class="programlisting">#define GTK_CLIST_DRAW_DRAG_RECT(clist) (GTK_CLIST_FLAGS (clist) & GTK_CLIST_DRAW_DRAG_RECT)</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_DRAW_DRAG_RECT</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to check if the DRAW_DRAG_RECT property is enabled.</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>clist</code></em> :</span></p></td><td>The <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> widget to check.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467526"></a><h3><a name="GTK-CLIST-ROW:CAPS"></a>GTK_CLIST_ROW()</h3><a class="indexterm" name="id4467541"></a><pre class="programlisting">#define GTK_CLIST_ROW(_glist_) ((GtkCListRow *)((_glist_)->data))</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CLIST_ROW</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to cast a GList element to a CListRow pointer.</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>_glist_</code></em> :</span></p></td><td>The GList element to convert.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id4467589"></a><h3><a name="GTK-CELL-TEXT:CAPS"></a>GTK_CELL_TEXT()</h3><a class="indexterm" name="id4467605"></a><pre class="programlisting">#define GTK_CELL_TEXT(cell) (((GtkCellText *) &(cell)))</pre><div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><code class="literal">GTK_CELL_TEXT</code> is deprecated and should not be used in newly-written code.</p></div><p>A macro to cast a generic <a class="link" href="GtkCList.html" title="GtkCList"><span class="type">GtkCList</span></a> cell item to a GtkCellText pointer.</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><p><span class="term"><em class="parameter"><code>cell</code></em> :</s
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -