Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | gucharmap_chartable_new () |
void | gucharmap_chartable_set_font_desc () |
void | gucharmap_chartable_set_font_fallback () |
gboolean | gucharmap_chartable_get_font_fallback () |
gunichar | gucharmap_chartable_get_active_character () |
void | gucharmap_chartable_set_active_character () |
void | gucharmap_chartable_set_zoom_enabled () |
gboolean | gucharmap_chartable_get_zoom_enabled () |
void | gucharmap_chartable_set_snap_pow2 () |
void | gucharmap_chartable_set_codepoint_list () |
GucharmapCodepointList * | gucharmap_chartable_get_codepoint_list () |
guint | active-character | Read / Write |
GucharmapCodepointList * | codepoint-list | Read / Write |
PangoFontDescription * | font-desc | Read / Write |
gboolean | font-fallback | Read / Write |
gboolean | snap-power-2 | Read / Write |
gboolean | zoom-enabled | Read / Write |
gboolean | zoom-showing | Read |
void | activate | Action |
void | copy-clipboard | Action |
gboolean | move-cursor | Action |
void | paste-clipboard | Action |
void | set-scroll-adjustments | Run Last |
void | status-message | Run First |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkDrawingArea ╰── GucharmapChartable
void gucharmap_chartable_set_font_desc (GucharmapChartable *chartable
,PangoFontDescription *font_desc
);
Sets font_desc
as the font to use to display the character table.
void gucharmap_chartable_set_font_fallback (GucharmapChartable *chartable
,gboolean enable_font_fallback
);
Since 2.34
gboolean
gucharmap_chartable_get_font_fallback (GucharmapChartable *chartable
);
Since 2.34
gunichar
gucharmap_chartable_get_active_character
(GucharmapChartable *chartable
);
void gucharmap_chartable_set_active_character (GucharmapChartable *chartable
,gunichar wc
);
Sets wc
as the selected character.
void gucharmap_chartable_set_zoom_enabled (GucharmapChartable *chartable
,gboolean enabled
);
Enables or disables the zoom popup.
gboolean
gucharmap_chartable_get_zoom_enabled (GucharmapChartable *chartable
);
void gucharmap_chartable_set_snap_pow2 (GucharmapChartable *chartable
,gboolean snap
);
Sets whether the number columns the character table shows should always be a power of 2.
void gucharmap_chartable_set_codepoint_list (GucharmapChartable *chartable
,GucharmapCodepointList *codepoint_list
);
Sets the codepoint list to show in the character table.
GucharmapCodepointList *
gucharmap_chartable_get_codepoint_list
(GucharmapChartable *chartable
);
“active-character”
property “active-character” guint
Flags: Read / Write
Allowed values: <= 1114111
Default value: 0
“font-fallback”
property “font-fallback” gboolean
Whether font fallback is enabled.
Flags: Read / Write
Default value: TRUE
Since 2.34
“activate”
signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data)
gucharmapchartable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“copy-clipboard”
signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data)
gucharmapchartable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“move-cursor”
signalgboolean user_function (GucharmapChartable *gucharmapchartable, GtkMovementStep arg1, gint arg2, gpointer user_data)
gucharmapchartable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“paste-clipboard”
signalvoid user_function (GucharmapChartable *gucharmapchartable, gpointer user_data)
gucharmapchartable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Action
“set-scroll-adjustments”
signalvoid user_function (GucharmapChartable *horizontal, GtkAdjustment *vertical, GtkAdjustment *arg2, gpointer user_data)
Set the scroll adjustments for the text view. Usually scrolled containers like GtkScrolledWindow will emit this signal to connect two instances of GtkScrollbar to the scroll directions of the GucharmapChartable.
horizontal |
the horizontal GtkAdjustment |
|
vertical |
the vertical GtkAdjustment |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“status-message”
signalvoid user_function (GucharmapChartable *gucharmapchartable, gchar *arg1, gpointer user_data)
gucharmapchartable |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run First