int revision;
} Elm_Version;
+/**
+ * Elementary Version Information
+ *
+ * @ingroup Elm_General
+ */
EAPI extern Elm_Version *elm_version;
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Frame
+ * @ingroup Elm_Frame_Group
*/
EAPI Evas_Object *elm_frame_add(Evas_Object *parent);
/**
- * @defgroup Elm_Naviframe Naviframe
+ * @defgroup Elm_Naviframe_Group Naviframe
* @ingroup Elementary
*
* @image html naviframe_inheritance_tree.png
*/
/**
- * @addtogroup Elm_Naviframe
+ * @addtogroup Elm_Naviframe_Group
* @{
*/
* @param parent Parent object
* @return New object or @c NULL, if it cannot be created
*
- * @ingroup Elm_Naviframe
+ * @ingroup Elm_Naviframe_Group
*/
EAPI Evas_Object *elm_naviframe_add(Evas_Object *parent);
* @param[in] obj The object.
* @param[in] style The current item style name. @c null would be default
*
- * @ingroup Elm_Naviframe_Item
+ * @ingroup Elm_Naviframe_Item_Group
*/
EAPI void elm_naviframe_item_style_set(Elm_Object_Item *obj, const char *style);
*
* @return The current item style name. @c null would be default
*
- * @ingroup Elm_Naviframe_Item
+ * @ingroup Elm_Naviframe_Item_Group
*/
EAPI const char *elm_naviframe_item_style_get(const Elm_Object_Item *obj);
/**
- * @defgroup Elm_Popup Popup
+ * @defgroup Elm_Popup_Group Popup
* @ingroup Elementary
*
* @image html popup_inheritance_tree.png
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Popup
+ * @ingroup Elm_Popup_Group
*/
EAPI Evas_Object *elm_popup_add(Evas_Object *parent) EINA_ARG_NONNULL(1);
-#include "elm_popup_eo.legacy.h"
\ No newline at end of file
+#include "elm_popup_eo.legacy.h"
/**
- * @defgroup Elm_Frame Frame
+ * @defgroup Elm_Frame_Group Frame
* @ingroup Elementary
*
* @image html frame_inheritance_tree.png
/**
- * @defgroup Elm_GLView GLView
+ * @defgroup Elm_Glview_Group GLView
* @ingroup Elementary
*
* @image html glview_inheritance_tree.png
*/
/**
- * @ingroup Elm_GLView
+ * @addtogroup Elm_Glview_Group
+ * @{
*/
#include "elm_glview_common.h"
/**
- * @addtogroup Elm_GLView
+ * @addtogroup Elm_Glview_Group
*
* @{
*/
*
* See @ref elm_glview_mode_set See elm_opengl_page
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
typedef enum
{
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
EAPI Evas_Object *elm_glview_add(Evas_Object *parent);
*
* @param obj The GLView object
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
EAPI void elm_glview_changed_set(Evas_Object *obj);
* @param w pointer of int width
* @param h pointer of int height
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
EAPI void elm_glview_size_get(const Evas_Object *obj, int *w, int *h);
* @param w width of GLView
* @param h height of GLView
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
EAPI void elm_glview_size_set(Evas_Object *obj, int w, int h);
* @param obj The GLView object
* @param func The callback function
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
EAPI void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func);
* @param obj The GLView object
* @param func The callback function
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
EAPI void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func);
* @param obj The GLView object
* @param func The callback function
*
- * @ingroup Elm_GLView
+ * @ingroup Elm_Glview_Group
*/
EAPI void elm_glview_render_func_set(Evas_Object *obj, Elm_GLView_Func_Cb func);
#include "elm_glview_eo.legacy.h"
/**
- * @defgroup Elm_Grid Grid
+ * @defgroup Elm_Grid_Group Grid
* @ingroup Elementary
*
* @image html grid_inheritance_tree.png
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Grid
+ * @ingroup Elm_Grid_Group
*/
EAPI Evas_Object *elm_grid_add(Evas_Object *parent);
* @param w The virtual width at which to pack it
* @param h The virtual height at which to pack it
*
- * @ingroup Elm_Grid
+ * @ingroup Elm_Grid_Group
*/
EAPI void elm_grid_pack_set(Evas_Object *subobj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
* @param w Pointer to integer to store the virtual width
* @param h Pointer to integer to store the virtual height
*
- * @ingroup Elm_Grid
+ * @ingroup Elm_Grid_Group
*/
EAPI void elm_grid_pack_get(Evas_Object *subobj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
-#include "elm_grid_eo.legacy.h"
\ No newline at end of file
+#include "elm_grid_eo.legacy.h"
/**
- * @defgroup Elm_Index Index
+ * @defgroup Elm_Index_Group Index
* @ingroup Elementary
*
* @image html index_inheritance_tree.png
*/
/**
- * @addtogroup Elm_Index
+ * @addtogroup Elm_Index_Group
* @{
*/
#endif
+/**
+ * @defgroup Elm_Index_Item_Group
+ * @ingroup Elm_Index_Group
+ */
+
/**
* @brief Set the selected state of an item.
*
*
* This function inserts a new index widget on the canvas.
*
- * @ingroup Elm_Index
+ * @ingroup Elm_Index_Group
*/
EAPI Evas_Object *elm_index_add(Evas_Object *parent);
* it, i.e., to enable vertical mode. it's an area one Fingers "finger" wide on
* the bottom side of the index widget's container.
*
- * @ingroup Elm_Index
+ * @ingroup Elm_Index_Group
*/
EAPI void elm_index_horizontal_set(Evas_Object *obj, Eina_Bool horizontal);
* @return Current status of horizontal mode on index object.
* @c true if horizontal mode is enabled or @c false if disabled.
*
- * @ingroup Elm_Index
+ * @ingroup Elm_Index_Group
*/
EAPI Eina_Bool elm_index_horizontal_get(const Evas_Object *obj);
/**
- * @defgroup Elm_Inwin Inwin
+ * @defgroup Elm_Inwin_Group Inwin
* @ingroup Elm_Win
*
* @image html inwin_inheritance_tree.png
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Inwin
+ * @ingroup Elm_Inwin_Group
*/
EAPI Evas_Object *elm_win_inwin_add(Evas_Object *parent);
* @param obj The inwin object
* @param content The object to set as content
*
- * @ingroup Elm_Inwin
+ * @ingroup Elm_Inwin_Group
*/
EAPI void elm_win_inwin_content_set(Evas_Object *obj, Evas_Object *content);
* @param obj The inwin object
* @return The content that is being used
*
- * @ingroup Elm_Inwin
+ * @ingroup Elm_Inwin_Group
*/
EAPI Evas_Object *elm_win_inwin_content_get(const Evas_Object *obj);
* @param obj The inwin object
* @return The content that was being used
*
- * @ingroup Elm_Inwin
+ * @ingroup Elm_Inwin_Group
*/
EAPI Evas_Object *elm_win_inwin_content_unset(Evas_Object *obj);
/**
- * @defgroup Elm_Label Label
+ * @defgroup Elm_Label_Group Label
* @ingroup Elementary
*
* @image html label_inheritance_tree.png
/** Slide mode of a label widget
*
- * @ingroup Elm_Label
+ * @ingroup Elm_Label_Group
*/
typedef enum
{
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Label
+ * @ingroup Elm_Label_Group
*/
EAPI Evas_Object *elm_label_add(Evas_Object *parent);
/**
- * @defgroup Elm_List List
+ * @defgroup Elm_List_Group List
* @ingroup Elementary
*
* @image html list_inheritance_tree.png
*/
/**
- * @addtogroup Elm_List
+ * @addtogroup Elm_List_Group
* @{
*/
*
* This function inserts a new list widget on the canvas.
*
- * @ingroup Elm_List
+ * @ingroup Elm_List_Group
*/
EAPI Evas_Object *elm_list_add(Evas_Object *parent);
/**
- * @defgroup Elm_Map Map
+ * @defgroup Elm_Map_Group Map
* @ingroup Elementary
*
* @image html map_inheritance_tree.png
/**
- * @addtogroup Elm_Map
+ * @addtogroup Elm_Map_Group
*
* @{
*/
* See @ref elm_map_sources_get() See @ref elm_map_source_get() See
* @ref elm_map_source_set()
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
typedef enum
{
*
* See @ref elm_map_route_add()
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
typedef enum
{
*
* See @ref elm_map_route_add()
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
typedef enum
{
*
* See @ref elm_map_zoom_mode_set() See @ref elm_map_zoom_mode_get()
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
typedef enum
{
*
* This function inserts a new map widget on the canvas.
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
EAPI Evas_Object *elm_map_add(Evas_Object *parent);
* @param[in] obj The object.
* @param[in] zoom The zoom level.
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
EAPI void elm_map_zoom_set(Evas_Object *obj, int zoom);
*
* @return The zoom level.
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
EAPI int elm_map_zoom_get(const Evas_Object *obj);
* #ELM_MAP_ZOOM_MODE_MANUAL (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or
* #ELM_MAP_ZOOM_MODE_AUTO_FILL.
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
EAPI void elm_map_zoom_mode_set(Evas_Object *obj, Elm_Map_Zoom_Mode mode);
* @return The zoom mode of the map, being it one of #ELM_MAP_ZOOM_MODE_MANUAL
* (default), #ELM_MAP_ZOOM_MODE_AUTO_FIT, or #ELM_MAP_ZOOM_MODE_AUTO_FILL.
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
EAPI Elm_Map_Zoom_Mode elm_map_zoom_mode_get(const Evas_Object *obj);
* @param[in] disabled Use @c true to disable mouse wheel or @c false to enable
* it.
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
EAPI void elm_map_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled);
*
* @return Use @c true to disable mouse wheel or @c false to enable it.
*
- * @ingroup Elm_Map
+ * @ingroup Elm_Map_Group
*/
EAPI Eina_Bool elm_map_wheel_disabled_get(const Evas_Object *obj);
/**
- * @defgroup Elm_Mapbuf Mapbuf
+ * @defgroup Elm_Mapbuf_Group Mapbu
* @ingroup Elementary
*
* @image html mapbuf_inheritance_tree.png
*/
/**
- * @addtogroup Elm_Mapbuf
+ * @addtogroup Elm_Mapbuf_Group
* @{
*/
*
* This function inserts a new mapbuf widget on the canvas.
*
- * @ingroup Elm_Mapbuf
+ * @ingroup Elm_Mapbuf_Group
*/
EAPI Evas_Object *elm_mapbuf_add(Evas_Object *parent);
-#include "elm_mapbuf_eo.legacy.h"
\ No newline at end of file
+#include "elm_mapbuf_eo.legacy.h"
/**
- * @defgroup Elm_Notify Notify
+ * @defgroup Elm_Notify_Group Notify
* @ingroup Elementary
*
* @image html notify_inheritance_tree.png
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Notify
+ * @ingroup Elm_Notify_Group
*/
EAPI Evas_Object *elm_notify_add(Evas_Object *parent);
* Once the parent object is set, a previously set one will be disconnected
* and replaced.
*
- * @ingroup Elm_Notify
+ * @ingroup Elm_Notify_Group
*/
EAPI void elm_notify_parent_set(Evas_Object *obj, Evas_Object *parent);
*
* @see elm_notify_parent_set()
*
- * @ingroup Elm_Notify
+ * @ingroup Elm_Notify_Group
*/
EAPI Evas_Object *elm_notify_parent_get(const Evas_Object *obj);
-#include "elm_notify_eo.legacy.h"
\ No newline at end of file
+#include "elm_notify_eo.legacy.h"
/**
- * @defgroup Elm_Panel Panel
+ * @defgroup Elm_Panel_Group Panel
* @ingroup Elementary
*
* @image html panel_inheritance_tree.png
/**
- * @addtogroup Elm_Panel
+ * @addtogroup Elm_Panel_Group
*
* @{
*/
/** Panel orientation mode
*
- * @ingroup Elm_Panel
+ * @ingroup Elm_Panel_Group
*/
typedef enum
{
*
* @return The panel object, or NULL on failure
*
- * @ingroup Elm_Panel
+ * @ingroup Elm_Panel_Group
*/
EAPI Evas_Object *elm_panel_add(Evas_Object *parent);
-#include "elm_panel_eo.legacy.h"
\ No newline at end of file
+#include "elm_panel_eo.legacy.h"
/**
- * @defgroup Elm_Photocam Photocam
+ * @defgroup Elm_Photocam_Group Photocam
* @ingroup Elementary
*
* @image html photocam_inheritance_tree.png
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI Evas_Object *elm_photocam_add(Evas_Object *parent);
*
* This shows the region of the image using animation.
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI void elm_photocam_image_region_bring_in(Evas_Object *obj, int x, int y, int w, int h);
* photo that at some time in the future will be displayed at the full
* quality needed.
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*
* @param[in] file The photo file
*/
*
* @see elm_photocam_file_set()
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*
*/
EAPI const char *elm_photocam_file_get(const Evas_Object *obj);
*
* @since 1.14
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI void elm_photocam_image_orient_set(Evas_Object *obj, Evas_Image_Orient orient);
*
* @since 1.14
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI Evas_Image_Orient elm_photocam_image_orient_get(const Evas_Object *obj);
*
* @return The internal image object handle or @c null
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI Evas_Object* elm_photocam_internal_image_get(const Evas_Object *obj);
* @param[in] w Width of region in image original pixels
* @param[in] h Height of region in image original pixels
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI void elm_photocam_image_region_show(Evas_Object *obj, int x, int y, int w, int h);
* @param[out] w A pointer to the width return
* @param[out] h A pointer to the height return
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI void elm_photocam_image_size_get(const Evas_Object *obj, int *w, int *h);
*
* @return The pause state.
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI Eina_Bool elm_photocam_paused_get(const Evas_Object *obj);
*
* @param[in] paused The pause state.
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI void elm_photocam_paused_set(Evas_Object *obj, Eina_Bool paused);
*
* @param[in] zoom The zoom level to set
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI void elm_photocam_zoom_set(Evas_Object *obj, double zoom);
*
* @return The zoom level to set
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI double elm_photocam_zoom_get(const Evas_Object *obj);
*
* @param[in] mode The zoom mode.
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI void elm_photocam_zoom_mode_set(Evas_Object *obj, Elm_Photocam_Zoom_Mode mode);
*
* @return The zoom mode.
*
- * @ingroup Elm_Photocam
+ * @ingroup Elm_Photocam_Group
*/
EAPI Elm_Photocam_Zoom_Mode elm_photocam_zoom_mode_get(const Evas_Object *obj);
/**
- * @defgroup Plug Plug
+ * @defgroup Elm_Plug_Group Plug
* @ingroup Elementary
*
* @image html plug_inheritance_tree.png
/**
- * @addtogroup Plug
+ * @addtogroup Elm_Plug_Group
* @{
*/
* @param parent The parent object
* @return The new plug image object or NULL if it cannot be created
*
- * @ingroup Plug
+ * @ingroup Elm_Plug_Group
*/
EAPI Evas_Object *elm_plug_add(Evas_Object *parent);
-#include "elm_plug_eo.legacy.h"
\ No newline at end of file
+#include "elm_plug_eo.legacy.h"
* conjunction with elm_popup_orient_get() to know where the popup is
* appearing.
*
- * @ingroup Elm_Popup
+ * @ingroup Elm_Popup_Group
*/
typedef enum
{
/**
- * @defgroup Elm_Radio Radio
+ * @defgroup Elm_Radio_Group Radio
* @ingroup Elementary
*
* @image html radio_inheritance_tree.png
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Radio
+ * @ingroup Elm_Radio_Group
*/
EAPI Evas_Object *elm_radio_add(Evas_Object *parent);
*
* @param[in] value The value to use for the group
*
- * @ingroup Elm_Radio
+ * @ingroup Elm_Radio_Group
*/
EAPI void elm_radio_value_set(Evas_Object *obj, int value);
*
* @return The value to use for the group
*
- * @ingroup Elm_Radio
+ * @ingroup Elm_Radio_Group
*/
EAPI int elm_radio_value_get(const Evas_Object *obj);
/**
- * @defgroup Elm_Scroller Scroller
+ * @defgroup Elm_Scroller_Group Scroller
* @ingroup Elementary
*
* @image html scroller_inheritance_tree.png
*
* See also @ref elm_interface_scrollable_policy_set.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
typedef enum
{
*
* See also @ref elm_interface_scrollable_single_direction_set.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
typedef enum
{
*
* @since 1.8
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
typedef enum
{
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI Evas_Object *elm_scroller_add(Evas_Object *parent);
* right size horizontally and/or vertically to perfectly fit its content in
* that direction.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_content_min_limit(Evas_Object *obj, Eina_Bool w, Eina_Bool h);
* region in the virtual content object (0, 0 starting at the top-left of the
* virtual content object) is shown within the scroller.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_region_show(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
* the time, and #ELM_SCROLLER_POLICY_OFF always keeps it off. This applies
* respectively for the horizontal and vertical scrollbars.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_policy_set(Evas_Object *obj, Elm_Scroller_Policy policy_h, Elm_Scroller_Policy policy_v);
*
* @see elm_scroller_policy_set()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_policy_get(const Evas_Object *obj, Elm_Scroller_Policy *policy_h, Elm_Scroller_Policy *policy_v);
*
* @since 1.8
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_single_direction_set(Evas_Object *obj, Elm_Scroller_Single_Direction single_dir);
*
* @since 1.8
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI Elm_Scroller_Single_Direction elm_scroller_single_direction_get(const Evas_Object *obj);
*
* @see elm_scroller_region_show()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_region_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
*
* This gets the size of the content object of the scroller.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_child_size_get(const Evas_Object *obj, Evas_Coord *w, Evas_Coord *h);
*
* @since 1.8
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_snap_set(Evas_Object *obj, Eina_Bool page_h_snap, Eina_Bool page_v_snap);
*
* @since 1.8
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_snap_get(const Evas_Object *obj, Eina_Bool *page_h_snap, Eina_Bool *page_v_snap);
* This is enabled by default for both axis. This API will set if it is enabled
* for the given axis with the boolean parameters for each axis.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_bounce_set(Evas_Object *obj, Eina_Bool h_bounce, Eina_Bool v_bounce);
*
* @see elm_scroller_bounce_set()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_bounce_get(const Evas_Object *obj, Eina_Bool *h_bounce, Eina_Bool *v_bounce);
* including 1.0. If you only want 1 axis to be page "limited", use 0.0 for
* the other axis.
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_relative_set(Evas_Object *obj, double h_pagerel, double v_pagerel);
*
* @since 1.7
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_relative_get(const Evas_Object *obj, double *h_pagerel, double *v_pagerel);
* @see elm_scroller_page_relative_set()
* @see elm_scroller_page_size_get()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_size_set(Evas_Object *obj, Evas_Coord h_pagesize, Evas_Coord v_pagesize);
*
* @since 1.7
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_size_get(const Evas_Object *obj, Evas_Coord *h_pagesize, Evas_Coord *v_pagesize);
* @see elm_scroller_page_show()
* @see elm_scroller_page_bring_in()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_current_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber);
* @see elm_scroller_page_show()
* @see elm_scroller_page_bring_in()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_last_page_get(const Evas_Object *obj, int *h_pagenumber, int *v_pagenumber);
*
* @see elm_scroller_page_bring_in()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_show(Evas_Object *obj, int h_pagenumber, int v_pagenumber);
*
* @see elm_scroller_page_show()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_page_bring_in(Evas_Object *obj, int h_pagenumber, int v_pagenumber);
*
* @see elm_scroller_region_show()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_region_bring_in(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h);
*
* Default values for x and y are 0.0
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_gravity_set(Evas_Object *obj, double x, double y);
*
* @see elm_scroller_gravity_set()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_gravity_get(const Evas_Object *obj, double *x, double *y);
*
* @since 1.8
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_movement_block_set(Evas_Object *obj, Elm_Scroller_Movement_Block block);
*
* @see elm_scroller_movement_block_set() for more details
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI Elm_Scroller_Movement_Block elm_scroller_movement_block_get(const Evas_Object *obj);
*
* @since 1.13
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_step_size_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y);
*
* @since 1.13
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_step_size_get(const Evas_Object *obj, Evas_Coord *x, Evas_Coord *y);
*
* @since 1.14
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_loop_set(Evas_Object *obj, Eina_Bool loop_h, Eina_Bool loop_v);
*
* @see elm_scroller_loop_set() for more details
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_loop_get(const Evas_Object *obj, Eina_Bool *loop_h, Eina_Bool *loop_v);
*
* @see elm_scroller_wheel_disabled_get()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_wheel_disabled_set(Evas_Object *obj, Eina_Bool disabled);
*
* @see elm_scroller_wheel_disabled_set()
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI Eina_Bool elm_scroller_wheel_disabled_get(const Evas_Object *obj);
* @param[in] obj The scroller object
* @param[in] propagation The propagation state
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI void elm_scroller_propagate_events_set(Evas_Object *obj, Eina_Bool propagation);
* @param[in] obj The scroller object
* @return The propagation state
*
- * @ingroup Elm_Scroller
+ * @ingroup Elm_Scroller_Group
*/
EAPI Eina_Bool elm_scroller_propagate_events_get(const Evas_Object *obj);
#endif
/**
- * @defgroup Elm_Spinner Spinner
+ * @defgroup Elm_Spinner_Group Spinner
* @ingroup Elementary
*
* @image html spinner_inheritance_tree.png
*/
/**
- * @addtogroup Elm_Spinner
+ * @addtogroup Elm_Spinner_Group
* @{
*/
*
* This function inserts a new spinner widget on the canvas.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
*
*/
EAPI Evas_Object *elm_spinner_add(Evas_Object *parent);
*
* @see elm_spinner_special_value_add() for more details.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
* @since 1.8
*/
EAPI void elm_spinner_special_value_del(Evas_Object *obj, double value);
*
* @see elm_spinner_special_value_add() for more details.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
* @since 1.8
*/
EAPI const char *elm_spinner_special_value_get(Evas_Object *obj, double value);
* @param[in] min The minimum value.
* @param[in] max The maximum value.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
*/
EAPI void elm_spinner_min_max_set(Evas_Object *obj, double min, double max);
* @param[out] min The minimum value.
* @param[out] max The maximum value.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
*/
EAPI void elm_spinner_min_max_get(const Evas_Object *obj, double *min, double *max);
*
* @param[in] step The step value.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
*/
EAPI void elm_spinner_step_set(Evas_Object *obj, double step);
*
* @return The step value.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
*/
EAPI double elm_spinner_step_get(const Evas_Object *obj);
*
* @param[in] val The value to be displayed.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
*/
EAPI void elm_spinner_value_set(Evas_Object *obj, double val);
*
* @return The value to be displayed.
*
- * @ingroup Elm_Spinner
+ * @ingroup Elm_Spinner_Group
*/
EAPI double elm_spinner_value_get(const Evas_Object *obj);
/**
- * @defgroup Elm_Table Table
+ * @defgroup Elm_Table_Group Table
* @ingroup Elementary
*
* @image html table_inheritance_tree.png
* @param parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Table
+ * @ingroup Elm_Table_Group
*/
EAPI Evas_Object *elm_table_add(Evas_Object *parent);
* a value of 0 for col and row, means the top left cell of the table, and a
* value of 1 for colspan and rowspan means @p subobj only takes that 1 cell.
*
- * @ingroup Elm_Table
+ * @ingroup Elm_Table_Group
*/
EAPI void elm_table_pack_set(Evas_Object *subobj, int col, int row, int colspan, int rowspan);
*
* @see elm_table_pack_set()
*
- * @ingroup Elm_Table
+ * @ingroup Elm_Table_Group
*/
EAPI void elm_table_pack_get(Evas_Object *subobj, int *col, int *row, int *colspan, int *rowspan);
-#include "elm_table_eo.legacy.h"
\ No newline at end of file
+#include "elm_table_eo.legacy.h"
* @param[in] parent The parent object
* @return The new object or NULL if it cannot be created
*
- * @ingroup Elm_Textpath
+ * @ingroup Elm_Textpath_Group
*
* @since 1.22
* @since_tizen 5.5
* @note ellipsis in the style will be ignored since textpath supports ellipsis API.
* @see elm_textpath_ellipsis_set()
*
- * @ingroup Elm_Textpath
+ * @ingroup Elm_Textpath_Group
*
* @since 1.25
*/
/**
- * @defgroup Elm_Win Win
+ * @defgroup Elm_Win_Group Win
* @ingroup Elementary
*
* @image html win_inheritance_tree.png
/**
- * @addtogroup Elm_Win
+ * @addtogroup Elm_Win_Group
*
* @{
*/
# define ELM_WIN_EO_H
/**
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*
* @{
*/
* phones, default is to have the indicator shown. But like TV, default is to
* have the indicator hidden.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
typedef enum
{
/** Defines the opacity modes of indicator that can be shown
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
typedef enum
{
*
* Currently, only the X11 backed engines use them.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
typedef enum
{
* When the application window is being managed by Illume it may request any of
* the following layouts for the virtual keyboard.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
typedef enum
{
/** Define the keygrab modes of window. A window may send commands to the
* Keyrouter according this mode, and perform different actions.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
typedef enum
{
*
* @since 1.19
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
typedef enum
{
*
* @return The created object, or @c NULL on failure
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Evas_Object *elm_win_add(Evas_Object *parent, const char *name, Elm_Win_Type type);
*
* @return The created object, or @c NULL on failure
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*
* @since 1.13
*/
*
* @see elm_win_add()
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Evas_Object *elm_win_util_standard_add(const char *name, const char *title);
*
* @see elm_win_add()
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @since 1.13
*/
EAPI Evas_Object *elm_win_util_dialog_add(Evas_Object *parent, const char *name, const char *title);
* @param[in] autodel If @c true, the window will automatically delete itself
* when closed.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_autodel_set(Evas_Object *obj, Eina_Bool autodel);
*
* @return If @c true, the window will automatically delete itself when closed.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_autodel_get(const Evas_Object *obj);
* a multi window concept in a mobile phone. The way of handling floating mode
* window is decided by enlightenment window manager.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @see elm_win_floating_mode_get()
* @since 1.8
*/
* @param obj The window object
* @return If true, the window is floating mode
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @see elm_win_floating_mode_set()
* @since 1.8
*/
* @see elm_win_norender_pop()
* @see elm_win_norender_get()
* @see elm_win_render()
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @since 1.7
*/
EAPI void elm_win_norender_push(Evas_Object *obj);
* @see elm_win_norender_push()
* @see elm_win_norender_get()
* @see elm_win_render()
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @since 1.7
*/
EAPI void elm_win_norender_pop(Evas_Object *obj);
* @see elm_win_norender_push()
* @see elm_win_norender_pop()
* @see elm_win_render()
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @since 1.7
*/
EAPI int elm_win_norender_get(const Evas_Object *obj);
* @see elm_win_norender_push()
* @see elm_win_norender_pop()
* @see elm_win_norender_get()
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @since 1.7
*/
EAPI void elm_win_render(Evas_Object *obj);
*
* @return The Ecore_Wl_Window of @p obj
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
//TIZEN_ONLY(20171208) : fix build break by opensource temporarily until migration finish
*
* @return The Ecore_Win32_Window of @p obj
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*
* @since 1.16
*/
*
* @param[in] subobj The resize object to add.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_resize_object_add(Evas_Object *obj, Evas_Object *subobj);
*
* @param[in] subobj The resize object to add.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_resize_object_del(Evas_Object *obj, Evas_Object *subobj);
*
* @brief Gets the Ecore_X_Window of an Evas_Object.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Ecore_X_Window elm_win_xwindow_get(const Evas_Object *obj);
*
* @since 1.17
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Ecore_Win32_Window *elm_win_win32_window_get(const Evas_Object *obj);
*
* @since 1.17
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Ecore_Cocoa_Window *elm_win_cocoa_window_get(const Evas_Object *obj);
*
* @since 1.12
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void *elm_win_trap_data_get(const Evas_Object *obj);
*
* @param[in] override If true, the window is overridden.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_override_set(Evas_Object *obj, Eina_Bool override);
*
* @return If true, the window is overridden.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_override_get(const Evas_Object *obj);
* If @ref elm_win_override_set is not set, the Window Manager may ignore this
* request.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_lower(Evas_Object *obj);
*
* @param[in] quickpanel The quickpanel flag.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_quickpanel_set(Evas_Object *obj, Eina_Bool quickpanel);
*
* @return The quickpanel flag.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_quickpanel_get(const Evas_Object *obj);
/**
*
* @param[in] zone The requested zone for this quickpanel.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_quickpanel_zone_set(Evas_Object *obj, int zone);
*
* @return The requested zone for this quickpanel.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI int elm_win_quickpanel_zone_get(const Evas_Object *obj);
/**
*
* @param[in] priority The major priority for this quickpanel or -1.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_quickpanel_priority_major_set(Evas_Object *obj, int priority);
*
* @return The major priority for this quickpanel or -1.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI int elm_win_quickpanel_priority_major_get(const Evas_Object *obj);
*
* @param[in] priority The minor priority for this quickpanel.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_quickpanel_priority_minor_set(Evas_Object *obj, int priority);
*
* @return The minor priority for this quickpanel.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI int elm_win_quickpanel_priority_minor_get(const Evas_Object *obj);
*
* @param[in] mode The mode, one of #Elm_Win_Indicator_Mode.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_indicator_mode_set(Evas_Object *obj, Elm_Win_Indicator_Mode mode);
*
* @return The mode, one of #Elm_Win_Indicator_Mode.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Elm_Win_Indicator_Mode elm_win_indicator_mode_get(const Evas_Object *obj);
*
* @param[in] mode The mode, one of #Elm_Win_Indicator_Opacity_Mode.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_indicator_opacity_set(Evas_Object *obj, Elm_Win_Indicator_Opacity_Mode mode);
*
* @return The mode, one of #Elm_Win_Indicator_Opacity_Mode.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Elm_Win_Indicator_Opacity_Mode elm_win_indicator_opacity_get(const Evas_Object *obj);
*
* @param[in] is_keyboard If true, the window is a virtual keyboard..
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_keyboard_win_set(Evas_Object *obj, Eina_Bool is_keyboard);
*
* @return The mode, If true, the window is a virtual keyboard..
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_keyboard_win_get(const Evas_Object *obj);
*
* @param[in] conformant The conformant flag.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_conformant_set(Evas_Object *obj, Eina_Bool conformant);
*
* @return The conformant flag.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_conformant_get(const Evas_Object *obj);
*
* @since 1.9
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_wm_rotation_manual_rotation_done_set(Evas_Object *obj, Eina_Bool set);
*
* @since 1.9
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_wm_rotation_manual_rotation_done_get(const Evas_Object *obj);
*
* @since 1.9
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_wm_rotation_manual_rotation_done(Evas_Object *obj);
* @param[in] rotation The rotation of the window, in degrees (0-360),
* counter-clockwise.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_rotation_set(Evas_Object *obj, int rotation);
*
* @return The rotation of the window, in degrees (0-360), counter-clockwise.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI int elm_win_rotation_get(const Evas_Object *obj);
* @param[in] rotation The rotation of the window in degrees (0-360),
* counter-clockwise.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_rotation_with_resize_set(Evas_Object *obj, int rotation);
*
* @since 1.9
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_wm_rotation_supported_get(const Evas_Object *obj);
*
* @since 1.9
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI int elm_win_wm_rotation_preferred_rotation_get(const Evas_Object *obj);
* @param[out] x The int to store the x coordinate to.
* @param[out] y The int to store the y coordinate to.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_screen_position_get(const Evas_Object *obj, int *x, int *y);
* @param[out] w Where to return the width value. May be @c null.
* @param[out] h Where to return the height value. May be @c null.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_screen_size_get(const Evas_Object *obj, int *x, int *y, int *w, int *h);
*
* @since 1.7
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_screen_dpi_get(const Evas_Object *obj, int *xdpi, int *ydpi);
*
* @param[in] icon_name The icon name to set.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_icon_name_set(Evas_Object *obj, const char *icon_name);
*
* @return The icon name to set.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI const char *elm_win_icon_name_get(const Evas_Object *obj);
*
* @param[in] withdrawn If true, the window is withdrawn.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_withdrawn_set(Evas_Object *obj, Eina_Bool withdrawn);
*
* @return If true, the window is withdrawn.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_withdrawn_get(const Evas_Object *obj);
*
* @param[in] urgent If true, the window is urgent.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_urgent_set(Evas_Object *obj, Eina_Bool urgent);
*
* @return If true, the window is urgent.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_urgent_get(const Evas_Object *obj);
*
* @param[in] demand_attention If true, the window is demand_attention.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_demand_attention_set(Evas_Object *obj, Eina_Bool demand_attention);
*
* @return If true, the window is demand_attention.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_demand_attention_get(const Evas_Object *obj);
*
* @param[in] modal If true, the window is modal.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_modal_set(Evas_Object *obj, Eina_Bool modal);
*
* @return If true, the window is modal.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_modal_get(const Evas_Object *obj);
*
* @param[in] shaped If @c true, the window is shaped.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_shaped_set(Evas_Object *obj, Eina_Bool shaped);
*
* @return If @c true, the window is shaped.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_shaped_get(const Evas_Object *obj);
*
* @param[in] title The title.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_title_set(Evas_Object *obj, const char *title);
*
* @return The title.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI const char *elm_win_title_get(const Evas_Object *obj);
*
* @since 1.7
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_size_base_set(Evas_Object *obj, int w, int h);
*
* @since 1.7
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_size_base_get(const Evas_Object *obj, int *w, int *h);
*
* @since 1.7
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_size_step_set(Evas_Object *obj, int w, int h);
*
* @since 1.7
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_size_step_get(const Evas_Object *obj, int *w, int *h);
*
* @param[in] params Optional parameters for the command.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_illume_command_send(Evas_Object *obj, Elm_Illume_Command command, void *params);
*
* @since 1.8
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_profile_set(Evas_Object *obj, const char *profile);
*
* @since 1.8
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI const char *elm_win_profile_get(const Evas_Object *obj);
*
* @param[in] layer The layer of the window.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_layer_set(Evas_Object *obj, int layer);
*
* @return The layer of the window.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI int elm_win_layer_get(const Evas_Object *obj);
*
* @return The inlined image object or @c null if none exists.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Evas_Object *elm_win_inlined_image_object_get(const Evas_Object *obj);
*
* @param[in] oee
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*
* @deprecated
*/
* @param obj The window object
* @return The Ecore_Window of an Evas_Object
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
* @since 1.8
* @note Unless you are getting the window id for the purpose of communicating between client<->compositor over dbus,
* this is definitely not the function you are looking for.
*
* @return The Main Menu of the window ($null on error).
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Evas_Object *elm_win_main_menu_get(Evas_Object *obj);
*
* @param[in] mode The mode, one of #Elm_Win_Keyboard_Mode.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_keyboard_mode_set(Elm_Win *obj, Elm_Win_Keyboard_Mode mode);
*
* @return The mode, one of #Elm_Win_Keyboard_Mode.
*
- * @ingroup Elm_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Elm_Win_Keyboard_Mode elm_win_keyboard_mode_get(const Elm_Win *obj);
*
* @return @c true on success, @c false otherwise
*
- * @ingroup Efl_Ui_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_socket_listen(Elm_Win *obj, const char *svcname, int svcnum, Eina_Bool svcsys);
*
* @return @c true if window has focus, @c false otherwise
*
- * @ingroup Efl_Ui_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_focus_get(const Elm_Win *obj);
* Places the window pointed by @c obj at the top of the stack, so that it's
* not covered by any other window.
*
- * @ingroup Efl_Ui_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_raise(Elm_Win *obj);
*
* @since 1.8
*
- * @ingroup Efl_Ui_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_available_profiles_set(Elm_Win *obj, const char **profiles, unsigned int count);
*
* @since 1.8
*
- * @ingroup Efl_Ui_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_available_profiles_get(const Elm_Win *obj, char ***profiles, unsigned int *count);
*
* @since 1.9
*
- * @ingroup Efl_Ui_Win
+ * @ingroup Elm_Win_Group
*/
EAPI void elm_win_wm_rotation_available_rotations_set(Elm_Win *obj, const int *rotations, unsigned int count);
*
* @since 1.9
*
- * @ingroup Efl_Ui_Win
+ * @ingroup Elm_Win_Group
*/
EAPI Eina_Bool elm_win_wm_rotation_available_rotations_get(const Elm_Win *obj, int **rotations, unsigned int *count);
/*
* This document is licensed under the SGI Free Software B License Version
- * 2.0. For details, see http://oss.sgi.com/projects/FreeB/ .
+ * 2.0. For details, see https://spdx.org/licenses/SGI-B-2.0.html .
*/
/*-------------------------------------------------------------------------