mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
macos: move input method names to private header
This commit is contained in:
parent
6706623731
commit
a30adfe1e0
@ -30,19 +30,6 @@
|
|||||||
#include "gdkmacosdisplay-private.h"
|
#include "gdkmacosdisplay-private.h"
|
||||||
#include "gdkmacossurface-private.h"
|
#include "gdkmacossurface-private.h"
|
||||||
|
|
||||||
/* Text Input Client */
|
|
||||||
#define TIC_MARKED_TEXT "tic-marked-text"
|
|
||||||
#define TIC_SELECTED_POS "tic-selected-pos"
|
|
||||||
#define TIC_SELECTED_LEN "tic-selected-len"
|
|
||||||
#define TIC_INSERT_TEXT "tic-insert-text"
|
|
||||||
#define TIC_IN_KEY_DOWN "tic-in-key-down"
|
|
||||||
|
|
||||||
/* GtkIMContext */
|
|
||||||
#define GIC_CURSOR_RECT "gic-cursor-rect"
|
|
||||||
#define GIC_FILTER_KEY "gic-filter-key"
|
|
||||||
#define GIC_FILTER_PASSTHRU 0
|
|
||||||
#define GIC_FILTER_FILTERED 1
|
|
||||||
|
|
||||||
@implementation GdkMacosBaseView
|
@implementation GdkMacosBaseView
|
||||||
|
|
||||||
-(id)initWithFrame:(NSRect)frameRect
|
-(id)initWithFrame:(NSRect)frameRect
|
||||||
|
@ -30,6 +30,19 @@
|
|||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
/* Text Input Client */
|
||||||
|
#define TIC_MARKED_TEXT "tic-marked-text"
|
||||||
|
#define TIC_SELECTED_POS "tic-selected-pos"
|
||||||
|
#define TIC_SELECTED_LEN "tic-selected-len"
|
||||||
|
#define TIC_INSERT_TEXT "tic-insert-text"
|
||||||
|
#define TIC_IN_KEY_DOWN "tic-in-key-down"
|
||||||
|
|
||||||
|
/* GtkIMContext */
|
||||||
|
#define GIC_CURSOR_RECT "gic-cursor-rect"
|
||||||
|
#define GIC_FILTER_KEY "gic-filter-key"
|
||||||
|
#define GIC_FILTER_PASSTHRU 0
|
||||||
|
#define GIC_FILTER_FILTERED 1
|
||||||
|
|
||||||
struct _GdkMacosDisplay
|
struct _GdkMacosDisplay
|
||||||
{
|
{
|
||||||
GdkDisplay parent_instance;
|
GdkDisplay parent_instance;
|
||||||
|
Loading…
Reference in New Issue
Block a user