Add GtkBubbleWindow
This popup window widget can be used for touch friendly context menus that point to a concrete area.
This commit is contained in:
committed by
Matthias Clasen
parent
a97178af65
commit
51be6b88db
@ -89,6 +89,7 @@
|
||||
<xi:include href="xml/gtkaboutdialog.xml" />
|
||||
<xi:include href="xml/gtkassistant.xml" />
|
||||
<xi:include href="xml/gtkoffscreenwindow.xml" />
|
||||
<xi:include href="xml/gtkbubblewindow.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="DisplayWidgets">
|
||||
|
||||
@ -7494,3 +7494,31 @@ GTK_COLOR_CHOOSER_DIALOG_GET_CLASS
|
||||
GtkColorChooserDialogPrivate
|
||||
gtk_color_chooser_dialog_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkbubblewindow</FILE>
|
||||
<TITLE>GtkBubbleWindow</TITLE>
|
||||
GtkBubbleWindow
|
||||
gtk_bubble_window_new
|
||||
gtk_bubble_window_set_relative_to
|
||||
gtk_bubble_window_get_relative_to
|
||||
gtk_bubble_window_set_pointing_to
|
||||
gtk_bubble_window_get_pointing_to
|
||||
gtk_bubble_window_set_position
|
||||
gtk_bubble_window_get_position
|
||||
gtk_bubble_window_popup
|
||||
gtk_bubble_window_popdown
|
||||
gtk_bubble_window_grab
|
||||
gtk_bubble_window_ungrab
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_BUBBLE_WINDOW
|
||||
GTK_BUBBLE_WINDOW
|
||||
GTK_BUBBLE_WINDOW_CLASS
|
||||
GTK_IS_BUBBLE_WINDOW
|
||||
GTK_IS_BUBBLE_WINDOW_CLASS
|
||||
GTK_BUBBLE_WINDOW_GET_CLASS
|
||||
|
||||
<SUBSECTION Private>
|
||||
gtk_bubble_window_get_type
|
||||
</SECTION>
|
||||
|
||||
@ -23,6 +23,7 @@ gtk_aspect_frame_get_type
|
||||
gtk_assistant_get_type
|
||||
gtk_bin_get_type
|
||||
gtk_box_get_type
|
||||
gtk_bubble_window_get_type
|
||||
gtk_builder_get_type
|
||||
gtk_buildable_get_type
|
||||
gtk_button_box_get_type
|
||||
|
||||
Reference in New Issue
Block a user