![]() |
libxputty 0.1
|
C_XdgMimeCache | |
CAdjustment_t | Adjustment_t - struct to hold a controller adjustment |
Cbinary_stream | Binary_stream - struct definition to read binary data into cairo surface |
CChildlist_t | Childlist_t - struct to hold a Widget_t child list Xputty main holds a list of any Widget_t created in relation to main Any Event is only propagate to Widget_t's found in this list Every Widget_t holds a list of Child Widget_t's they contain When a Widget_t get destroy_widget() call, all of it's childs receive a destroy_widget() call before the Widget_t itself get destroyed the expose_callback() (EXPOSE) and the configure_callback() (CONFIGURE) will be propagate to all childs in a Childlist_t |
CColors | Color_t - struct used to set cairo color for Widget_t |
CComboBox_t | ComboBox_t - struct to hold information for the combobox |
CFileButton | |
CFileDialog | |
CFilePicker | |
CFunc_t | Func_t - struct to hold all supported event callbacks |
CKnobColors | |
CMessageDialog | |
CMetrics_t | Metrics_t - struct to receive window size, position & visibility Pass this struct to os_get_window_metrics() |
CMidiKeyboard | |
CMidiKeyboard_mk | |
CMimeWeight | |
CNSVGattrib | |
CNSVGcoordinate | |
CNSVGgradient | |
CNSVGgradientData | |
CNSVGgradientStop | |
CNSVGimage | |
CNSVGlinearData | |
CNSVGNamedColor | |
CNSVGpaint | |
CNSVGparser | |
CNSVGpath | |
CNSVGradialData | |
CNSVGshape | |
CResize_t | Resize_t - struct used to resize child widgets |
CSlider_t | |
CSystrayColor_t | SystrayColor - the Systray Color struct SystrayColor could be used for the backgroung color of the SystrayIcon |
CViewList_t | ViewList_t - struct to hold information for the listview |
CViewMultiList_t | ViewMultiList_t - struct to hold information for the listview |
CWaveView_t | |
CWidget_t | Widget_t - struct to hold the basic Widget_t info |
CX11_UI | |
CXColor_t | XColor_t - the Widget_t Color struct XColor_t could be used for theming you Widget_t set |
CXdgAlias | |
CXdgAliasList | |
CXdgCallbackList | |
CXdgDirTimeList | |
CXdgGlobHash | |
CXdgGlobHashNode | |
CXdgGlobList | |
CXdgIcon | |
CXdgIconList | |
CXdgMimeMagic | |
CXdgMimeMagicMatch | |
CXdgMimeMagicMatchlet | |
CXdgMimeParents | |
CXdgParentList | |
CXEvent | |
CXputty | Xputty - the main struct. It should be declared before any other call to a Xputty function. Xputty store a pointer in the childlist, to any Widget_t related to this instance of libxputty. The first created Widget_t is the toplevel window. When the toplevel window call destroy_widget(), Xputty call destroy_widget() for all remaining Widget_t's in the main childlist. So any allocated memory should be released before the toplevel window finaly close |
CXTuner |