Add GtkSelectionWindow
This is a helper object to provide context-dependent content edition apt for touch devices.
This commit is contained in:
committed by
Matthias Clasen
parent
51be6b88db
commit
7260e0570c
@ -90,6 +90,7 @@
|
||||
<xi:include href="xml/gtkassistant.xml" />
|
||||
<xi:include href="xml/gtkoffscreenwindow.xml" />
|
||||
<xi:include href="xml/gtkbubblewindow.xml" />
|
||||
<xi:include href="xml/gtkselectionwindow.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="DisplayWidgets">
|
||||
|
||||
@ -7522,3 +7522,26 @@ GTK_BUBBLE_WINDOW_GET_CLASS
|
||||
<SUBSECTION Private>
|
||||
gtk_bubble_window_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkselectionwindow</FILE>
|
||||
<TITLE>GtkSelectionWindow</TITLE>
|
||||
GtkSelectionWindow
|
||||
gtk_selection_window_new
|
||||
gtk_selection_window_set_editable
|
||||
gtk_selection_window_get_editable
|
||||
gtk_selection_window_set_has_selection
|
||||
gtk_selection_window_get_has_selection
|
||||
gtk_selection_window_get_toolbar
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_SELECTION_WINDOW
|
||||
GTK_SELECTION_WINDOW
|
||||
GTK_SELECTION_WINDOW_CLASS
|
||||
GTK_IS_SELECTION_WINDOW
|
||||
GTK_IS_SELECTION_WINDOW_CLASS
|
||||
GTK_SELECTION_WINDOW_GET_CLASS
|
||||
|
||||
<SUBSECTION Private>
|
||||
gtk_selection_window_get_type
|
||||
</SECTION>
|
||||
|
||||
@ -147,6 +147,7 @@ gtk_scrollable_get_type
|
||||
gtk_scrollbar_get_type
|
||||
gtk_scrolled_window_get_type
|
||||
gtk_search_entry_get_type
|
||||
gtk_selection_window_get_type
|
||||
gtk_separator_get_type
|
||||
gtk_separator_menu_item_get_type
|
||||
gtk_separator_tool_item_get_type
|
||||
|
||||
Reference in New Issue
Block a user