Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

Etk_Stock


Enumerations

enum  Etk_Stock_Size
 The size of a stock icon. More...
enum  Etk_Stock_Id
 The Id of a stock icon. More...

Functions

const char * etk_stock_key_get (Etk_Stock_Id stock_id, Etk_Stock_Size size)
 Gets the edje key corresponding to the stock id.
const char * etk_stock_label_get (Etk_Stock_Id stock_id)
 Gets the label corresponding to the stock id.


Enumeration Type Documentation

enum Etk_Stock_Size

The size of a stock icon.

enum Etk_Stock_Id

The Id of a stock icon.


Function Documentation

const char * etk_stock_key_get ( Etk_Stock_Id  stock_id,
Etk_Stock_Size  size 
)

Gets the edje key corresponding to the stock id.

Parameters:
stock_id a stock id
size the size of the stock icon
Returns:
Returns the edje key corresponding to the stock id

const char * etk_stock_label_get ( Etk_Stock_Id  stock_id  ) 

Gets the label corresponding to the stock id.

Parameters:
stock_id a stock id
Returns:
Returns the label corresponding to the stock id

Referenced by etk_button_set_from_stock(), and etk_menu_item_set_from_stock().