LibreOffice Module vcl (master) 1
|
#include <cairo.h>
#include <gdk/gdk.h>
#include <gtk/gtk.h>
#include <gtk/gtkx.h>
#include <gdk/gdkkeysyms.h>
#include <salframe.hxx>
#include <vcl/idle.hxx>
#include <vcl/sysdata.hxx>
#include <unx/saltype.h>
#include <unx/sessioninhibitor.hxx>
#include <tools/link.hxx>
#include <com/sun/star/awt/XTopWindow.hpp>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/dnd/XDragSource.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <list>
#include <vector>
#include <config_dbus.h>
#include <config_gio.h>
#include <headless/svpgdi.hxx>
#include "gtkdata.hxx"
Go to the source code of this file.
Classes | |
class | GtkSalFrame |
struct | GtkSalFrame::IMHandler |
struct | GtkSalFrame::IMHandler::PreviousKeyPress |
Typedefs | |
typedef sal_uIntPtr | GdkNativeWindow |
Enumerations | |
enum | GdkAnchorHints { GDK_ANCHOR_FLIP_X = 1 << 0 , GDK_ANCHOR_FLIP_Y = 1 << 1 , GDK_ANCHOR_SLIDE_X = 1 << 2 , GDK_ANCHOR_SLIDE_Y = 1 << 3 , GDK_ANCHOR_RESIZE_X = 1 << 4 , GDK_ANCHOR_RESIZE_Y = 1 << 5 , GDK_ANCHOR_FLIP = GDK_ANCHOR_FLIP_X | GDK_ANCHOR_FLIP_Y , GDK_ANCHOR_SLIDE = GDK_ANCHOR_SLIDE_X | GDK_ANCHOR_SLIDE_Y , GDK_ANCHOR_RESIZE = GDK_ANCHOR_RESIZE_X | GDK_ANCHOR_RESIZE_Y } |
Functions | |
GType | ooo_fixed_get_type () |
AtkObject * | ooo_fixed_get_accessible (GtkWidget *obj) |
typedef sal_uIntPtr GdkNativeWindow |
Definition at line 57 of file gtkframe.hxx.
enum GdkAnchorHints |
Enumerator | |
---|---|
GDK_ANCHOR_FLIP_X | |
GDK_ANCHOR_FLIP_Y | |
GDK_ANCHOR_SLIDE_X | |
GDK_ANCHOR_SLIDE_Y | |
GDK_ANCHOR_RESIZE_X | |
GDK_ANCHOR_RESIZE_Y | |
GDK_ANCHOR_FLIP | |
GDK_ANCHOR_SLIDE | |
GDK_ANCHOR_RESIZE |
Definition at line 680 of file gtkframe.hxx.
AtkObject * ooo_fixed_get_accessible | ( | GtkWidget * | obj | ) |
GType ooo_fixed_get_type | ( | ) |