mirror of
https://gitlab.gnome.org/GNOME/glade.git
synced 2025-10-05 00:08:27 -04:00
forgot a couple of files
This commit is contained in:
parent
b6b2c5fc02
commit
39d693d0f9
34
pixmaps/progressbar.xpm
Normal file
34
pixmaps/progressbar.xpm
Normal 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+@",
|
||||
"@@++++++++++++++++++@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@",
|
||||
"@@@@@@@@@@@@@@@@@@@@@"
|
||||
};
|
18
widgets/gtkprogressbar.xml
Normal file
18
widgets/gtkprogressbar.xml
Normal 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>
|
||||
|
||||
|
||||
|
18
widgets/gtktogglebutton.xml
Normal file
18
widgets/gtktogglebutton.xml
Normal 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>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user