Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
ee62b591
Commit
ee62b591
authored
Jul 24, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Used buttons instead of pixmaps. Just looks a lot better ;-).
parent
5ce8ea5d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
172 additions
and
179 deletions
+172
-179
plugins/familiar/familiar.glade
plugins/familiar/familiar.glade
+47
-99
plugins/familiar/familiar_callbacks.h
plugins/familiar/familiar_callbacks.h
+22
-0
plugins/familiar/familiar_interface.c
plugins/familiar/familiar_interface.c
+103
-80
No files found.
plugins/familiar/familiar.glade
View file @
ee62b591
...
...
@@ -60,130 +60,78 @@
<tooltips>
True
</tooltips>
<child>
<padding>
0
</padding>
<expand>
Fals
e
</expand>
<expand>
Tru
e
</expand>
<fill>
True
</fill>
</child>
<widget>
<class>
GtkPixmap
</class>
<name>
xpm_open
</name>
<can_focus>
True
</can_focus>
<signal>
<name>
button_press_event
</name>
<handler>
on_xpm_open_button_press_event
</handler>
<last_modification_time>
Mon, 22 Jul 2002 13:18:11 GMT
</last_modification_time>
</signal>
<filename>
familiar-openb16x16.xpm
</filename>
<xalign>
0.5
</xalign>
<yalign>
0.5
</yalign>
<xpad>
0
</xpad>
<ypad>
0
</ypad>
<build_insensitive>
True
</build_insensitive>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_open
</name>
<label>
Open
</label>
<icon>
familiar-openb16x16.xpm
</icon>
</widget>
<widget>
<class>
GtkPixmap
</class>
<name>
xpm_preferences
</name>
<can_focus>
True
</can_focus>
<signal>
<name>
button_press_event
</name>
<handler>
on_xpm_preferences_button_press_event
</handler>
<last_modification_time>
Mon, 22 Jul 2002 13:17:55 GMT
</last_modification_time>
</signal>
<filename>
familiar-preferencesb16x16.xpm
</filename>
<xalign>
0.5
</xalign>
<yalign>
0.5
</yalign>
<xpad>
0
</xpad>
<ypad>
0
</ypad>
<build_insensitive>
True
</build_insensitive>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_preferences
</name>
<label>
Preferences
</label>
<icon>
familiar-preferencesb16x16.xpm
</icon>
</widget>
<widget>
<class>
GtkPixmap
</class>
<name>
xpm_rewind
</name>
<can_focus>
True
</can_focus>
<signal>
<name>
button_press_event
</name>
<handler>
on_xpm_rewind_button_press_event
</handler>
<last_modification_time>
Mon, 22 Jul 2002 13:18:17 GMT
</last_modification_time>
</signal>
<filename>
familiar-rewindb16x16.xpm
</filename>
<xalign>
0.5
</xalign>
<yalign>
0.5
</yalign>
<xpad>
0
</xpad>
<ypad>
0
</ypad>
<build_insensitive>
True
</build_insensitive>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_rewind
</name>
<label>
Rewind
</label>
<icon>
familiar-rewindb16x16.xpm
</icon>
<child>
<new_group>
True
</new_group>
</child>
</widget>
<widget>
<class>
GtkPixmap
</class>
<name>
xpm_pause
</name>
<can_focus>
True
</can_focus>
<signal>
<name>
button_press_event
</name>
<handler>
on_xpm_pause_button_press_event
</handler>
<last_modification_time>
Mon, 22 Jul 2002 13:18:29 GMT
</last_modification_time>
</signal>
<filename>
familiar-pauseb16x16.xpm
</filename>
<xalign>
0.5
</xalign>
<yalign>
0.5
</yalign>
<xpad>
0
</xpad>
<ypad>
0
</ypad>
<build_insensitive>
True
</build_insensitive>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_pause
</name>
<label>
Pause
</label>
<icon>
familiar-pauseb16x16.xpm
</icon>
</widget>
<widget>
<class>
GtkPixmap
</class>
<name>
xpm_play
</name>
<can_focus>
True
</can_focus>
<signal>
<name>
button_press_event
</name>
<handler>
on_xpm_play_button_press_event
</handler>
<last_modification_time>
Mon, 22 Jul 2002 13:18:36 GMT
</last_modification_time>
</signal>
<filename>
familiar-playb16x16.xpm
</filename>
<xalign>
0.5
</xalign>
<yalign>
0.5
</yalign>
<xpad>
0
</xpad>
<ypad>
0
</ypad>
<build_insensitive>
True
</build_insensitive>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_play
</name>
<label>
Play
</label>
<icon>
familiar-playb16x16.xpm
</icon>
</widget>
<widget>
<class>
GtkPixmap
</class>
<name>
xpm_stop
</name>
<can_focus>
True
</can_focus>
<signal>
<name>
button_press_event
</name>
<handler>
on_xpm_stop_button_press_event
</handler>
<last_modification_time>
Mon, 22 Jul 2002 13:18:43 GMT
</last_modification_time>
</signal>
<filename>
familiar-stopb16x16.xpm
</filename>
<xalign>
0.5
</xalign>
<yalign>
0.5
</yalign>
<xpad>
0
</xpad>
<ypad>
0
</ypad>
<build_insensitive>
True
</build_insensitive>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_stop
</name>
<label>
Stop
</label>
<icon>
familiar-stopb16x16.xpm
</icon>
</widget>
<widget>
<class>
GtkPixmap
</class>
<name>
xpm_forward
</name>
<can_focus>
True
</can_focus>
<signal>
<name>
button_press_event
</name>
<handler>
on_xpm_forward_button_press_event
</handler>
<last_modification_time>
Mon, 22 Jul 2002 13:18:55 GMT
</last_modification_time>
</signal>
<filename>
familiar-forwardb16x16.xpm
</filename>
<xalign>
0.5
</xalign>
<yalign>
0.5
</yalign>
<xpad>
0
</xpad>
<ypad>
0
</ypad>
<build_insensitive>
True
</build_insensitive>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_forward
</name>
<label>
Forward
</label>
<icon>
familiar-forwardb16x16.xpm
</icon>
</widget>
<widget>
<class>
GtkButton
</class>
<child_name>
Toolbar:button
</child_name>
<name>
toolbar_about
</name>
<label>
About
</label>
<icon>
vlc16x16.xpm
</icon>
<child>
<new_group>
True
</new_group>
</child>
</widget>
</widget>
...
...
plugins/familiar/familiar_callbacks.h
View file @
ee62b591
/*****************************************************************************
* familiar_callbacks.h : familiar plugin for vlc
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: familiar_callbacks.h,v 1.4 2002/07/24 15:59:02 jpsaman Exp $
*
* Authors: Jean-Paul Saman <jpsaman@wxs.nl>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
#include <gtk/gtk.h>
...
...
plugins/familiar/familiar_interface.c
View file @
ee62b591
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment