mx-types
mx-types — type definitions used throughout Mx
|
|
Object Hierarchy
GBoxed
├── MxBorderImage
╰── MxPadding
Description
Common types for MxWidgets.
Functions
mx_border_image_set_from_string ()
void
mx_border_image_set_from_string (GValue *value
,
const gchar *str
,
const gchar *filename
);
mx_font_weight_set_from_string ()
void
mx_font_weight_set_from_string (GValue *value
,
const gchar *str
);
Types and Values
struct MxBorderImage
struct MxBorderImage {
gchar *uri;
gint top;
gint right;
gint bottom;
gint left;
};
struct MxPadding
struct MxPadding {
gfloat top;
gfloat right;
gfloat bottom;
gfloat left;
};
The padding from the internal border of the parent container.
MX_PARAM_TRANSLATEABLE
#define MX_PARAM_TRANSLATEABLE 1 << 8
enum MxAlign
Set the alignment of the item
enum MxFontWeight
Support values of font weight
enum MxScrollPolicy
Defines the scrolling policy of scrollable widgets.
enum MxOrientation
Defines the orientation of various layout widgets.
enum MxWindowRotation
Defines the clock-wise rotation angle of a window.
Since 1.2
enum MxPosition
Defines the position of an interface element.
Since 1.2
enum MxImageScaleMode
Defines the scaling mode of an image.
enum MxTooltipAnimation
Defines the animation when tooltips are shown and hidden.
Since 1.2