New upstream version 3.23.2
This commit is contained in:
@ -3,12 +3,12 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>GtkEventBox: GTK+ 3 Reference Manual</title>
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
||||
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
||||
<link rel="up" href="MiscObjects.html" title="Miscellaneous">
|
||||
<link rel="prev" href="GtkGLArea.html" title="GtkGLArea">
|
||||
<link rel="next" href="GtkHandleBox.html" title="GtkHandleBox">
|
||||
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -141,7 +141,7 @@
|
||||
<a name="GtkEventBox.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
||||
<p>
|
||||
GtkEventBox implements
|
||||
AtkImplementor and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
||||
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkEventBox.includes"></a><h2>Includes</h2>
|
||||
@ -241,10 +241,10 @@ gtk_event_box_set_visible_window (<em class="parameter"><code><a class="link" hr
|
||||
<p>Set whether the event box uses a visible or invisible child
|
||||
window. The default is to use visible windows.</p>
|
||||
<p>In an invisible window event box, the window that the
|
||||
event box creates is a <a href="../html/gdk3-Windows.html#GDK-INPUT-ONLY:CAPS"><code class="literal">GDK_INPUT_ONLY</code></a> window, which
|
||||
event box creates is a <code class="literal">GDK_INPUT_ONLY</code> window, which
|
||||
means that it is invisible and only serves to receive
|
||||
events.</p>
|
||||
<p>A visible window event box creates a visible (<a href="../html/gdk3-Windows.html#GDK-INPUT-OUTPUT:CAPS"><code class="literal">GDK_INPUT_OUTPUT</code></a>)
|
||||
<p>A visible window event box creates a visible (<code class="literal">GDK_INPUT_OUTPUT</code>)
|
||||
window that acts as the parent window for all the widgets
|
||||
contained in the event box.</p>
|
||||
<p>You should generally make your event box invisible if
|
||||
@ -364,6 +364,6 @@ See <a class="link" href="GtkEventBox.html#gtk-event-box-set-visible-window" tit
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
<hr>Generated by GTK-Doc V1.28</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user