Etk
Main Page Object Hierarchy Data Structures Related Pages
Etk

etk_frame.h File Reference


Detailed Description


Data Structures

struct  Etk_Frame
 [Widget] A bin container with a label More...

Defines

#define ETK_FRAME_TYPE   (etk_frame_type_get())
#define ETK_FRAME(obj)   (ETK_OBJECT_CAST((obj), ETK_FRAME_TYPE, Etk_Frame))
#define ETK_IS_FRAME(obj)   (ETK_OBJECT_CHECK_TYPE((obj), ETK_FRAME_TYPE))

Functions

Etk_Widget * etk_frame_new (const char *label)
 Creates a new frame.
void etk_frame_label_set (Etk_Frame *frame, const char *label)
 Sets the label of the frame.
const char * etk_frame_label_get (Etk_Frame *frame)
 Gets the label of the frame.