New upstream version 3.22.28
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="migrating.html" title="Part V. Migrating from Previous Versions of GTK+">
|
||||
<link rel="prev" href="ch30s03.html" title="GtkBox versus GtkGrid: spacing">
|
||||
<link rel="next" href="checklist-gdkeventexpose-region.html" title="Use GdkEventExpose.region">
|
||||
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -137,7 +137,7 @@ my_widget_popup_menu_handler (GtkWidget *widget)
|
||||
mouse cursor may not be near the widget at all. In the <a class="link" href="gtk-migrating-checklist.html#do_popup_menu">example above</a>, you may want to
|
||||
provide your own <a class="link" href="GtkMenu.html#GtkMenuPositionFunc" title="GtkMenuPositionFunc ()">menu-positioning function</a>
|
||||
in the case where the <em class="parameter"><code>event</code></em> is
|
||||
<a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. This function should compute the desired position for
|
||||
<code class="literal">NULL</code>. This function should compute the desired position for
|
||||
a menu when it is invoked through the keyboard. For example,
|
||||
<a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> aligns the top edge of its popup menu with the bottom
|
||||
edge of the entry.
|
||||
@ -152,6 +152,6 @@ my_widget_popup_menu_handler (GtkWidget *widget)
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.25.1</div>
|
||||
<hr>Generated by GTK-Doc V1.27</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user