forgot a couple of files

This commit is contained in:
Jose Maria Celorio 2001-07-04 05:45:31 +00:00
parent b6b2c5fc02
commit 39d693d0f9
3 changed files with 70 additions and 0 deletions

34
pixmaps/progressbar.xpm Normal file
View File

@ -0,0 +1,34 @@
/* XPM */
static char *progressbar_xpm[] = {
/* columns rows colors chars-per-pixel */
"21 21 7 1",
" c Gray0",
". c #7b7b7b",
"X c #d6d6d6",
"o c #b3cece",
"O c Gray87",
"+ c Gray100",
"@ c None",
/* pixels */
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@..................@",
"@@.++++++. XXXXXXXX+@",
"@@.+OOOOO. XXXXXXXX+@",
"@@.+OOOOO. XXXXXXXX+@",
"@@.+OOOOO. XXXXXXXX+@",
"@@.+OOOOO. XXXXXXXX+@",
"@@.+OOOOO. XXXXXXXX+@",
"@@........ XXXXXXXX+@",
"@@. XXXXXXXX+@",
"@@++++++++++++++++++@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@@@@@@@"
};

View File

@ -0,0 +1,18 @@
<GladeWidgetClass>
<Name>GtkProgressBar</Name>
<GetTypeFunction>gtk_progress_bar_get_type</GetTypeFunction>
<GenericName>progressbar</GenericName>
<Toplevel>False</Toplevel>
<Icon>progressbar</Icon>
<Properties>
<Property>
<Name>label</Name>
<ParamSpec/>
</Property>
</Properties>
</GladeWidgetClass>

View File

@ -0,0 +1,18 @@
<GladeWidgetClass>
<Name>GtkToggleButton</Name>
<GetTypeFunction>gtk_toggle_button_get_type</GetTypeFunction>
<GenericName>togglebutton</GenericName>
<Toplevel>False</Toplevel>
<Icon>togglebutton</Icon>
<Properties>
<Property>
<Name>label</Name>
<ParamSpec/>
</Property>
</Properties>
</GladeWidgetClass>