Top |
int | mode | Read / Write |
gboolean | show-buttons | Read / Write |
EomThumbView * | thumbview | Read / Write / Construct Only |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── EomThumbNav
GtkWidget * eom_thumb_nav_new (GtkWidget *thumbview
,EomThumbNavMode mode
,gboolean show_buttons
);
Creates a new thumbnail navigation widget.
thumbview |
an EomThumbView to embed in the navigation widget. |
|
mode |
The navigation mode. |
|
show_buttons |
Whether to show the navigation buttons. |
gboolean
eom_thumb_nav_get_show_buttons (EomThumbNav *nav
);
Gets whether the navigation buttons are visible.
void eom_thumb_nav_set_show_buttons (EomThumbNav *nav
,gboolean show_buttons
);
Sets whether the navigation buttons to the left and right of the widget should be visible.
EomThumbNavMode
eom_thumb_nav_get_mode (EomThumbNav *nav
);
Gets the navigation mode in nav
.
void eom_thumb_nav_set_mode (EomThumbNav *nav
,EomThumbNavMode mode
);
Sets the navigation mode in nav
. See EomThumbNavMode for details.
“mode”
property “mode” int
Thumb navigator mode.
Owner: EomThumbNav
Flags: Read / Write
Allowed values: [0,2]
Default value: 0
“show-buttons”
property“show-buttons” gboolean
Whether to show navigation buttons or not.
Owner: EomThumbNav
Flags: Read / Write
Default value: TRUE
“thumbview”
property“thumbview” EomThumbView *
The internal thumbnail viewer widget.
Owner: EomThumbNav
Flags: Read / Write / Construct Only