#include <gtk/gtk.h>
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <com/sun/star/accessibility/XAccessibleContext.hpp>
#include <com/sun/star/accessibility/XAccessibleEventListener.hpp>
#include <unx/gendata.hxx>
#include <unx/saldisp.hxx>
#include <unx/gtk/gtksys.hxx>
#include <vcl/ptrstyle.hxx>
#include <osl/conditn.hxx>
#include <saltimer.hxx>
#include <o3tl/enumarray.hxx>
#include <unotools/weakref.hxx>
#include <exception>
#include <string_view>
#include <vector>
Go to the source code of this file.
|
| void | main_loop_run (GMainLoop *pLoop) |
| |
| void | css_provider_load_from_data (GtkCssProvider *css_provider, const gchar *data, gssize length) |
| |
| GtkWidget * | widget_get_toplevel (GtkWidget *pWidget) |
| |
| const char * | image_get_icon_name (GtkImage *pImage) |
| |
| GtkWidget * | widget_get_first_child (GtkWidget *pWidget) |
| |
| void | style_context_get_color (GtkStyleContext *pStyle, GdkRGBA *pColor) |
| |
| GdkSurface * | widget_get_surface (GtkWidget *pWidget) |
| |
| void | widget_set_cursor (GtkWidget *pWidget, GdkCursor *pCursor) |
| |
| cairo_surface_t * | surface_create_similar_surface (GdkSurface *pSurface, cairo_content_t eContent, int nWidth, int nHeight) |
| |
| void | im_context_set_client_widget (GtkIMContext *pIMContext, GtkWidget *pWidget) |
| |
| bool | surface_get_device_position (GdkSurface *pSurface, GdkDevice *pDevice, double &x, double &y, GdkModifierType *pMask) |
| |
| GdkGLContext * | surface_create_gl_context (GdkSurface *pSurface) |
| |
| void | set_buildable_id (GtkBuildable *pWidget, const OUString &rId) |
| |
| OUString | get_buildable_id (GtkBuildable *pWidget) |
| |
| void | container_remove (GtkWidget *pContainer, GtkWidget *pChild) |
| |
| void | container_add (GtkWidget *pContainer, GtkWidget *pChild) |
| |
| int | getButtonPriority (std::u16string_view rType) |
| |
| GtkSalData * | GetGtkSalData () |
| |
◆ GLIB_DISABLE_DEPRECATION_WARNINGS
| #define GLIB_DISABLE_DEPRECATION_WARNINGS |
◆ GdkClipboard
◆ GdkSurface
◆ GdkToplevelState
◆ gtk_coord
◆ container_add()
◆ container_remove()
◆ css_provider_load_from_data()
| void css_provider_load_from_data |
( |
GtkCssProvider * |
css_provider, |
|
|
const gchar * |
data, |
|
|
gssize |
length |
|
) |
| |
|
inline |
◆ get_buildable_id()
| OUString get_buildable_id |
( |
GtkBuildable * |
pWidget | ) |
|
◆ getButtonPriority()
| int getButtonPriority |
( |
std::u16string_view |
rType | ) |
|
◆ GetGtkSalData()
◆ im_context_set_client_widget()
| void im_context_set_client_widget |
( |
GtkIMContext * |
pIMContext, |
|
|
GtkWidget * |
pWidget |
|
) |
| |
|
inline |
◆ image_get_icon_name()
| const char * image_get_icon_name |
( |
GtkImage * |
pImage | ) |
|
|
inline |
◆ main_loop_run()
| void main_loop_run |
( |
GMainLoop * |
pLoop | ) |
|
|
inline |
◆ set_buildable_id()
| void set_buildable_id |
( |
GtkBuildable * |
pWidget, |
|
|
const OUString & |
rId |
|
) |
| |
◆ style_context_get_color()
| void style_context_get_color |
( |
GtkStyleContext * |
pStyle, |
|
|
GdkRGBA * |
pColor |
|
) |
| |
|
inline |
◆ surface_create_gl_context()
| GdkGLContext * surface_create_gl_context |
( |
GdkSurface * |
pSurface | ) |
|
|
inline |
◆ surface_create_similar_surface()
◆ surface_get_device_position()
| bool surface_get_device_position |
( |
GdkSurface * |
pSurface, |
|
|
GdkDevice * |
pDevice, |
|
|
double & |
x, |
|
|
double & |
y, |
|
|
GdkModifierType * |
pMask |
|
) |
| |
|
inline |
◆ widget_get_first_child()
◆ widget_get_surface()
◆ widget_get_toplevel()
◆ widget_set_cursor()
| void widget_set_cursor |
( |
GtkWidget * |
pWidget, |
|
|
GdkCursor * |
pCursor |
|
) |
| |
|
inline |