XenevaOS
Loading...
Searching...
No Matches
partition.h
Go to the documentation of this file.
1
30#include <stdint.h>
31#include <_xeneva.h>
32#include <stdio.h>
33#include <sys/_keproc.h>
34#include <sys/_kefile.h>
35#include <sys/iocodes.h>
36#include <chitralekha.h>
37#include <widgets/base.h>
38#include <widgets/button.h>
39#include <widgets/scrollpane.h>
40#include <widgets/slider.h>
41#include <widgets/progress.h>
42#include <keycode.h>
43#include <widgets/window.h>
44#include <widgets/msgbox.h>
45#include <widgets/view.h>
46#include <string.h>
47#include <widgets/menubar.h>
48#include <stdlib.h>
49#include <time.h>
50#include <widgets/menu.h>
51
59
67
68/*
69 * FileManagerCreatePartitionList -- create a new partition list widget
70 * for file manager
71 * @param x -- X location
72 * @param y -- Y location
73 * @param w -- Width of the widget
74 * @param h -- Height of the widget
75 */
unsigned char uint8_t
Definition acefiex.h:161
struct _partition_button_ FileManagerPartitionButton
struct _partitionList_ FileManagerPartitionList
FileManagerPartitionButton * FileManageCreatePartitionButton(FileManagerPartitionList *partitionList)
Definition partition.cpp:173
FileManagerPartitionList * FileManagerCreatePartitionList(int x, int y, int w, int h)
Definition partition.cpp:156
Definition window.h:123
Definition icon.h:56
Definition list.h:46
Definition partition.h:60
int button_pos_y
Definition partition.h:64
list_t * partitionButtons
Definition partition.h:63
ChWidget wid
Definition partition.h:61
int button_pos_x
Definition partition.h:65
uint8_t numPartitions
Definition partition.h:62
Definition partition.h:52
ChIcon * icon
Definition partition.h:54
char guidString[32]
Definition partition.h:56
bool mounted
Definition partition.h:57
char partitionName[32]
Definition partition.h:55
ChWidget wid
Definition partition.h:53